summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable on-demand fast-isel.Dan Gohman2010-07-011-1/+4
* Do one lookup instead of two.Dan Gohman2010-06-211-2/+3
* Generalize this to look in the regular ValueMap in addition toDan Gohman2010-06-211-1/+1
* Teach regular and fast isel to set dead flags on unused implicit defsDan Gohman2010-06-181-0/+1
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-3/+3
* Do one map lookup instead of two.Dan Gohman2010-05-251-2/+3
* Fast ISel trivially coalesces away no-op casts, so check for this whenDan Gohman2010-05-141-4/+16
* An Instruction has a trivial kill only if its use is in the sameDan Gohman2010-05-131-2/+5
* Add initial kill flag support to FastISel.Dan Gohman2010-05-111-60/+136
* Verify variable directly.Devang Patel2010-05-071-1/+1
* Transfer debug location information from PHI nodes to resultingDan Gohman2010-05-071-0/+8
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-11/+11
* In bottom-up mode, defer the materialization of local constant values.Dan Gohman2010-05-061-0/+11
* Add an "IsBottomUp" member function to FastISel, which will be used toDan Gohman2010-05-051-1/+2
* Factor out FastISel's code for materializing constants and other valuesDan Gohman2010-05-031-1/+10
* While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc...Devang Patel2010-04-281-11/+11
* Add comment re byval args. Doesn't actually work this way yet.Dale Johannesen2010-04-251-1/+3
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-231-0/+6
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-221-1/+67
* Fix a comment.Dan Gohman2010-04-221-1/+1
* Don't send PHI nodes down to SelectionDAGBuilder of FastISel, sinceDan Gohman2010-04-201-4/+4
* Sink DebugLoc handling out of SelectionDAGISel into FastISel andDan Gohman2010-04-201-2/+9
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-33/+33
* Factor out EH landing pad code into a separate function, and constifyDan Gohman2010-04-141-1/+1
* Generalize this code to handle Instructions in addition to ConstantExprs.Dan Gohman2010-04-141-3/+3
* Add a few comments.Dan Gohman2010-04-131-0/+5
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-071-1/+3
* unthread MMI from FastISelChris Lattner2010-04-051-38/+31
* fastisel doesn't need DwarfWriter, remove some tendricles.Chris Lattner2010-04-051-5/+2
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-2/+2
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-311-4/+3
* Remove dead include.Daniel Dunbar2010-03-111-1/+0
* Move dbg_value generation to target-independent FastISel,Dale Johannesen2010-02-261-0/+28
* Fix comments to reflect renaming elsewhere.Dale Johannesen2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-2/+2
* After Victor's latest commits I am seeing nullDale Johannesen2010-02-061-0/+2
* Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen2010-01-261-0/+3
* Revert 93811 per request.Dale Johannesen2010-01-191-3/+0
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-181-0/+3
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-2/+0
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-0/+2
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-2/+0
* Fix a typo in a comment.Dan Gohman2010-01-121-1/+1
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-051-12/+12
* Delete renaming use of dead dbg intrinsics.Devang Patel2010-01-051-6/+0
* remove a bunch of unneeded functions.Chris Lattner2009-12-291-1/+1
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-5/+1
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-281-3/+3
* Remove dead variable.Bill Wendling2009-12-281-3/+0
OpenPOWER on IntegriCloud