Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
[oota-llvm.git] / lib / CodeGen / LatencyPriorityQueue.cpp
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-26 Dan GohmanEliminate the use of PriorityQueue and just use a std...
2010-05-26 Dan GohmanChange push_all to a non-virtual function and implement...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-12 David GoodwinRename registers to break output dependencies in additi...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Dan GohmanDon't charge full latency for an anti-dependence, in...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...