aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* LowerFP_TO_SINT must not create a stack object if it's not needed.Evan Cheng2007-10-151-0/+18
* Reapply the fix in 42908 for this file. This changes the function namesDan Gohman2007-10-151-6/+6
* Fix PR1729: watch out for val# with no def.Evan Cheng2007-10-151-0/+400
* Fix run line. Tanya Lattner2007-10-151-1/+1
* New test case.Evan Cheng2007-10-141-0/+28
* Revert 42908 for now.Evan Cheng2007-10-143-8/+8
* new testcaseChris Lattner2007-10-131-0/+18
* Fix test case.Evan Cheng2007-10-131-1/+1
* New tests.Evan Cheng2007-10-132-0/+102
* Fix this test to not depend on the assembly output containing somethingDan Gohman2007-10-121-1/+1
* Change the names used for internal labels to use the currentDan Gohman2007-10-123-8/+8
* Doh.Evan Cheng2007-10-121-1/+1
* EXTRACT_SUBREG test case.Evan Cheng2007-10-121-0/+35
* Added missing -march=x86 flag.Arnold Schwaighofer2007-10-121-1/+1
* Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman2007-10-121-0/+27
* Add an explicit target triple to make this test behave as expected onDan Gohman2007-10-111-1/+1
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-113-0/+35
* These two tests now require only two multiply instructions,Dan Gohman2007-10-092-0/+28
* Update test.Evan Cheng2007-10-081-41/+40
* These two tests now require only three multiply instructions,Dan Gohman2007-10-082-0/+12
* Make test work on non-x86 hosts.Dale Johannesen2007-10-061-1/+1
* Test case for 3-address conversion.Evan Cheng2007-10-051-0/+32
* Enable convertToThreeAddress for X86 by default.Evan Cheng2007-10-053-3/+3
* First round of ppc long double. call/return andDale Johannesen2007-10-052-0/+121
* New test case.Evan Cheng2007-10-051-0/+20
* -pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng2007-10-012-5/+2
* Teach SplitVectorOp how to split INSERT_VECTOR_ELT.Dan Gohman2007-09-281-0/+18
* Refactor the memcpy lowering for the x86 target.Rafael Espindola2007-09-281-0/+17
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+47
* Modernize fabs.ll, add long double. Add testsDale Johannesen2007-09-262-13/+68
* When both x/y and x%y are needed (x and y both scalar integer), computeDan Gohman2007-09-251-0/+58
* Some tests for APFloat conversions.Dale Johannesen2007-09-252-0/+223
* Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng2007-09-251-2/+2
* Use the correct result value type instead of using getValueType(0)Dan Gohman2007-09-241-0/+7
* Fix a typo in a comment.Dan Gohman2007-09-241-1/+1
* Implementation of +sse -sse2 has changed; addDale Johannesen2007-09-231-2/+2
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-211-0/+1
* Disable if-conversion for this test.Evan Cheng2007-09-201-1/+1
* -enable-arm-if-conversion is gone.Evan Cheng2007-09-208-23/+23
* Fix several more entries in the x86 reload/remat folding tables.Dan Gohman2007-09-201-0/+124
* Clean up.Evan Cheng2007-09-181-215/+1
* Fix a bogus splat xform:Evan Cheng2007-09-181-0/+244
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+65
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-171-1/+2
* Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman2007-09-171-0/+7
* Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This wasDan Gohman2007-09-171-0/+7
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-09-141-1/+1
* Add support for functions with byval arguments on x86Rafael Espindola2007-09-141-1/+4
* Fixed a typo that's causing a missing kill marker.Evan Cheng2007-09-121-0/+15
* Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng2007-09-111-0/+9