aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-09isPICStyleStub() is now never true in -static mode, so simplify code.Chris Lattner
2009-07-09simplify some code based on the fact that picstyles != none are only valid Chris Lattner
2009-07-09all this logic always returns true because GOT mode is never active in x86-64...Chris Lattner
2009-07-09isPICStyleRIPRel() and friends are never true in -static mode.Chris Lattner
2009-07-09Move PR4517 to README.txt.Nick Lewycky
2009-07-09Improved tracking of value number kills. VN kills are now representedLang Hames
2009-07-09.o file writing shouldn't mess around with pic/relo models like the JIT does.Chris Lattner
2009-07-09move a hack out of the asm-printer specific path to the main target selection...Chris Lattner
2009-07-09many more cleanups, for example if in the "none" pic-style,Chris Lattner
2009-07-09Reduce indentation in GVRequiresExtraLoad. Return true for windowsChris Lattner
2009-07-09When in -static mode, force the PIC style to none. Doing this requires fixingChris Lattner
2009-07-09merge two identical functions and simplify things that are GOT specificChris Lattner
2009-07-09hoist check for IsTailCall to callers. Eliminate redundant check for Chris Lattner
2009-07-09change a few methods to be static functions.Chris Lattner
2009-07-09one more added assert.Chris Lattner
2009-07-09remove eh, convert to FileCheck styleChris Lattner
2009-07-09move handling of dllimport linkage in isel, not in asmprinter.Chris Lattner
2009-07-09we have no tests for dllimport/export. Add one.Chris Lattner
2009-07-09Work around an ICE in gcc-4.2.4.Jeffrey Yasskin
2009-07-09one more assertion!Chris Lattner
2009-07-09add some more assertions. Remove code to handle dllimport on darwin.Chris Lattner
2009-07-09Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLEDan Gohman
2009-07-09remove "asmcall", using print_pcrel_imm instead of printOperand.Chris Lattner
2009-07-09simplify some logicChris Lattner
2009-07-09* add some assertions for sanity checking.Chris Lattner
2009-07-09stop on the first file mismatch.Chris Lattner
2009-07-09add a test for dale's recent change.Chris Lattner
2009-07-08Make SmallPtrSet iterators real iteratorsDouglas Gregor
2009-07-08LLVMContext-ification.Owen Anderson
2009-07-08switch test to FileCheck-style and test the P and non-P cases.Chris Lattner
2009-07-08rename a test to make it a feature test.Chris Lattner
2009-07-08Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin
2009-07-08* manually concatenate two string literalsChris Lattner
2009-07-08- Add some NEON ld / st instruction static encoding.Evan Cheng
2009-07-08Fix thinko.Devang Patel
2009-07-08Fix the AssertingVH unittests.Jeffrey Yasskin
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-07-08Reformat.David Greene
2009-07-08Drop "constant" from Devang Patel
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene
2009-07-08Update SLotTracker to handle MDNode slots.Devang Patel
2009-07-08Nowadays vectors are only split if they have an evenDuncan Sands
2009-07-08Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng
2009-07-08Recommit r74952 with a bug fix:Bill Wendling
2009-07-08Use interators instead of counters for loops.Bill Wendling
2009-07-08Missed an exit during the conversion.Torok Edwin
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Switch all the MC tests to use FileCheck.Chris Lattner