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