Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / MachineLICM.cpp
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...
2010-04-13 Evan ChengTeach postra machine licm to hoist more obvious invaria...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-12 Benjamin KramerPlug trivial leak.
2010-04-09 Dan GohmanDelete this obsolete comment.
2010-04-08 Evan ChengMake post regalloc machine licm functional. It now...
2010-04-07 Evan ChengAdd comments for missed opportunities.
2010-04-07 Evan ChengFix typo.
2010-04-07 Evan ChengPost regalloc LICM. Work in progress.
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-28 Dan GohmanDon't unconditionally suppress hoisting of instructions...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Evan ChengAdd option -licm-const-load to hoist all loads from...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-17 Evan ChengFix comment.
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
next