aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSIL/MSILWriter.h
AgeCommit message (Expand)Author
2010-08-28remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-01-16this doesn't need the mangler.Chris Lattner
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-07-26Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'Nick Lewycky
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-24Fix compile with 4.4 (I hope?); PR4617.Daniel Dunbar
2009-07-21Add missing include.Daniel Dunbar
2009-07-21Switch this API to StringRef.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-14fix David's merge conflictChris Lattner
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-14Add extra sign extension to the same bit width before int signAnton Korobeynikov
2009-07-13fix CBE & MSIL backends to not use the mangler for non-global symbols.Chris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-06Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-03-21Let the new backend begin!Anton Korobeynikov