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