Benjamin Kramer
|
92d8998348
|
Don't pass StringRef by reference.
llvm-svn: 108366
|
2010-07-14 22:38:02 +00:00 |
Chris Lattner
|
3a3480fa53
|
this doesn't need the mangler.
llvm-svn: 93626
|
2010-01-16 02:15:38 +00:00 |
Sandeep Patel
|
68c5f477fa
|
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
llvm-svn: 80773
|
2009-09-02 08:44:58 +00:00 |
Nick Lewycky
|
ec7ec7c1ac
|
Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'
namespace which could very well conflict with non-LLVM code.
Also clean up some spacing, remove an extra header.
llvm-svn: 77146
|
2009-07-26 08:16:51 +00:00 |
Daniel Dunbar
|
5680b4f285
|
Add new helpers for registering targets.
- Less boilerplate == good.
llvm-svn: 77052
|
2009-07-25 06:49:55 +00:00 |
Daniel Dunbar
|
b2dc296910
|
Fix compile with 4.4 (I hope?); PR4617.
llvm-svn: 77015
|
2009-07-24 23:23:46 +00:00 |
Daniel Dunbar
|
f477ac5655
|
Add missing include.
llvm-svn: 76555
|
2009-07-21 08:58:44 +00:00 |
Daniel Dunbar
|
d08978cb43
|
Switch this API to StringRef.
llvm-svn: 76554
|
2009-07-21 08:57:31 +00:00 |
Daniel Dunbar
|
67038c1333
|
Put Target definitions inside Target specific header, and llvm namespace.
llvm-svn: 76344
|
2009-07-18 23:03:22 +00:00 |
Chris Lattner
|
5c5140c767
|
fix David's merge conflict
llvm-svn: 75673
|
2009-07-14 20:25:40 +00:00 |
David Greene
|
a31f96cf2b
|
Have asm printers use formatted_raw_ostream directly to avoid a
dynamic_cast<>.
llvm-svn: 75670
|
2009-07-14 20:18:05 +00:00 |
Anton Korobeynikov
|
ba70a9b0c7
|
Add extra sign extension to the same bit width before int sign
extension to another bit width. This is needed to get correct singed value.
Patch by Artur Pietrek!
llvm-svn: 75629
|
2009-07-14 09:53:14 +00:00 |
Chris Lattner
|
874727fb73
|
fix CBE & MSIL backends to not use the mangler for non-global symbols.
llvm-svn: 75556
|
2009-07-13 23:46:46 +00:00 |
Dan Gohman
|
906152a20f
|
Tidy up #includes, deleting a bunch of unnecessary #includes.
llvm-svn: 61715
|
2009-01-05 17:59:02 +00:00 |
Dan Gohman
|
a79db30d28
|
Tidy up several unbeseeming casts from pointer to intptr_t.
llvm-svn: 55779
|
2008-09-04 17:05:41 +00:00 |
Owen Anderson
|
9371964f47
|
Use raw_ostream throughout the AsmPrinter.
llvm-svn: 55092
|
2008-08-21 00:14:44 +00:00 |
Chris Lattner
|
f3ebc3f3d2
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
Anton Korobeynikov
|
c892cf466d
|
Update MSIL BE. This patch fixes most weird glitches outlined in
README.txt. Patch by Roman Samoilov!
llvm-svn: 36890
|
2007-05-06 20:13:33 +00:00 |
Devang Patel
|
8c78a0bff0
|
Drop 'const'
llvm-svn: 36662
|
2007-05-03 01:11:54 +00:00 |
Devang Patel
|
e95c6ad802
|
Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.
llvm-svn: 36652
|
2007-05-02 21:39:20 +00:00 |
Devang Patel
|
09f162ca6a
|
Do not use typeinfo to identify pass in pass manager.
llvm-svn: 36632
|
2007-05-01 21:15:47 +00:00 |
Anton Korobeynikov
|
fb80151c42
|
Removed tabs everywhere except autogenerated & external files. Add make
target for tabs checking.
llvm-svn: 36146
|
2007-04-16 18:10:23 +00:00 |
Anton Korobeynikov
|
aa3090d815
|
Let the new backend begin!
llvm-svn: 35242
|
2007-03-21 21:38:25 +00:00 |