Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
[oota-llvm.git] / lib / CodeGen / MachineLICM.cpp
2014-10-14 Eric ChristopherRemove the use and member variable of the TargetMachine...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-17 Owen AndersonSwitch a number of loops in lib/CodeGen over to range...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-08-20 Richard SandifordFix overly pessimistic shortcut in post-RA MachineLICM
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2012-12-13 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-04-11 Jakob Stoklund OlesenTweak MachineLICM heuristics for cheap instructions.
2012-04-11 Jakob Stoklund OlesenOnly check for PHI uses inside the current loop.
2012-03-27 Evan ChengPost-ra LICM should take care not to hoist an instructi...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-28 Chad RosierFix 80-column violation.
2012-02-17 Jakob Stoklund OlesenRevert r150288, "Allow Post-RA LICM to hoist reserved...
2012-02-11 Jakob Stoklund OlesenAllow Post-RA LICM to hoist reserved register reads.
2012-02-11 Jakob Stoklund OlesenDon't read PreRegAlloc before it is initialized.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew TrickMove pass configuration out of pass constructors: Machi...
2012-02-08 Andrew Trickwhitespace
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-01-23 Jakob Stoklund OlesenFix PR11829. PostRA LICM was too aggressive.
2012-01-23 Jakob Stoklund OlesenSimplify debug output.
2012-01-20 Jakob Stoklund OlesenSupport register masks in MachineLICM.
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2012-01-10 Evan Cheng80 col violation.
2011-12-22 Pete CooperHoisted some loop invariant smallvector lookups out...
2011-12-22 Pete CooperChanged MachineLICM to use a worklist list MachineCSE...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-10-26 Evan ChengDisable LICM speculation in high register pressure...
2011-10-20 Devang PatelAs Evan suggested, loads from constant pool are safe...
2011-10-20 Devang PatelAdd a comment.
2011-10-17 Evan ChengConstraint register class with constrainRegClass()...
2011-10-17 Devang PatelIt is safe to speculate load from GOT. This fixes perfo...
2011-10-13 Nick LewyckyTabs to spaces.
2011-10-12 Evan ChengDisable machine LICM speculation check (for profitabili...
2011-10-12 Bill WendlingExpand the check for a landing pad so that it looks...
2011-10-12 Evan ChengFix r141744.
2011-10-11 Evan ChengRefine r141689 with a tri-state variable.
2011-10-11 Bill WendlingN.B. This is with the new EH scheme:
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-09-01 Evan ChengTeach MachineLICM reg pressure tracking code to deal...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2010-11-11 Dan GohmanAdd a FIXME comment.
2010-11-01 Jakob Stoklund OlesenMachineLICM should not claim to be preserving the CFG...
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Andrew TrickFix for machine licm assert: RCCost <= RegPressure...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-16 Evan ChengMore machine LICM work. It now tracks register pressure...
2010-10-14 Evan ChengRegister pressure and instruction latency aware machine...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-08 Evan ChengDon't waste time unfolding simple loads. The unfolded...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-29 Dale JohannesenComment typo.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-20 Dale JohannesenFix test for switch statements and increase
2010-07-20 Dale JohannesenDon't hoist things out of a large switch inside a
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-12 Chris Lattnerchange machinelicm to use MachineInstr::isSafeToMove...
2010-07-09 Dan GohmanFix MachineLICM to actually visit inner loops.
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-05-29 Evan ChengDoh. Machine LICM is re-initializing the CSE map over...
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-04-20 Jakob Stoklund OlesenWhen MachineLICM is hoisting a physical register after...
2010-04-17 Evan ChengPostra machine licm must add registers defined by loop...
2010-04-13 Evan ChengFast path implicit_def check.
2010-04-13 Evan ChengAvoid variable shadowing.
2010-04-13 Evan ChengExpand postra machine licm's capability a little more...
next