| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pattern for LD16S_3r, add basic tests to check load / store instructions | Richard Osborne | 2009-07-15 | 2 | -0/+74 |
* | Add a testcase for raw_ostream error checking. | Dan Gohman | 2009-07-15 | 1 | -0/+3 |
* | Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs. | Richard Osborne | 2009-07-15 | 1 | -0/+7 |
* | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby | 2009-07-15 | 1 | -0/+8 |
* | String constants are now output with private linkage. | Duncan Sands | 2009-07-15 | 2 | -4/+3 |
* | fix an arm codegen bug (the same as PR4482 on ppc) where available_externally | Chris Lattner | 2009-07-15 | 1 | -0/+67 |
* | get the PPC stub temporary label from the mangler instead of | Chris Lattner | 2009-07-15 | 1 | -4/+4 |
* | convert this to filecheck style and make it a test of darwin/PPC's | Chris Lattner | 2009-07-15 | 1 | -1/+57 |
* | simplify this test to test the esentials. | Chris Lattner | 2009-07-15 | 1 | -57/+3 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+8 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+8 |
* | Fix the expansion of umax and smax in the case where one or more of | Dan Gohman | 2009-07-14 | 1 | -0/+145 |
* | convert to filecheck style, simplify RUN line, and add comment. | Chris Lattner | 2009-07-14 | 1 | -7/+7 |
* | convert this test to filecheck style | Chris Lattner | 2009-07-14 | 1 | -12/+20 |
* | Introduce a pointertracking pass. | Torok Edwin | 2009-07-14 | 2 | -0/+87 |
* | Testcase for PR4556 | Chris Lattner | 2009-07-14 | 1 | -0/+6 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 2 | -7/+5 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+8 |
* | Add a testcase for a bug fixed by r75634. | Dan Gohman | 2009-07-14 | 1 | -0/+36 |
* | Revert 75571; I'm convinced this isn't the right thing to do. | Dale Johannesen | 2009-07-14 | 1 | -11/+0 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 2 | -8/+8 |
* | Fix trivial todo in instcombine. | Eli Friedman | 2009-07-14 | 1 | -0/+5 |
* | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman | 2009-07-14 | 1 | -2/+2 |
* | Fix indvars to not assume that a loop with a single unique exit | Dan Gohman | 2009-07-14 | 1 | -0/+47 |
* | Fix detection of valid BFC immediates. | David Goodwin | 2009-07-14 | 1 | -0/+6 |
* | Check for the correct unnamed name. | Bill Wendling | 2009-07-14 | 1 | -1/+1 |
* | Don't delete asm's just because their inputs are undefined; | Dale Johannesen | 2009-07-14 | 1 | -0/+11 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+8 |
* | Check in a reduced version of this testcase. | Dan Gohman | 2009-07-13 | 1 | -17376/+563 |
* | Two changes: | Chris Lattner | 2009-07-13 | 1 | -2/+1 |
* | PR4548: optimize zext+udiv+trunc to udiv. | Eli Friedman | 2009-07-13 | 1 | -0/+19 |
* | Fix bug in run-line. | Eli Friedman | 2009-07-13 | 1 | -3/+1 |
* | Add testcases for PR4538, PR4537, and PR4534. | Dan Gohman | 2009-07-13 | 3 | -0/+17780 |
* | Canonicalize boolean +/- a constant to a select. | Eli Friedman | 2009-07-13 | 1 | -0/+31 |
* | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman | 2009-07-13 | 1 | -1/+0 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+6 |
* | Move the re-sort of invalidated NonLocalPointerDeps cache earlier | Chris Lattner | 2009-07-13 | 1 | -0/+67 |
* | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 2 | -49/+0 |
* | add nounwind | Chris Lattner | 2009-07-12 | 1 | -1/+1 |
* | Darwin prepends an _ to internal globals, Linux doesn't. | Nick Lewycky | 2009-07-11 | 1 | -1/+1 |
* | fix x86-64 static codegen to materialize the address of a global with movl in... | Chris Lattner | 2009-07-11 | 1 | -37/+37 |
* | this test was incorrect for x86-64 static. It passed on darwin, because darwin | Chris Lattner | 2009-07-11 | 1 | -1/+5 |
* | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky | 2009-07-11 | 1 | -0/+1 |
* | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner | 2009-07-11 | 1 | -20/+557 |
* | We get the P modifier wrong in a lot of cases, just add some more rigorous te... | Chris Lattner | 2009-07-11 | 1 | -30/+59 |
* | Don't put IT instruction before conditional branches. | Evan Cheng | 2009-07-11 | 1 | -0/+19 |
* | Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f... | Evan Cheng | 2009-07-11 | 1 | -5/+12 |
* | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng | 2009-07-11 | 2 | -2/+14 |