summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Properly recognize "memory" constraint in clobber list of inline asm.embtoolkit-1.1.0Krzysztof Parzyszek2013-01-13
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Merging r168837: into the 3.2 release branch.Pawel Wodnicki2012-11-29
* Merging r167912: into the 3.2 release branch.Pawel Wodnicki2012-11-26
* Merging r168320: into 3.2 relase branch.Pawel Wodnicki2012-11-23
* Merging r167718 into 3.2 release branchPawel Wodnicki2012-11-19
* Merging r167948, r168198: into the 3.2 release branchPawel Wodnicki2012-11-19
* Merging r167855 into 3.2 relase branchPawel Wodnicki2012-11-19
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-12
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-10
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* Recommit modified r167540.Amara Emerson2012-11-08
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-05
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-02
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi2012-11-01
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-01
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-31
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-31
* 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