Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / CodeGen / MachineDominators.cpp
2015-02-27 Benjamin KramerMachineDominators: Move applySplitCriticalEdges into...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
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-06-18 Dan GohmanDon't bother calling releaseMemory before destroying...
2009-12-16 John McCallExplicit template instantiations must happen in the...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-01-05 Chris LattnerFix build issue on certain compilers.
2008-01-04 Bill WendlingDon't recalculate the loop info and loop dominators...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.