Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the MSIL backend. It isn't maintained, is buggy, has no testcases | Chris Lattner | 2010-08-28 | 1 | -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 Anderson | 2010-08-06 | 1 | -2/+2 |
| | | | | llvm-svn: 110460 | ||||
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
| | | | | llvm-svn: 110410 | ||||
* | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -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 Kramer | 2010-07-14 | 1 | -1/+1 |
| | | | | llvm-svn: 108366 | ||||
* | this doesn't need the mangler. | Chris Lattner | 2010-01-16 | 1 | -2/+0 |
| | | | | llvm-svn: 93626 | ||||
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -2/+3 |
| | | | | llvm-svn: 80773 | ||||
* | Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL' | Nick Lewycky | 2009-07-26 | 1 | -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 Dunbar | 2009-07-25 | 1 | -1/+0 |
| | | | | | | - Less boilerplate == good. llvm-svn: 77052 | ||||
* | Fix compile with 4.4 (I hope?); PR4617. | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 77015 | ||||
* | Add missing include. | Daniel Dunbar | 2009-07-21 | 1 | -0/+1 |
| | | | | llvm-svn: 76555 | ||||
* | Switch this API to StringRef. | Daniel Dunbar | 2009-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 76554 | ||||
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -0/+5 |
| | | | | llvm-svn: 76344 | ||||
* | fix David's merge conflict | Chris Lattner | 2009-07-14 | 1 | -6/+2 |
| | | | | llvm-svn: 75673 | ||||
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -2/+6 |
| | | | | | | dynamic_cast<>. llvm-svn: 75670 | ||||
* | Add extra sign extension to the same bit width before int sign | Anton Korobeynikov | 2009-07-14 | 1 | -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 Lattner | 2009-07-13 | 1 | -1/+5 |
| | | | | llvm-svn: 75556 | ||||
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
| | | | | llvm-svn: 61715 | ||||
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -2/+2 |
| | | | | llvm-svn: 55779 | ||||
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -2/+3 |
| | | | | llvm-svn: 55092 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Update MSIL BE. This patch fixes most weird glitches outlined in | Anton Korobeynikov | 2007-05-06 | 1 | -3/+27 |
| | | | | | | README.txt. Patch by Roman Samoilov! llvm-svn: 36890 | ||||
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
| | | | | llvm-svn: 36662 | ||||
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -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 Patel | 2007-05-01 | 1 | -3/+4 |
| | | | | llvm-svn: 36632 | ||||
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -1/+1 |
| | | | | | | target for tabs checking. llvm-svn: 36146 | ||||
* | Let the new backend begin! | Anton Korobeynikov | 2007-03-21 | 1 | -0/+230 |
llvm-svn: 35242 |