summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSIL/MSILWriter.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner2010-08-281-258/+0
| | | | | | and hasn't kept up with ToT. Approved by Anton. llvm-svn: 112375
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
| | | | llvm-svn: 110460
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
| | | | llvm-svn: 110410
* Don't use PassInfo* as a type identifier for passes. Instead, use the ↵Owen Anderson2010-08-051-2/+2
| | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
| | | | llvm-svn: 108366
* this doesn't need the mangler.Chris Lattner2010-01-161-2/+0
| | | | llvm-svn: 93626
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-2/+3
| | | | llvm-svn: 80773
* Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'Nick Lewycky2009-07-261-6/+1
| | | | | | | | namespace which could very well conflict with non-LLVM code. Also clean up some spacing, remove an extra header. llvm-svn: 77146
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-1/+0
| | | | | | - Less boilerplate == good. llvm-svn: 77052
* Fix compile with 4.4 (I hope?); PR4617.Daniel Dunbar2009-07-241-1/+1
| | | | llvm-svn: 77015
* Add missing include.Daniel Dunbar2009-07-211-0/+1
| | | | llvm-svn: 76555
* Switch this API to StringRef.Daniel Dunbar2009-07-211-1/+1
| | | | llvm-svn: 76554
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-0/+5
| | | | llvm-svn: 76344
* fix David's merge conflictChris Lattner2009-07-141-6/+2
| | | | llvm-svn: 75673
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+6
| | | | | | dynamic_cast<>. llvm-svn: 75670
* Add extra sign extension to the same bit width before int signAnton Korobeynikov2009-07-141-1/+1
| | | | | | | extension to another bit width. This is needed to get correct singed value. Patch by Artur Pietrek! llvm-svn: 75629
* fix CBE & MSIL backends to not use the mangler for non-global symbols.Chris Lattner2009-07-131-1/+5
| | | | llvm-svn: 75556
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
| | | | llvm-svn: 61715
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
| | | | llvm-svn: 55779
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
| | | | llvm-svn: 55092
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov2007-05-061-3/+27
| | | | | | README.txt. Patch by Roman Samoilov! llvm-svn: 36890
* Drop 'const'Devang Patel2007-05-031-2/+2
| | | | llvm-svn: 36662
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
| | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-3/+4
| | | | llvm-svn: 36632
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
| | | | | | target for tabs checking. llvm-svn: 36146
* Let the new backend begin!Anton Korobeynikov2007-03-211-0/+230
llvm-svn: 35242
OpenPOWER on IntegriCloud