| Commit message (Expand) | Author | Age | Files | Lines |
* | Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early. | Jeffrey Yasskin | 2010-03-21 | 1 | -4/+5 |
* | MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b... | Daniel Dunbar | 2010-03-20 | 1 | -1/+3 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 4 | -5/+5 |
* | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson | 2010-03-20 | 1 | -6/+11 |
* | Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") | Bob Wilson | 2010-03-20 | 9 | -165/+145 |
* | Add instruction variants for VST2, VST3, and VST4 "store-lane" operations with | Bob Wilson | 2010-03-20 | 1 | -0/+47 |
* | Add variants of VST2, VST3 and VST4 with address register writeback, and | Bob Wilson | 2010-03-20 | 1 | -30/+80 |
* | Add instructions for double-spaced VST3 and VST4 without address register | Bob Wilson | 2010-03-20 | 1 | -27/+32 |
* | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 2 | -3/+3 |
* | Add VST1 instructions with address register writeback. | Bob Wilson | 2010-03-20 | 1 | -1/+47 |
* | Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations with | Bob Wilson | 2010-03-20 | 1 | -0/+51 |
* | Tidy some more comments and whitespace. | Bob Wilson | 2010-03-20 | 1 | -35/+29 |
* | Add variants of VLD2, VLD3 and VLD4 with address register writeback, and | Bob Wilson | 2010-03-20 | 1 | -32/+82 |
* | Tidy some comments and whitespace for consistency. | Bob Wilson | 2010-03-20 | 1 | -8/+7 |
* | Rename some instructions for consistency and sanity: use "_UPD" suffix for | Bob Wilson | 2010-03-20 | 3 | -116/+132 |
* | Add instructions for double-spaced VLD3 and VLD4 without address register | Bob Wilson | 2010-03-20 | 1 | -25/+30 |
* | Add VLD1 instructions with address register writeback. | Bob Wilson | 2010-03-20 | 1 | -1/+48 |
* | PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u... | Benjamin Kramer | 2010-03-20 | 2 | -20/+6 |
* | Revert the rest of 98679. | Bob Wilson | 2010-03-20 | 1 | -4/+0 |
* | Fix a very bad typo. Since the register number was off by one, the ARM | Bob Wilson | 2010-03-20 | 1 | -1/+1 |
* | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman | 2010-03-20 | 1 | -0/+4 |
* | If call result is in ST0 and it is not being passed to the caller's | Evan Cheng | 2010-03-20 | 1 | -0/+22 |
* | Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. | Daniel Dunbar | 2010-03-20 | 1 | -8/+5 |
* | Add NLdStFrm Format. | Johnny Chen | 2010-03-20 | 1 | -6/+9 |
* | Revert r98679. The disassembler will be updated to depend on the existence of | Johnny Chen | 2010-03-19 | 1 | -6/+2 |
* | Revert this change, since it was causing ARM performance regressions. | Bob Wilson | 2010-03-19 | 6 | -69/+79 |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 1 | -5/+13 |
* | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner | 2010-03-19 | 2 | -324/+0 |
* | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 1 | -4/+0 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -20/+31 |
* | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson | 2010-03-19 | 2 | -39/+6 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 1 | -0/+213 |
* | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar | 2010-03-19 | 1 | -8/+16 |
* | Renumber LdStExFrm from 28 to 11 and shift the existing format values to make | Johnny Chen | 2010-03-19 | 2 | -40/+40 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 9 | -27/+19 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 9 | -19/+27 |
* | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 2 | -7/+20 |
* | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 3 | -20/+12 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 2 | -8/+5 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 4 | -821/+900 |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 2 | -17/+30 |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 3 | -131/+46 |
* | MCAssembler: Pull out MCObjectWriter class. | Daniel Dunbar | 2010-03-19 | 1 | -82/+126 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 2 | -12/+27 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -35/+31 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -31/+33 |
* | MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation... | Daniel Dunbar | 2010-03-19 | 1 | -56/+77 |
* | Remove a memory leak from the CBackend. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+4 |
* | fix an MCInstPrinter leak that jyasskin pointed out: | Chris Lattner | 2010-03-19 | 1 | -1/+2 |