Chris Lattner
|
3c670cb65a
|
Remove dead vars
llvm-svn: 17482
|
2004-11-05 04:46:22 +00:00 |
Misha Brukman
|
63b38bd2ed
|
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
|
2004-07-29 17:30:56 +00:00 |
Reid Spencer
|
eb04d9bcb4
|
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
|
2004-07-04 12:19:56 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Chris Lattner
|
44d2c3514a
|
Regularize header file comments
llvm-svn: 9071
|
2003-10-13 03:32:08 +00:00 |
Chris Lattner
|
a940095ae2
|
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Isn't updating copy and pasted code a joy
llvm-svn: 8702
|
2003-09-24 22:06:25 +00:00 |
Chris Lattner
|
889f620841
|
Remove unnecesary &*'s
llvm-svn: 5872
|
2003-04-23 16:37:45 +00:00 |
Anand Shukla
|
f8c09ee341
|
Changes to runtime framework
llvm-svn: 5572
|
2003-02-14 20:41:53 +00:00 |
Chris Lattner
|
2f04a0da4e
|
Clean up #includes
Move graph.h into local directory
llvm-svn: 5276
|
2003-01-14 22:33:56 +00:00 |
Anand Shukla
|
ea77a493ff
|
split retracing into a separate file
llvm-svn: 3809
|
2002-09-18 03:55:26 +00:00 |