Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.cpp
2012-09-18 Andrew Trickmisched: Make ScheduleDAGInstrs use the TargetSchedule...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-07-30 Andrew TrickUse the latest MachineRegisterInfo APIs. No functionality.
2012-07-28 Andrew TrickReenable a basic SSA DAG builder optimization.
2012-06-14 Andrew Trickmisched: disable SSA check pending PR13112.
2012-06-13 Andrew Tricksched: fix latency of memory dependence chain edges...
2012-06-06 Andrew TrickMove RegisterPressure.h.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-20 Jakob Stoklund OlesenUse LiveRangeQuery in ScheduleDAGInstrs.
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-04-24 Andrew Trickmisched: DAG builder must special case earlyclobber
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-20 Andrew TrickNew and improved comment.
2012-04-20 Andrew TrickSparseSet: Add support for key-derived indexes and...
2012-04-20 Andrew Trickmisched: initialize BB
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-03-16 Benjamin KramerScheduleDAGInstrs: When adding uses we add them into...
2012-03-16 Andrew Trickmisched: add DAG edges from vreg defs to ExitSU.
2012-03-14 Andrew Trickmisched: implemented a framework for top-down or bottom...
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched prep: Comment the ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: Cleanup ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: rename InsertPos to End.
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-24 Andrew TrickPostRA sched: speed up physreg tracking by not abusing...
2012-02-23 Andrew Trickmisched: cleanup reaching def computation
2012-02-23 Andrew TrickPostRASched: Convert physreg def/use tracking to Jakob...
2012-02-22 Jakob Stoklund OlesenDon't compute latencies for regmask operands.
2012-02-22 Andrew Trickmisched: Use SparseSet for VRegDegs for constant time...
2012-02-22 Andrew TrickComment from code review
2012-02-22 Andrew Trickmisched: DAG builder should not track dependencies...
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
2012-02-21 Andrew TrickClear virtual registers after they are no longer refere...
2012-01-14 Andrew Trickmisched: Initial code for building an MI level scheduli...
2012-01-14 Andrew TrickMove physreg dependency generation into aptly named...
2012-01-14 Andrew Trickmisched: Added ScheduleDAGInstrs::IsPostRA
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-05 Chandler CarruthRemove an unused variable.
2012-01-05 Andrew TrickMinor postra scheduler cleanup. It could result in...
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-02 Hal Finkelmake sure ScheduleDAGInstrs::EmitSchedule does not...
2011-10-07 Andrew TrickPostRA scheduler fix. Clear stale loop dependencies.
2011-10-07 Andrew Trickwhitespace
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-02 Devang PatelRemove dead code.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
2011-05-06 Andrew TrickAdded an assertion, and updated a comment.
2011-05-05 Andrew TrickARM post RA scheduler compile time fix.
2011-05-05 Andrew Trickwhitespace
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-10-27 Evan ChengPutting r117193 back except for the compile time cost...
2010-10-25 Evan ChengNeuter r117193 as it causes significant post-ra schedul...
2010-10-23 Evan ChengProperly model the latency of register defs which are...
2010-10-08 Evan ChengAvoid compiler warning: comparison between signed and...
2010-10-08 Evan ChengFix operand latency computation in cases where the...
2010-10-06 Nick LewyckyRemove unused variables.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-07-24 Bob WilsonChange ScheduleDAGInstrs::Defs and ::Uses to be variabl...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-05-19 Jim GrosbachFix the post-RA instruction scheduler to handle instruc...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-03-22 Evan ChengReduce indentation.
2010-03-22 Evan Cheng80 col violation.
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2009-11-09 David GoodwinFix dependencies added to model memory aliasing for...
2009-11-05 David GoodwinCorrectly add chain dependencies around calls and unkno...
2009-11-03 David Goodwin<rdar://problem/7352605>. When building schedule graph...
2009-11-02 David GoodwinChain dependencies used to enforce memory order should...
2009-10-26 Dan GohmanWhen checking whether a def of an aliased register...
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
next