Age | Commit message (Expand) | Author |
2010-03-22 | MC: Share the MCAsmLayout object, although its still not used for anything im... | Daniel Dunbar |
2010-03-22 | Rename one more NEON instruction that I missed earlier. | Bob Wilson |
2010-03-22 | Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue | Jeffrey Yasskin |
2010-03-22 | 80 col violation. | Evan Cheng |
2010-03-22 | Regroup some instructions. No functional change. | Bob Wilson |
2010-03-22 | Rename some VLD1/VST1 instructions to match the implementation, i.e., the | Bob Wilson |
2010-03-22 | Remove some redundant instruction classes. | Bob Wilson |
2010-03-22 | Refactor instruction encoding arguments for VLDnLN/VSTnLN classes to | Bob Wilson |
2010-03-22 | Completely remove Blackfin patterns that thought JustCC was i1. | Jakob Stoklund Olesen |
2010-03-22 | Don't leak a MachineInstruction from Thumb1InstrInfo::restoreCalleeSavedRegis... | Jeffrey Yasskin |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
2010-03-22 | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin |
2010-03-21 | Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete | Jeffrey Yasskin |
2010-03-21 | Move the LLVMContextImpl implementation into a .cpp file. | Jeffrey Yasskin |
2010-03-21 | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin |
2010-03-21 | Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early. | Jeffrey Yasskin |
2010-03-20 | MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b... | Daniel Dunbar |
2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
2010-03-20 | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson |
2010-03-20 | Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") | Bob Wilson |
2010-03-20 | Add instruction variants for VST2, VST3, and VST4 "store-lane" operations with | Bob Wilson |
2010-03-20 | Add variants of VST2, VST3 and VST4 with address register writeback, and | Bob Wilson |
2010-03-20 | Add instructions for double-spaced VST3 and VST4 without address register | Bob Wilson |
2010-03-20 | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif |
2010-03-20 | Add VST1 instructions with address register writeback. | Bob Wilson |
2010-03-20 | Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations with | Bob Wilson |
2010-03-20 | Tidy some more comments and whitespace. | Bob Wilson |
2010-03-20 | Add variants of VLD2, VLD3 and VLD4 with address register writeback, and | Bob Wilson |
2010-03-20 | Tidy some comments and whitespace for consistency. | Bob Wilson |
2010-03-20 | Rename some instructions for consistency and sanity: use "_UPD" suffix for | Bob Wilson |
2010-03-20 | Add instructions for double-spaced VLD3 and VLD4 without address register | Bob Wilson |
2010-03-20 | Add VLD1 instructions with address register writeback. | Bob Wilson |
2010-03-20 | PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u... | Benjamin Kramer |
2010-03-20 | Revert the rest of 98679. | Bob Wilson |
2010-03-20 | Fix a very bad typo. Since the register number was off by one, the ARM | Bob Wilson |
2010-03-20 | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman |
2010-03-20 | If call result is in ST0 and it is not being passed to the caller's | Evan Cheng |
2010-03-20 | Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. | Daniel Dunbar |
2010-03-20 | Add NLdStFrm Format. | Johnny Chen |
2010-03-19 | Revert r98679. The disassembler will be updated to depend on the existence of | Johnny Chen |
2010-03-19 | Revert this change, since it was causing ARM performance regressions. | Bob Wilson |
2010-03-19 | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman |
2010-03-19 | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner |
2010-03-19 | Fix -Wnon-virtual-dtor warning. | Rafael Espindola |
2010-03-19 | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel |
2010-03-19 | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby |
2010-03-19 | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson |
2010-03-19 | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar |
2010-03-19 | MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl... | Daniel Dunbar |