Added RegisterCoalescer to required passes for PBQP.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.cpp
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerFix some fixme's in #if 0'd code by making it dependent...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-07-31 Chris Lattneradd some comments on how this is *supposed* to work...
2009-07-31 Chris Lattnerrearrange a conditional. Even if this weren't #if...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-29 Bill WendlingForgot to output the base offset.
2009-07-29 Bill WendlingMove comment to above method.
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-17 Chris LattnerUse more terse and precise linkage checks.
2009-07-17 Chris Lattnerthese two pieces of code are the same because we always
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-05-15 Bill WendlingMove c'tor/d'tor to top of file.
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...