| Commit message (Expand) | Author | Age | Files | Lines |
* | test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da... | NAKAMURA Takumi | 2010-09-30 | 1 | -4/+2 |
* | Comments about operand cycles and pipeline forwarding pathes. | Evan Cheng | 2010-09-30 | 1 | -1/+17 |
* | Pacify a noisy compiler, and sink this variable declaration closer to its uses. | Nick Lewycky | 2010-09-30 | 1 | -1/+1 |
* | We do want to allow LoadPRE to perform LICM-like transformations: we already ... | Owen Anderson | 2010-09-30 | 2 | -13/+39 |
* | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen | 2010-09-30 | 10 | -23/+24 |
* | Start of generalized call support for ARM fast isel. | Eric Christopher | 2010-09-30 | 1 | -4/+146 |
* | Allow llvm.gcroot to work with non-pointer allocas. | Talin | 2010-09-30 | 1 | -2/+6 |
* | Factor some logic into ShouldRelocOnSymbol. This simplifies the code and | Rafael Espindola | 2010-09-30 | 3 | -45/+47 |
* | Nuke a few more unused asm strings | Jim Grosbach | 2010-09-30 | 3 | -19/+19 |
* | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen | 2010-09-30 | 4 | -1/+95 |
* | Move getPointerSize() to the base class since it's not dependent on MachO | Jim Grosbach | 2010-09-30 | 1 | -8/+4 |
* | Flesh out the dragonegg section. | Duncan Sands | 2010-09-30 | 1 | -16/+21 |
* | more cleanups. | Chris Lattner | 2010-09-30 | 7 | -7903/+7897 |
* | merge and clean up tests. | Chris Lattner | 2010-09-30 | 6 | -51/+55 |
* | Remove extraneous ';' | Jim Grosbach | 2010-09-30 | 1 | -2/+2 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -10074/+10073 |
* | rename test | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | Did my commit for the last patch for the .loc directory from the wrong place and | Kevin Enderby | 2010-09-30 | 6 | -5/+116 |
* | generalize test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | rename test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -262/+256 |
* | preemptively add the rest of the non-n fpstack instructions. | Chris Lattner | 2010-09-30 | 2 | -3/+10 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -7/+5 |
* | fix this to not be completely broken. | Chris Lattner | 2010-09-30 | 1 | -2/+1 |
* | update, unxfail, fix bogus encodings. | Chris Lattner | 2010-09-30 | 1 | -12/+11 |
* | update and unxfail | Chris Lattner | 2010-09-30 | 1 | -19/+18 |
* | unxfail this by fixing syntactic differences. | Chris Lattner | 2010-09-30 | 1 | -6/+5 |
* | The asm strings are never used at all, so just nuke 'em entirely. | Jim Grosbach | 2010-09-30 | 3 | -14/+7 |
* | This is the last major patch to implement support for the .loc directive | Kevin Enderby | 2010-09-30 | 6 | -205/+570 |
* | implement support for finit, PR8258 | Chris Lattner | 2010-09-30 | 2 | -1/+13 |
* | Changes EvaluateAsAbsolute() to return the "current value" of the expression | Kevin Enderby | 2010-09-30 | 1 | -1/+16 |
* | add support for fstcw, PR8259 | Chris Lattner | 2010-09-30 | 2 | -2/+14 |
* | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby | 2010-09-30 | 3 | -0/+34 |
* | checkpoint notes | Chris Lattner | 2010-09-30 | 1 | -24/+50 |
* | Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This | Benjamin Kramer | 2010-09-30 | 1 | -0/+6 |
* | 80 column fix | Jim Grosbach | 2010-09-30 | 1 | -1/+3 |
* | Fix two tiny issues (ARM does not need COFF) and comment sanity. | Jason W Kim | 2010-09-30 | 1 | -2/+1 |
* | Tighten up prototype verification of strchr and strrchr to avoid a crash in t... | Benjamin Kramer | 2010-09-30 | 1 | -2/+4 |
* | Silence a GCC warning about not handling all flags in this switch, we | Chandler Carruth | 2010-09-30 | 1 | -2/+2 |
* | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung | 2010-09-30 | 4 | -12/+63 |
* | Add another test that now passes. | Rafael Espindola | 2010-09-30 | 1 | -0/+10 |
* | trailing whitespace | Jim Grosbach | 2010-09-30 | 1 | -3/+3 |
* | Remove misplaced ';'. Make buildbots happy, hopefully. | Jim Grosbach | 2010-09-30 | 1 | -1/+1 |
* | Correctly produce R_X86_64_32 or R_X86_64_32S. | Rafael Espindola | 2010-09-30 | 7 | -20/+73 |
* | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim | 2010-09-30 | 5 | -1/+17 |
* | Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when | Jan Wen Voung | 2010-09-30 | 2 | -1/+71 |
* | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola | 2010-09-30 | 9 | -137/+274 |
* | Go ahead and jump! | Jim Grosbach | 2010-09-30 | 3 | -40/+7 |
* | I added a new file ARMAsmBackend which stubs out in similar ways to | Jason W Kim | 2010-09-30 | 4 | -0/+153 |
* | Now that the pseudos that needed this are all custom lowered, we can go back | Jim Grosbach | 2010-09-30 | 2 | -9/+1 |