aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a -march line for this test, and run it on x86-64 too for fun.Dan Gohman2008-08-201-1/+2
* ll printer prints each zeroinit on the same line now, update regexChris Lattner2008-08-201-1/+1
* Add FastISel support for floating-point operations.Dan Gohman2008-08-201-1/+17
* Add FastISel support for several more binary operators.Dan Gohman2008-08-201-2/+8
* Add support for the __sync_sub_and_fetch atomics and friends for X86. The codeBill Wendling2008-08-191-0/+11
* Fast-isel is now *minimally* functional. Add a testcase toDan Gohman2008-08-191-0/+17
* Add support for 8 and 16 bit forms of __syncDale Johannesen2008-08-191-2/+3
* XFAIL this test for now.Bill Wendling2008-08-181-0/+1
* Consider the case where xor by -1 and xor by 128 have been combined already toNick Lewycky2008-08-171-0/+19
* Didn't mean to change this.Evan Cheng2008-08-171-0/+99
* Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng2008-08-172-99/+9
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-7/+7
* Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness ofNick Lewycky2008-08-171-0/+22
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-1641-308/+25
* Reapply 54786. Add overflow and number of mantissa bits checks.Devang Patel2008-08-151-0/+99
* Revert 54786. It's not checking for overflows, etc.Evan Cheng2008-08-151-27/+0
* Renaming LLVMC/dg.exp to LLVM/llvmc.expBill Wendling2008-08-141-0/+0
* The pass manager is not able to schedule -loop-deletion -loop-index-split.Devang Patel2008-08-141-0/+5
* If IV is used in a int-to-float cast inside the loop then try to eliminate th...Devang Patel2008-08-141-0/+27
* Improve support for vector casts in LLVM IR and CodeGen.Dan Gohman2008-08-141-0/+45
* Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman2008-08-131-0/+18
* Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes withDan Gohman2008-08-131-0/+11
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-131-0/+20
* Teach constant folding that an inttoptr of aDuncan Sands2008-08-131-0/+4
* Check sign to detect overflow before changing compare stride.Devang Patel2008-08-131-0/+31
* Extend ScalarEvolution's executesAtLeastOnce logic to be able toDan Gohman2008-08-121-0/+35
* Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner2008-08-111-2/+15
* Improve the grep commands for this test to be tolerant of ABIDan Gohman2008-08-111-1/+4
* Take the FrameOffset into account when computing the alignmentDan Gohman2008-08-111-0/+23
* [PR-2610] Adding Ocaml bindings for Switch::addCase.Gordon Henriksen2008-08-091-1/+12
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-081-0/+16
* Testcase for r54520.Nick Lewycky2008-08-081-0/+14
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-0/+13
* Don't crash printing the asm for a ConstantExpr PtrToInt just because the intNick Lewycky2008-08-081-0/+7
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-0/+12
* [Last] Batch 7 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+40
* Batch 6 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+52
* Batch 5 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+43
* Batch 4 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+65
* Batch 3 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+87
* Batch 2 of Mips CodeGen testsBruno Cardoso Lopes2008-08-083-0/+39
* Batch 1 of Mips CodeGen tests, more coming...Bruno Cardoso Lopes2008-08-084-0/+61
* Testcases for 54503. One derived from PR 2533, theDale Johannesen2008-08-082-0/+47
* Use correct compiler component names for objcDuncan Sands2008-08-071-2/+2
* Move tests of the ObjC++ front-end to their ownDuncan Sands2008-08-073-2/+5
* Add a basic test for the SRETPromotion pass.Matthijs Kooijman2008-08-071-0/+33
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-072-0/+0
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-071-1/+1
* Re-enable elimination of unnecessary SUBREG_TO_REG instructions inDan Gohman2008-08-072-0/+21
* Add an extra example that shouldn't get an and instruction.Dan Gohman2008-08-071-1/+6