aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+223
* Revert r134366 and add an explicit triple to make this test host-independent.Dan Gohman2011-07-051-4/+4
* Fix PR10277.Jakob Stoklund Olesen2011-07-051-0/+101
* test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease ...NAKAMURA Takumi2011-07-031-3/+3
* FileCheck-ize another test. Reduces the llc invocations from 8 to 1, andChandler Carruth2011-07-021-8/+41
* FileCheck-ize another X86 test, making it more precisely verify theChandler Carruth2011-07-021-13/+24
* FileCheck-ize and simplify RUN lines.Chandler Carruth2011-07-021-4/+3
* FileCheck-izeChandler Carruth2011-07-021-1/+6
* FileCheck-ize and tighten up assertions to only check the relevant sections.Chandler Carruth2011-07-021-3/+11
* FileCheck-ize and cleanup IR.Chandler Carruth2011-07-021-5/+9
* FileCheck-izeChandler Carruth2011-07-021-3/+8
* Remove a grep that is already checked with FileCheck.Chandler Carruth2011-07-021-1/+1
* FileCheck-izeChandler Carruth2011-07-021-2/+6
* FileCheck-ize and modernize IR.Chandler Carruth2011-07-021-6/+12
* FileCheck-ize and simplify RUNs.Chandler Carruth2011-07-021-5/+8
* FileCheck-ize and modernize the RUN line.Chandler Carruth2011-07-021-3/+6
* FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth2011-07-021-6/+9
* FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth2011-07-021-6/+9
* FileCheck-izeChandler Carruth2011-07-021-1/+5
* FileCheck-izeChandler Carruth2011-07-021-1/+6
* FileCheck-ize a test, avoiding a temporary file.Chandler Carruth2011-07-021-4/+9
* FileCheck-ize and simplify this test.Chandler Carruth2011-07-021-5/+9
* FileCheck-izeChandler Carruth2011-07-021-1/+2
* FileCheck-ize another codegen test.Chandler Carruth2011-07-021-1/+7
* Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth2011-07-021-2/+5
* FileCheck-ize another test, and upgrade its syntax a bit.Chandler Carruth2011-07-021-9/+13
* FileCheck-ize another codegen test, tightening it up.Chandler Carruth2011-07-021-15/+22
* FileCheck-ize another test, making it much more precise for testing theChandler Carruth2011-07-021-1/+17
* FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth2011-07-021-13/+30
* FileCheck-ize a test, no functionality changed.Chandler Carruth2011-07-021-1/+2
* Better diagnostics when inline asm fails to allocate.Jakob Stoklund Olesen2011-07-021-4/+2
* Be less specific about register allocation ordering.Eric Christopher2011-07-021-2/+2
* TargetConstant immediates won't be placed into registers so tightenEric Christopher2011-07-011-2/+20
* Teach IVUsers to stop at non-affine expressions unless they are bothDan Gohman2011-07-011-18/+25
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-013-4/+7
* Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher2011-07-011-3/+13
* Add support for the ARM 't' register constraint. And another testcaseEric Christopher2011-07-011-0/+20
* Add support for the 'x' constraint.Eric Christopher2011-07-011-0/+10
* Fix a problem with fast-isel return values introduced in r134018.Jakob Stoklund Olesen2011-06-301-0/+24
* Add support for the 'h' constraint.Eric Christopher2011-06-301-0/+7
* Thumb1 register to register MOV instruction is predicable.Jim Grosbach2011-06-302-8/+7
* Pseudo-ize the t2LDMIA_RET instruction.Jim Grosbach2011-06-301-1/+1
* Fix a small thinko for constant i64 lock/orq optimization where weEric Christopher2011-06-301-0/+18
* Revert r133953 for now.Devang Patel2011-06-291-120/+0
* In the ARM global merging pass, allow extraneous alignment specifiers. This passCameron Zwarich2011-06-291-0/+12
* Don't depend on the optimization reverted in r134067.Benjamin Kramer2011-06-292-2/+0
* Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer2011-06-291-6/+0
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-281-0/+169
* Implement ISD::VAARG lowering on PPC32.Roman Divacky2011-06-281-0/+167
* FileCheckize a couple of tests.Jakob Stoklund Olesen2011-06-282-8/+44