summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Clean up some Release build warnings.Benjamin Kramer2011-12-27
* Add handling of x86_avx2_pmovmskb to computeMaskedBitsForTargetNode for consi...Craig Topper2011-12-27
* Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.Venkatraman Govindaraju2011-12-25
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when theChandler Carruth2011-12-24
* Add systematic testing for cttz as well, and fix the bug I spotted byChandler Carruth2011-12-24
* Chandler fixed this.Benjamin Kramer2011-12-24
* Expand more when we have a nice 'tzcnt' instruction, to avoid generatingChandler Carruth2011-12-24
* Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to theChandler Carruth2011-12-24
* Fix Comments.Jakob Stoklund Olesen2011-12-24
* Add MachineMemOperands to instructions generated in storeRegToStackSlot orAkira Hatanaka2011-12-24
* Detect unaligned loads/stores that have been added for Mips64 support.Akira Hatanaka2011-12-24
* If target ABI is N64, LEA should be daddiu.Akira Hatanaka2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Experimental support for aligned NEON spills.Jakob Stoklund Olesen2011-12-23
* Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>Bob Wilson2011-12-22
* Fix 80-column violations.Chad Rosier2011-12-22
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-22
* Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.Bob Wilson2011-12-22
* Tidy up. Use predicate function a bit more liberally.Jim Grosbach2011-12-22
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-22
* ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.Jim Grosbach2011-12-22
* Remove some bogus comments.Jim Grosbach2011-12-22
* ARM pre-UAL aliases. fcmp[sd].Jim Grosbach2011-12-22
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-22
* ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach2011-12-22
* ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.Jim Grosbach2011-12-22
* Tidy up. Trailing whitespace.Jim Grosbach2011-12-22
* Nuke invalid comment from copy/paste.Jim Grosbach2011-12-22
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-22
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-22
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-22
* Fix cmake.Rafael Espindola2011-12-22
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22
* Hopefully fix the cmake build.Rafael Espindola2011-12-22
* Fix name in comments.Rafael Espindola2011-12-22
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Unbreak cmake build after r147115.Richard Smith2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* ARM NEON mnemonic aliase for vrecpeq.Jim Grosbach2011-12-21
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-21
* ARM NEON optional data type on VSWP instructions.Jim Grosbach2011-12-21
* ARM NEON mnemonic aliases for vzipq and vswpq.Jim Grosbach2011-12-21
* ARM asm parser should be more lenient w/ .thumb_func directive.Jim Grosbach2011-12-21
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-21
* Fix 80-column violations.Chad Rosier2011-12-21
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-21
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-21
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-21
* No case stmt for BUILD_VECTOR in PerformDAGCombine(), so I assume this isn't Chad Rosier2011-12-21