aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola
2011-12-24Define trivial destructor inline.Rafael Espindola
2011-12-24Make GetRelocType pure virtual.Rafael Espindola
2011-12-23Fix typo "infinte".Nick Lewycky
2011-12-23When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang
2011-12-23Experimental support for aligned NEON spills.Jakob Stoklund Olesen
2011-12-22Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>Bob Wilson
2011-12-22TableGen: add a commentDylan Noblesmith
2011-12-22try to fix MSVC buildDylan Noblesmith
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-12-22Fix 80-column violations.Chad Rosier
2011-12-22Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola
2011-12-22ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach
2011-12-22Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.Bob Wilson
2011-12-22Tidy up. Use predicate function a bit more liberally.Jim Grosbach
2011-12-22Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola
2011-12-22Add the actual code for r147175.Chad Rosier
2011-12-22ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.Jim Grosbach
2011-12-22Remove some bogus comments.Jim Grosbach
2011-12-22ARM pre-UAL aliases. fcmp[sd].Jim Grosbach
2011-12-22Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola
2011-12-22ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach
2011-12-22ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.Jim Grosbach
2011-12-22Tidy up. Trailing whitespace.Jim Grosbach
2011-12-22Nuke invalid comment from copy/paste.Jim Grosbach
2011-12-22Give string constants generated by IRBuilder private linkage.Benjamin Kramer
2011-12-22Make the unreachable probability much much heavier. The previousChandler Carruth
2011-12-22Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola
2011-12-22Misc cleanups.Rafael Espindola
2011-12-22Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola
2011-12-22Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola
2011-12-22Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier
2011-12-22Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola
2011-12-22Hoisted some loop invariant smallvector lookups out of a MachineLICM loopPete Cooper
2011-12-22Fix cmake.Rafael Espindola
2011-12-22Changed MachineLICM to use a worklist list MachineCSE instead of recursion.Pete Cooper
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola
2011-12-22Hopefully fix the cmake build.Rafael Espindola
2011-12-22Fix name in comments.Rafael Espindola
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka
2011-12-22Unbreak cmake build after r147115.Richard Smith
2011-12-22Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola
2011-12-22getEFlags is const.Rafael Espindola
2011-12-21ARM NEON mnemonic aliase for vrecpeq.Jim Grosbach
2011-12-21ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach
2011-12-21ARM NEON optional data type on VSWP instructions.Jim Grosbach
2011-12-21ARM NEON mnemonic aliases for vzipq and vswpq.Jim Grosbach
2011-12-21Revert patch from 147090. There is not point to make code less readable if weJakub Staszak
2011-12-21ARM asm parser should be more lenient w/ .thumb_func directive.Jim Grosbach