| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the LLVMContextImpl implementation into a .cpp file. | Jeffrey Yasskin | 2010-03-21 | 3 | -69/+87 |
* | Memoize InlineAsms into the LLVMContext and delete them on shutdown. | Jeffrey Yasskin | 2010-03-21 | 4 | -14/+84 |
* | XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We | Jeffrey Yasskin | 2010-03-21 | 26 | -0/+26 |
* | Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early. | Jeffrey Yasskin | 2010-03-21 | 1 | -4/+5 |
* | When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. | Jeffrey Yasskin | 2010-03-21 | 1 | -0/+3 |
* | Fix suggested parentheses warning. | Daniel Dunbar | 2010-03-21 | 1 | -2/+2 |
* | Add support for XFAILing valgrind runs with memory leak checking independently | Jeffrey Yasskin | 2010-03-20 | 40 | -24/+61 |
* | MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b... | Daniel Dunbar | 2010-03-20 | 1 | -1/+3 |
* | llvm-mc: Fix MCInstPrinter memory leaks. | Daniel Dunbar | 2010-03-20 | 1 | -9/+8 |
* | MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. | Daniel Dunbar | 2010-03-20 | 3 | -758/+0 |
* | MC/Mach-O: Tweak optimal_nop test to be host independent. | Daniel Dunbar | 2010-03-20 | 2 | -6/+232 |
* | llvm-mc: Fix memory leak of MCAsmInfo. | Daniel Dunbar | 2010-03-20 | 1 | -2/+2 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 5 | -10/+10 |
* | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson | 2010-03-20 | 2 | -6/+24 |
* | 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 |
* | tests: Mangle '-vg' onto the end of the triple when running under valgrind, so | Daniel Dunbar | 2010-03-20 | 1 | -0/+5 |
* | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 3 | -3/+8 |
* | 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 | 2 | -0/+11 |
* | Stupid svn. Add back to the lost sibcall tests. | Evan Cheng | 2010-03-20 | 1 | -2/+57 |
* | 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 r99009 temporarily it seems to be breaking the bots. | Eric Christopher | 2010-03-19 | 3 | -16/+18 |
* | Revert this change, since it was causing ARM performance regressions. | Bob Wilson | 2010-03-19 | 6 | -69/+79 |
* | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-19 | 3 | -18/+16 |
* | make getOperandNum a static function (since it's just used by | Chris Lattner | 2010-03-19 | 2 | -31/+28 |
* | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman | 2010-03-19 | 2 | -11/+14 |
* | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner | 2010-03-19 | 2 | -324/+0 |
* | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 5 | -160/+301 |
* | Force configuration of some projects before others. In particular, some | John Criswell | 2010-03-19 | 2 | -26/+69 |
* | Fix -Wnon-virtual-dtor warning. | Rafael Espindola | 2010-03-19 | 1 | -0/+2 |
* | Regenerate configure. | Tanya Lattner | 2010-03-19 | 1 | -9/+9 |
* | Bump version number. | Tanya Lattner | 2010-03-19 | 1 | -1/+1 |
* | Test commit (removed extra blank line) | Ben Holt | 2010-03-19 | 1 | -1/+0 |
* | call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) | Devang Patel | 2010-03-19 | 2 | -4/+12 |