aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSIL/MSILWriter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+255