aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test for OptionPreprocessor.Mikhail Glushenkov2009-10-251-0/+42
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-242-2/+2
* Make these tests more interesting by usingDan Gohman2009-10-2414-14/+14
* Teach macho-dump to dump UUIDs.Daniel Dunbar2009-10-241-0/+3
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-241-24/+38
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-245-43/+4
* APInt-ify the gep scaling code, so that it correctly handles the case whereDan Gohman2009-10-231-0/+12
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-231-0/+27
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-231-0/+10
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-231-0/+11
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-231-0/+68
* Update tests for 84931.Evan Cheng2009-10-237-14/+14
* This is passing on Darwin PPC.Bill Wendling2009-10-231-1/+1
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-227-14/+14
* Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson2009-10-221-2/+1
* Check that accessing a struct field that occurs before the startDuncan Sands2009-10-221-0/+6
* Test handling of record fields with negative offsets.Duncan Sands2009-10-221-0/+10
* Move if-conversion before post-regalloc scheduling so the predicated instruct...Evan Cheng2009-10-221-1/+2
* testcase for PR4678 & rdar://7309675Chris Lattner2009-10-222-5/+19
* Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.Evan Cheng2009-10-221-0/+10
* fix PR5262.Chris Lattner2009-10-221-1/+27
* Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...Anton Korobeynikov2009-10-222-2/+0
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-223-9/+9
* revert r84754, it isn't the right approach. Edwin, please propose Chris Lattner2009-10-211-54/+0
* Adjust testcases for msasm -> alignstack.Dale Johannesen2009-10-213-10/+10
* XFAIL this test for PPC.Bill Wendling2009-10-211-1/+1
* Improve handling of immediates by splitting 32-bit immediates into two 16-bitJim Grosbach2009-10-212-27/+33
* Add DAG printing for RMW stuff debuggingAnton Korobeynikov2009-10-212-2/+2
* RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...Anton Korobeynikov2009-10-212-0/+2
* Make changes to rev 84292 as requested by Chris Lattner.Victor Hernandez2009-10-211-1/+5
* Fix PR5262: when folding select into PHI, make sure all operands are availableTorok Edwin2009-10-212-0/+109
* Match more patterns to movt.Evan Cheng2009-10-212-16/+23
* 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