summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-31
* X86 SSE: update rsqrtss and rcpss to use two source operands andManman Ren2012-10-30
* X86 MMX: optimize transfer from mmx to i32Manman Ren2012-10-30
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-30
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-30
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-30
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-30
* Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chanceJakub Staszak2012-10-30
* Revert r166971. It causes buildbot failure. To be investigated.Jakub Staszak2012-10-29
* llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.NAKAMURA Takumi2012-10-29
* Allow to fold vector load if there is more than one bitcast, so in the case:Jakub Staszak2012-10-29
* This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt2012-10-29
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-29
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Remove redundant test case from r166949, per Eli's suggestion.Chad Rosier2012-10-29
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-29
* Fix PR14204Michael Liao2012-10-29
* Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen2012-10-29
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-29
* Expand all atomic ops for mips16.Reed Kotler2012-10-29
* This patch addresses a problem with the Post RA scheduler generating anPreston Gurd2012-10-29
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-29
* Implement brind operator for mips16.Reed Kotler2012-10-28
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen2012-10-27
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-27
* Implement MipsHi for mips16Reed Kotler2012-10-27
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-27
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-27
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-26
* implement mips16 tls global addrReed Kotler2012-10-26
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-26
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* implement large (>16 bit) constant loading.Reed Kotler2012-10-26
* fix test setgek.ll so that it will not give false "make check" Reed Kotler2012-10-26
* implement mips16 patterns for select nodesReed Kotler2012-10-25
* Add test for ATOM ISA SSSE3Michael Liao2012-10-25
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-25
* The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...Elena Demikhovsky2012-10-25
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-24
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-24
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao2012-10-24
* Add custom conversion from v2u32 to v2f32 in 32-bit modeMichael Liao2012-10-24
* [mips] Make sure sret argument is returned in register V0.Akira Hatanaka2012-10-24
* Change x86_fastcallcc to require inreg markers. This allows it to knownRafael Espindola2012-10-24
* Fix PR14161Michael Liao2012-10-23