aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.Dan Gohman2009-10-213-9/+9
* This is passing on Darwin PPC.Bill Wendling2009-10-211-1/+1
* Add reg-imm testsAnton Korobeynikov2009-10-212-0/+74
* Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)Anton Korobeynikov2009-10-201-0/+48
* add a real testcase for PR4313Chris Lattner2009-10-201-0/+32
* add a test similar to that needed for PR4313, but that doesn'tChris Lattner2009-10-201-0/+30
* the date on this testcase is wrong, it is unreduced, and it passes without th...Chris Lattner2009-10-201-716/+0
* merge and filecheckizeChris Lattner2009-10-203-47/+67
* merge two tests and convert to filecheck.Chris Lattner2009-10-202-36/+46
* alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris Lattner2009-10-202-348/+35
* Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.David Goodwin2009-10-203-9/+9
* Make TranslateX86CC return COND_INVALID instead of aborting when itDan Gohman2009-10-201-0/+11
* Fix PR5258, jump-threading creating invalid PHIs.Torok Edwin2009-10-201-0/+348
* Fix PR4313: IPSCCP was not setting the lattice value for the invoke instructionTorok Edwin2009-10-201-0/+716
* Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman2009-10-203-1/+280
* If the physical register being spilled does not have an interval, spill its s...Evan Cheng2009-10-201-0/+54
* Enable allocation of R3 in Thumb1Jim Grosbach2009-10-191-1/+1
* convert to filecheck syntax and make a lot more aggressive.Chris Lattner2009-10-191-8/+68
* Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linuxAnton Korobeynikov2009-10-192-208/+1
* rename testChris Lattner2009-10-191-0/+0
* Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman2009-10-191-0/+20
* Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS.Torok Edwin2009-10-191-0/+69
* eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner2009-10-192-24/+1
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar2009-10-191-0/+1
* Add support for matching shuffle patterns with palignr.Nate Begeman2009-10-193-15/+70
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-1813-50/+38
* remove a now-pointless regtestChris Lattner2009-10-181-15/+0
* remove testcase for dead passChris Lattner2009-10-182-16/+0
* fix testChris Lattner2009-10-181-1/+1
* tighten up test3, add test3a for the converse Chris Lattner2009-10-181-3/+22
* tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner2009-10-181-1/+12
* Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky2009-10-183-31/+41
* Add a couple new testcases.Nick Lewycky2009-10-182-0/+30
* replace a useless test with a useful oneChris Lattner2009-10-171-13/+19
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-171-3/+3
* Teach vm core to more aggressively fold 'trunc' constantexprs,Chris Lattner2009-10-171-0/+18
* remove # uses from FileCheck lines.Chris Lattner2009-10-171-14/+15
* rename testChris Lattner2009-10-171-0/+0
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-171-0/+10
* Simplify some code (first hunk) and fix PR5208 (second hunk) byChris Lattner2009-10-171-1/+32
* Reclaim a lost month.Daniel Dunbar2009-10-172-0/+0
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-172-1/+208
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-179-12/+17
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-161-0/+26
* Update tests to use FileCheckMon P Wang2009-10-1619-55/+70
* Add test case for r84279Mon P Wang2009-10-161-0/+12
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-162-2/+22
* Parse PHI instruction with attached metadata.Devang Patel2009-10-161-0/+13
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-161-0/+33
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-0/+30