Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / lib / Target / MSIL / MSILWriter.cpp
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-02-26 Bill WendlingDe-tabify
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-03-21 Anton KorobeynikovLet the new backend begin!