aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the LLVMContextImpl implementation into a .cpp file.Jeffrey Yasskin2010-03-213-69/+87
* Memoize InlineAsms into the LLVMContext and delete them on shutdown.Jeffrey Yasskin2010-03-214-14/+84
* XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin2010-03-2126-0/+26
* Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early.Jeffrey Yasskin2010-03-211-4/+5
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-211-0/+3
* Fix suggested parentheses warning.Daniel Dunbar2010-03-211-2/+2
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-2040-24/+61
* MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I b...Daniel Dunbar2010-03-201-1/+3
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-201-9/+8
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-203-758/+0
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-202-6/+232
* llvm-mc: Fix memory leak of MCAsmInfo.Daniel Dunbar2010-03-201-2/+2
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-205-10/+10
* pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson2010-03-202-6/+24
* Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")Bob Wilson2010-03-209-165/+145
* Add instruction variants for VST2, VST3, and VST4 "store-lane" operations withBob Wilson2010-03-201-0/+47
* Add variants of VST2, VST3 and VST4 with address register writeback, andBob Wilson2010-03-201-30/+80
* Add instructions for double-spaced VST3 and VST4 without address registerBob Wilson2010-03-201-27/+32
* tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar2010-03-201-0/+5
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-203-3/+8
* Add VST1 instructions with address register writeback.Bob Wilson2010-03-201-1/+47
* Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations withBob Wilson2010-03-201-0/+51
* Tidy some more comments and whitespace.Bob Wilson2010-03-201-35/+29
* Add variants of VLD2, VLD3 and VLD4 with address register writeback, andBob Wilson2010-03-201-32/+82
* Tidy some comments and whitespace for consistency.Bob Wilson2010-03-201-8/+7
* Rename some instructions for consistency and sanity: use "_UPD" suffix forBob Wilson2010-03-203-116/+132
* Add instructions for double-spaced VLD3 and VLD4 without address registerBob Wilson2010-03-201-25/+30
* Add VLD1 instructions with address register writeback.Bob Wilson2010-03-201-1/+48
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-202-20/+6
* Revert the rest of 98679.Bob Wilson2010-03-201-4/+0
* Fix a very bad typo. Since the register number was off by one, the ARMBob Wilson2010-03-201-1/+1
* Clear the SCEVExpander's insertion point after making deletions,Dan Gohman2010-03-202-0/+11
* Stupid svn. Add back to the lost sibcall tests.Evan Cheng2010-03-201-2/+57
* If call result is in ST0 and it is not being passed to the caller'sEvan Cheng2010-03-201-0/+22
* Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual.Daniel Dunbar2010-03-201-8/+5
* Add NLdStFrm Format.Johnny Chen2010-03-201-6/+9
* Revert r98679. The disassembler will be updated to depend on the existence ofJohnny Chen2010-03-191-6/+2
* Revert r99009 temporarily it seems to be breaking the bots.Eric Christopher2010-03-193-16/+18
* Revert this change, since it was causing ARM performance regressions.Bob Wilson2010-03-196-69/+79
* Change intrinsic result type for void to store it as an empty listChris Lattner2010-03-193-18/+16
* make getOperandNum a static function (since it's just used by Chris Lattner2010-03-192-31/+28
* Fix more places to more thoroughly ignore debug intrinsics. This fixesDan Gohman2010-03-192-11/+14
* remove the patterns that I commented out in r98930, Dan verified Chris Lattner2010-03-192-324/+0
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-195-160/+301
* Force configuration of some projects before others. In particular, someJohn Criswell2010-03-192-26/+69
* Fix -Wnon-virtual-dtor warning.Rafael Espindola2010-03-191-0/+2
* Regenerate configure.Tanya Lattner2010-03-191-9/+9
* Bump version number.Tanya Lattner2010-03-191-1/+1
* Test commit (removed extra blank line)Ben Holt2010-03-191-1/+0
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-192-4/+12