aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* this is not infinite recursion.Chris Lattner2007-09-101-0/+7
* Implement misaligned FP loads and stores.Dale Johannesen2007-09-081-0/+53
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-0/+16
* 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-074-92/+92
* 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-0512-17/+17
* Testcases for PR1628.Duncan Sands2007-09-053-0/+11
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-0/+15
* Fix for PR1632. EHSELECTION always produces a i32 value.Evan Cheng2007-09-041-0/+38
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+20
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* 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
* Remove this test as it is too hard to fix after theDuncan Sands2007-08-271-1621/+0