aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-141-0/+145
* convert to filecheck style, simplify RUN line, and add comment.Chris Lattner2009-07-141-7/+7
* convert this test to filecheck styleChris Lattner2009-07-141-12/+20
* Introduce a pointertracking pass.Edwin Török2009-07-142-0/+87
* Testcase for PR4556Chris Lattner2009-07-141-0/+6
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-142-7/+5
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+8
* Add a testcase for a bug fixed by r75634.Dan Gohman2009-07-141-0/+36
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-141-11/+0
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-141-2/+2
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-141-2/+2
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-142-8/+8
* Fix trivial todo in instcombine.Eli Friedman2009-07-141-0/+5
* Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman2009-07-141-2/+2
* Fix indvars to not assume that a loop with a single unique exitDan Gohman2009-07-141-0/+47
* Fix detection of valid BFC immediates.David Goodwin2009-07-141-0/+6
* Check for the correct unnamed name.Bill Wendling2009-07-141-1/+1
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-141-0/+11
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-131-0/+8
* Check in a reduced version of this testcase.Dan Gohman2009-07-131-17376/+563
* Two changes:Chris Lattner2009-07-131-2/+1
* PR4548: optimize zext+udiv+trunc to udiv.Eli Friedman2009-07-131-0/+19
* Fix bug in run-line.Eli Friedman2009-07-131-3/+1
* Add testcases for PR4538, PR4537, and PR4534.Dan Gohman2009-07-133-0/+17780
* Canonicalize boolean +/- a constant to a select.Eli Friedman2009-07-131-0/+31
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-131-1/+0
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+6
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-131-0/+67
* remove tests for removed intrinsics.Chris Lattner2009-07-122-49/+0
* add nounwindChris Lattner2009-07-121-1/+1
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-111-1/+1
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-111-37/+37
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-111-1/+5
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-111-0/+1
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-111-20/+557
* We get the P modifier wrong in a lot of cases, just add some more rigorous te...Chris Lattner2009-07-111-30/+59
* Don't put IT instruction before conditional branches.Evan Cheng2009-07-111-0/+19
* Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng2009-07-111-5/+12
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-112-2/+14
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+10
* convert test to use FileCheck, which is much more precise and faster thanChris Lattner2009-07-101-7/+21
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-101-0/+143
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-102-0/+2
* Remove a bogus assertion.Evan Cheng2009-07-101-0/+1
* Handle 'a' modifier on inline assembly operands.Bob Wilson2009-07-091-0/+7
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-092-0/+19
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-0/+10
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-092-0/+74
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-093-2/+4
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-091-1/+1