| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila | 2010-10-01 | 2 | -67/+7 |
* | Fix the other half of the alignment changing issue by making sure that the | Eric Christopher | 2010-10-01 | 1 | -3/+8 |
* | fix typo | Chris Lattner | 2010-10-01 | 1 | -1/+1 |
* | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner | 2010-10-01 | 1 | -1/+6 |
* | fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 | Chris Lattner | 2010-10-01 | 1 | -0/+9 |
* | Attempt to outwit overly smart compiler. | Dale Johannesen | 2010-10-01 | 1 | -0/+1 |
* | Implement double return values in calls. Fixes | Eric Christopher | 2010-10-01 | 1 | -9/+35 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 13 | -804/+749 |
* | Add an explicit initialization to work around what appears to be a valgrind | Daniel Dunbar | 2010-09-30 | 1 | -1/+3 |
* | Temporarily add a flag to make it easier to compare the new-style ARM if | Owen Anderson | 2010-09-30 | 1 | -0/+19 |
* | Clean up asm writer usage for x86 and msp430 to flag that the writer should | Jim Grosbach | 2010-09-30 | 5 | -6/+3 |
* | Movement and cleanup. | Eric Christopher | 2010-09-30 | 1 | -26/+26 |
* | 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 | 1 | -13/+0 |
* | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen | 2010-09-30 | 1 | -1/+5 |
* | 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 | 1 | -38/+31 |
* | 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 | 3 | -1/+24 |
* | Move getPointerSize() to the base class since it's not dependent on MachO | Jim Grosbach | 2010-09-30 | 1 | -8/+4 |
* | Remove extraneous ';' | Jim Grosbach | 2010-09-30 | 1 | -2/+2 |
* | preemptively add the rest of the non-n fpstack instructions. | Chris Lattner | 2010-09-30 | 1 | -3/+6 |
* | 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 | 1 | -1/+3 |
* | 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 | 1 | -2/+8 |
* | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby | 2010-09-30 | 2 | -0/+31 |
* | 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 | 2 | -12/+15 |
* | 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 | 6 | -15/+32 |
* | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim | 2010-09-30 | 3 | -1/+3 |
* | Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when | Jan Wen Voung | 2010-09-30 | 1 | -1/+2 |
* | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola | 2010-09-30 | 4 | -132/+208 |
* | 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 |
* | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach | 2010-09-30 | 3 | -766/+22 |
* | Test commit - Deleted some whitespace at the end of a line. | Jan Wen Voung | 2010-09-30 | 1 | -1/+1 |
* | ARM instruction itinerary fixes: | Evan Cheng | 2010-09-30 | 7 | -315/+475 |
* | Add constant folding for strspn and strcspn to SimplifyLibCalls. | Benjamin Kramer | 2010-09-30 | 2 | -15/+64 |
* | Revert r114320(move file = copy + delete on Win32). r115040 is a better solut... | Francois Pichet | 2010-09-30 | 1 | -11/+4 |
* | Add strpbrk folding to SimplifyLibCalls. | Benjamin Kramer | 2010-09-29 | 1 | -7/+42 |