index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSIL
/
MSILWriter.h
Age
Commit message (
Expand
)
Author
2010-08-28
remove the MSIL backend. It isn't maintained, is buggy, has no testcases
Chris Lattner
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-01-16
this doesn't need the mangler.
Chris Lattner
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-07-26
Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'
Nick Lewycky
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-24
Fix compile with 4.4 (I hope?); PR4617.
Daniel Dunbar
2009-07-21
Add missing include.
Daniel Dunbar
2009-07-21
Switch this API to StringRef.
Daniel Dunbar
2009-07-18
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-14
fix David's merge conflict
Chris Lattner
2009-07-14
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
Add extra sign extension to the same bit width before int sign
Anton Korobeynikov
2009-07-13
fix CBE & MSIL backends to not use the mangler for non-global symbols.
Chris Lattner
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-05-06
Update MSIL BE. This patch fixes most weird glitches outlined in
Anton Korobeynikov
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-03-21
Let the new backend begin!
Anton Korobeynikov