Move TargetData to DataLayout.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-22 Richard SmithInitialize SelectionDAGBuilder's Context in 'init'...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-18 Stepan DyatkovskiyRecommited reworked r156804:
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-04-11 Craig TopperInline implVisitAluOverflow by introducing a nested...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-05 Bill WendlingModify the mapping from landing pad to call sites to...
2011-10-04 Bill WendlingCreate a mapping between the landing pad basic block...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-05-23 Devang PatelPreserve debug info during iSel by keeping DanglingDebu...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-03-26 Benjamin KramerTurn SelectionDAGBuilder::GetRegistersForValue into...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2010-09-30 Jakob Stoklund OlesenWhen isel is emitting instructions for an x86 target...
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-28 Dan GohmanTrim a #include.
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-01 Dan GohmanReapply r106422, splitting the code for materializing...
2010-06-21 Dan GohmanRevert r106422, which is breaking the non-fast-isel...
2010-06-21 Dan GohmanMore changes for non-top-down fast-isel.
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-22 Dan GohmanSink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Dan GohmanMove PHINodesToUpdate out of SelectionDAGBuilder and...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-05 Chris Lattnerremove the now-redundant MMI pointer in SelectionDAG.
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-01 Chris Lattnerwhitespace cleanup
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-18 Bill WendlingChanges from review:
2009-11-23 Dan GohmanRename SelectionDAGLowering to SelectionDAGBuilder...