Misha Brukman
|
6ed546e3d2
|
Doxygenified and cleand up comments.
llvm-svn: 12294
|
2004-03-11 23:08:20 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
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
|
16c6cda9d5
|
Added LLVM copyright header (for lack of a better term).
llvm-svn: 9304
|
2003-10-20 20:19:47 +00:00 |
|
Chris Lattner
|
be4a5081d1
|
#include <cassert> as necessary...
llvm-svn: 7315
|
2003-07-25 17:58:41 +00:00 |
|
John Criswell
|
258dfc0319
|
Merged in autoconf branch. This provides configuration via the autoconf
system.
llvm-svn: 7014
|
2003-06-30 21:59:07 +00:00 |
|
Chris Lattner
|
6c12776232
|
Remove a ton of extraneous #includes
llvm-svn: 6842
|
2003-06-22 03:08:05 +00:00 |
|
John Criswell
|
4781723de6
|
Included assert.h so that the code compiles under newer versions of GCC.
llvm-svn: 6682
|
2003-06-11 14:01:36 +00:00 |
|
Chris Lattner
|
506de1c176
|
Minor cleanups:
* LLVM #include should use "", not <>
* Fix line wrapping
* Remove noncopyable base class to improve doxygen output
llvm-svn: 6577
|
2003-06-03 15:30:01 +00:00 |
|
Chris Lattner
|
4e607715ce
|
Make a release build compile. This field is not really an enum, it's really a bitfield
llvm-svn: 4971
|
2002-12-12 05:31:26 +00:00 |
|
Vikram S. Adve
|
90bc3110b6
|
An explicit representation of dependence graphs, and a pass that
computes a dependence graph for data dependences on memory locations
using interprocedural Mod/Ref information.
llvm-svn: 4957
|
2002-12-08 13:26:29 +00:00 |
|