aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2010-01-19Revert 93811 per request.Dale Johannesen
2010-01-18Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen
2010-01-18Canonicalize -1 - x to ~x.Evan Cheng
2010-01-16When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks
2010-01-15Add some debug routines to SelectionDAG to dump full DAGs.David Greene
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15fix 80-column violationsJim Grosbach
2010-01-14Fix a codegen abort seen in 483.xalancbmk.Dan Gohman
2010-01-12Update a partially obsolete comment.Dan Gohman
2010-01-12Fix a typo in a comment.Dan Gohman
2010-01-11Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...Jakob Stoklund Olesen
2010-01-11Disable transformation of select of two loads to a select of address and then...Mon P Wang
2010-01-09Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman
2010-01-09Dan pointed out checking whether a node is dead by comparing its opcode to IS...Evan Cheng
2010-01-08ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....Evan Cheng
2010-01-07Fix rdar://7517201, a regression introduced by r92849.Chris Lattner
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