Reapply pieces of 78914 reverted in 78916, this has been fixed.
[oota-llvm.git] / lib / Target / MSIL / MSILWriter.h
2009-07-26 Nick LewyckyMove MSILModule and MSILWriter into the 'llvm' namespac...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Daniel DunbarFix compile with 4.4 (I hope?); PR4617.
2009-07-21 Daniel DunbarAdd missing include.
2009-07-21 Daniel DunbarSwitch this API to StringRef.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-14 Chris Lattnerfix David's merge conflict
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Anton KorobeynikovAdd extra sign extension to the same bit width before...
2009-07-13 Chris Lattnerfix CBE & MSIL backends to not use the mangler for...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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-03-21 Anton KorobeynikovLet the new backend begin!