aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi2012-11-011-1/+1
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-011-0/+20
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-312-1/+13
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-311-0/+26
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-311-0/+23
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-26/+58
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-311-0/+51
* X86 SSE: update rsqrtss and rcpss to use two source operands andManman Ren2012-10-301-0/+36
* X86 MMX: optimize transfer from mmx to i32Manman Ren2012-10-301-0/+14
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-301-1/+65
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-301-0/+71
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-301-2/+2
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-301-14/+350
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-84/+0
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-302-3/+3
* Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chanceJakub Staszak2012-10-301-5/+9
* Revert r166971. It causes buildbot failure. To be investigated.Jakub Staszak2012-10-291-9/+5
* llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.NAKAMURA Takumi2012-10-291-1/+1
* Allow to fold vector load if there is more than one bitcast, so in the case:Jakub Staszak2012-10-291-5/+9
* This patch solves a problem with passing varargs parameters under the PPC64Bill Schmidt2012-10-291-0/+23
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-291-0/+69
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-291-1/+2
* Remove redundant test case from r166949, per Eli's suggestion.Chad Rosier2012-10-291-107/+0
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-291-0/+107
* Fix PR14204Michael Liao2012-10-291-0/+15
* Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen2012-10-291-0/+28
* Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand2012-10-291-0/+14
* Expand all atomic ops for mips16.Reed Kotler2012-10-291-0/+40
* This patch addresses a problem with the Post RA scheduler generating anPreston Gurd2012-10-291-0/+13
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-0/+26
* Implement brind operator for mips16.Reed Kotler2012-10-281-0/+40
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-282-0/+133
* Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen2012-10-271-0/+9
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-271-0/+34
* Implement MipsHi for mips16Reed Kotler2012-10-271-0/+15
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-271-0/+58
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-271-0/+10
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-262-2/+2
* implement mips16 tls global addrReed Kotler2012-10-261-0/+13
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-261-2/+2
* Implement carry for subtract/add for mips16Reed Kotler2012-10-261-0/+51
* implement large (>16 bit) constant loading.Reed Kotler2012-10-261-0/+17
* fix test setgek.ll so that it will not give false "make check" Reed Kotler2012-10-261-2/+2
* implement mips16 patterns for select nodesReed Kotler2012-10-251-0/+350
* Add test for ATOM ISA SSSE3Michael Liao2012-10-253-4/+13
* This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt2012-10-252-7/+51
* The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...Elena Demikhovsky2012-10-251-4/+4
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-241-0/+23
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-242-0/+26
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-242-0/+200