aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-5/+0
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-1/+0
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-251-4/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-191-2/+2
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-2/+2
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-111-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Refactor to make helper method static.Craig Topper2012-11-251-2/+0
* Refactor a bit to make some helper methods static.Craig Topper2012-11-241-2/+0
* Refactor a bit to make some helper functions static.Craig Topper2012-11-231-3/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-4/+9
* Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2012-08-221-1/+1
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-031-0/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Recommited reworked r156804:Stepan Dyatkovskiy2012-05-181-11/+0
* SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2012-05-171-1/+1
* Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper2012-04-111-2/+0
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-2/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-3/+3
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-1/+2
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-081-1/+4
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-1/+0
* Modify the mapping from landing pad to call sites to accept more than one callBill Wendling2011-10-051-2/+2
* Create a mapping between the landing pad basic block and the call site index ...Bill Wendling2011-10-041-0/+3
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-241-1/+3
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+1
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+1
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-2/+0
* Do not lose branch weights when lowering SwitchInst.Jakub Staszak2011-07-291-6/+20
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+2
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+2
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+1
* Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer2011-07-081-1/+1
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-0/+3
* Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...Devang Patel2011-05-231-0/+8
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Turn SelectionDAGBuilder::GetRegistersForValue into a local function.Benjamin Kramer2011-03-261-5/+0
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-1/+1
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-1/+1
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-3/+5
* When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen2010-09-301-0/+4
* Offset is not always unsigned number.Devang Patel2010-08-311-1/+1
* Trim a #include.Dan Gohman2010-08-281-3/+0
* Revert r112213. It is not needed.Devang Patel2010-08-261-4/+4
* Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel2010-08-261-4/+4
* Fix comment.Devang Patel2010-08-251-4/+3
* Remove dead argument.Devang Patel2010-08-251-2/+1
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+22