aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-19Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund
2012-12-11Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund
2012-12-11Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-25Refactor to make helper method static.Craig Topper
2012-11-24Refactor a bit to make some helper methods static.Craig Topper
2012-11-23Refactor a bit to make some helper functions static.Craig Topper
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-22Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-18Recommited reworked r156804:Stepan Dyatkovskiy
2012-05-17SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy
2012-04-11Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak
2011-12-08Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson
2011-10-06Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman
2011-10-05Modify the mapping from landing pad to call sites to accept more than one callBill Wendling
2011-10-04Create a mapping between the landing pad basic block and the call site index ...Bill Wendling
2011-08-24Basic x86 code generation for atomic load and store instructions.Eli Friedman
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-29Do not lose branch weights when lowering SwitchInst.Jakub Staszak
2011-07-28LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-25Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman
2011-07-08Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak
2011-05-23Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...Devang Patel
2011-04-23Remove unused STL header includes.Jay Foad
2011-03-26Turn SelectionDAGBuilder::GetRegistersForValue into a local function.Benjamin Kramer
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-01-31Keep track of incoming argument's location while emitting LiveIns.Devang Patel
2011-01-06Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng
2010-09-30When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen
2010-08-31Offset is not always unsigned number.Devang Patel
2010-08-28Trim a #include.Dan Gohman
2010-08-26Revert r112213. It is not needed.Devang Patel
2010-08-26Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also.Devang Patel
2010-08-25Fix comment.Devang Patel
2010-08-25Remove dead argument.Devang Patel
2010-07-16The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen
2010-07-15Revert. This isn't the correct way to go.Bill Wendling
2010-07-15Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling
2010-07-01Reapply r106422, splitting the code for materializing a value out ofDan Gohman