summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test so it works on systems where wchar_t != int.Dale Johannesen2009-07-15
* Test for llvm-gcc patch 75822.Dale Johannesen2009-07-15
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-15
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-15
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-15
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-15
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* String constants are now output with private linkage.Duncan Sands2009-07-15
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-15
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-15
* convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner2009-07-15
* simplify this test to test the esentials.Chris Lattner2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-14
* convert to filecheck style, simplify RUN line, and add comment.Chris Lattner2009-07-14
* convert this test to filecheck styleChris Lattner2009-07-14
* Introduce a pointertracking pass.Torok Edwin2009-07-14
* Testcase for PR4556Chris Lattner2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Add a testcase for a bug fixed by r75634.Dan Gohman2009-07-14
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-14
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-14
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-14
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-14
* Fix trivial todo in instcombine.Eli Friedman2009-07-14
* Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman2009-07-14
* Fix indvars to not assume that a loop with a single unique exitDan Gohman2009-07-14
* Fix detection of valid BFC immediates.David Goodwin2009-07-14
* Check for the correct unnamed name.Bill Wendling2009-07-14
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-14
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* Check in a reduced version of this testcase.Dan Gohman2009-07-13
* Two changes:Chris Lattner2009-07-13
* PR4548: optimize zext+udiv+trunc to udiv.Eli Friedman2009-07-13
* Fix bug in run-line.Eli Friedman2009-07-13
* Add testcases for PR4538, PR4537, and PR4534.Dan Gohman2009-07-13
* Canonicalize boolean +/- a constant to a select.Eli Friedman2009-07-13
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-13
* remove tests for removed intrinsics.Chris Lattner2009-07-12
* add nounwindChris Lattner2009-07-12
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-11
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-11
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-11
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-11
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-11
* We get the P modifier wrong in a lot of cases, just add some more rigorous te...Chris Lattner2009-07-11