aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2010-01-07factor this code better and reduce nesting at the sameChris Lattner
2010-01-07APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng
2010-01-07Use pop_back_val instead of back()+pop_back.Benjamin Kramer
2010-01-06Comment.Evan Cheng
2010-01-06Teach dag combine to fold the following transformation more aggressively:Evan Cheng
2010-01-06The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...Bill Wendling
2010-01-06Only check the ordering if there is an ordering for each nodes.Bill Wendling
2010-01-05Add a semi-primitive form of scheduling via the "SDNode ordering" to theBill Wendling
2010-01-05Don't assign the shift the same type as the variable being shifted. This couldBill Wendling
2010-01-05Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2010-01-05Delete renaming use of dead dbg intrinsics.Devang Patel
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2010-01-04Use a pointer type rather than MVT::Other for the ExternalSymbol node usedDan Gohman
2010-01-02Teach codegen to handle:Chris Lattner
2010-01-01whitespace cleanupChris Lattner
2010-01-01Fix a warning on gcc 4.4.Mikhail Glushenkov
2010-01-01Trailing whitespace, 80-col violations.Mikhail Glushenkov
2010-01-01Teach codegen to lower llvm.powi to an efficient (but not optimal) Chris Lattner
2009-12-29remove a bunch of unneeded functions.Chris Lattner
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-28This is a major cleanup of the instruction metadata interfaces thatChris Lattner
2009-12-28rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner
2009-12-28Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta
2009-12-28Remove dead store.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-28Remove dead variable.Bill Wendling
2009-12-24handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner
2009-12-24move an optimization for memcmp out of simplifylibcalls and into Chris Lattner
2009-12-23move a few more symbols to .rodataNuno Lopes
2009-12-23Use more sensible type for flags in asms. PR 5570.Dale Johannesen
2009-12-23Update objectsize intrinsic and associated dependencies. FixEric Christopher
2009-12-23Remove superfluous SDNode ordering.Bill Wendling