aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* New test case.Evan Cheng2007-10-141-0/+28
* Revert 42908 for now.Evan Cheng2007-10-143-8/+8
* 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
* New test case.Evan Cheng2007-10-051-0/+20
* -pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng2007-10-011-2/+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
* 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
* 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
* 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 support for functions with byval arguments on x86Rafael Espindola2007-09-141-1/+4
* Avoid storing and reloading zeros and other constants from stack slotsDan Gohman2007-09-071-0/+14
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-0/+25
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-4/+4
* Proper handle case, when aliasee is external weak symbol referenced only by a...Anton Korobeynikov2007-09-061-0/+4
* Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:Evan Cheng2007-09-061-0/+49
* Change all floating constants that are not exactlyDale Johannesen2007-09-054-6/+6
* Fix for PR1632. EHSELECTION always produces a i32 value.Evan Cheng2007-09-041-0/+38
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-311-0/+19
* Update test case to reflect Dale's change.Evan Cheng2007-08-311-1/+3
* Do not run on darwin.Tanya Lattner2007-08-301-2/+2
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-301-1/+2
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-08-274-4/+4
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-274-0/+36