aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-247-42/+127
* Define trivial destructor inline.Rafael Espindola2011-12-242-4/+1
* Make GetRelocType pure virtual.Rafael Espindola2011-12-242-9/+1
* Fix typo "infinte".Nick Lewycky2011-12-231-1/+2
* Move this test from date-name to feature-name, and port it to FileCheck.Nick Lewycky2011-12-231-2/+14
* When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang2011-12-233-6/+9
* Use 'check_symbol_exists' instead of 'check_function_exists' for finding isat...Ted Kremenek2011-12-231-1/+1
* Experimental support for aligned NEON spills.Jakob Stoklund Olesen2011-12-234-13/+450
* Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>Bob Wilson2011-12-224-7/+23
* TableGen: add a commentDylan Noblesmith2011-12-221-1/+1
* try to fix MSVC buildDylan Noblesmith2011-12-221-0/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-2211-11/+2
* Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer2011-12-222-4/+4
* Fix 80-column violations.Chad Rosier2011-12-221-11/+14
* Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer2011-12-222-3/+5
* Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola2011-12-221-27/+34
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-226-16/+84
* Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.Bob Wilson2011-12-221-1/+1
* Remove broken command to copy tblgen tool.Bob Wilson2011-12-221-3/+0
* Some unittests for APInt rotates; patch by Cameron McInally.Eli Friedman2011-12-221-0/+32
* Tidy up. Use predicate function a bit more liberally.Jim Grosbach2011-12-221-97/+52
* Reenable building with -fvisibility-inlines-hidden.Benjamin Kramer2011-12-221-3/+6
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-222-8/+24
* Add the actual code for r147175.Chad Rosier2011-12-221-11/+82
* Reinstate r146578; it doesn't appear to be the cause of some recent execution-Chad Rosier2011-12-223-0/+313
* ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.Jim Grosbach2011-12-221-0/+3
* Remove some bogus comments.Jim Grosbach2011-12-221-36/+18
* fix typoChris Lattner2011-12-221-1/+1
* ARM pre-UAL aliases. fcmp[sd].Jim Grosbach2011-12-222-1/+3
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-222-15/+3
* ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach2011-12-222-0/+50
* ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.Jim Grosbach2011-12-221-0/+4
* Tidy up. Trailing whitespace.Jim Grosbach2011-12-221-2/+2
* Nuke invalid comment from copy/paste.Jim Grosbach2011-12-221-1/+0
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-222-2/+2
* Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.Rafael Espindola2011-12-222-3/+13
* Make the unreachable probability much much heavier. The previousChandler Carruth2011-12-222-11/+12
* Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola2011-12-222-361/+331
* Misc cleanups.Rafael Espindola2011-12-222-76/+58
* Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman2011-12-221-12/+4
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-226-145/+146
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-221-7/+6
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-224-395/+11
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-226-71/+86
* Hoisted some loop invariant smallvector lookups out of a MachineLICM loopPete Cooper2011-12-221-1/+3
* Fix cmake.Rafael Espindola2011-12-221-0/+1
* Changed MachineLICM to use a worklist list MachineCSE instead of recursion.Pete Cooper2011-12-221-44/+125
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-226-94/+123
* Hopefully fix the cmake build.Rafael Espindola2011-12-221-0/+1
* Fix name in comments.Rafael Espindola2011-12-221-1/+1