Chris Lattner
|
7b9020a059
|
Fix the missing symbols problem Bill was hitting. Patch contributed by
Bill Wendling!!
llvm-svn: 20649
|
2005-03-17 15:38:16 +00:00 |
Chris Lattner
|
531f9e92d4
|
This mega patch converts us from using Function::a{iterator|begin|end} to
using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*.
This patch is contributed by Gabor Greif, thanks!
llvm-svn: 20597
|
2005-03-15 04:54:21 +00:00 |
Andrew Lenharth
|
7728eb7b80
|
some typoes and .bss isn't liked, at all
llvm-svn: 20542
|
2005-03-10 19:02:02 +00:00 |
Andrew Lenharth
|
10bc4c0ff6
|
make BB labels be exported for debuging, add fp negation optimization, further pecimise the FP instructions
llvm-svn: 20332
|
2005-02-25 22:55:15 +00:00 |
Andrew Lenharth
|
5152be292a
|
alignment
llvm-svn: 20028
|
2005-02-04 14:09:38 +00:00 |
Andrew Lenharth
|
202011fcc7
|
get alignment printing correctly and get rid of __main hack
llvm-svn: 20027
|
2005-02-04 14:01:21 +00:00 |
Andrew Lenharth
|
20d8b2ff71
|
Print the Constant pool
llvm-svn: 19975
|
2005-02-01 20:38:53 +00:00 |
Andrew Lenharth
|
ba2bcd867f
|
problems with bools, and their work arounds
llvm-svn: 19833
|
2005-01-25 19:58:40 +00:00 |
Andrew Lenharth
|
4680f89526
|
Pruned includes
llvm-svn: 19813
|
2005-01-24 18:37:48 +00:00 |
Andrew Lenharth
|
a1b5ca2b9d
|
Let me introduce you to the early stages of the llvm backend for the alpha processor
llvm-svn: 19764
|
2005-01-22 23:41:55 +00:00 |