Misha Brukman
|
63b38bd2ed
|
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
|
2004-07-29 17:30:56 +00:00 |
Chris Lattner
|
49525f8cf4
|
Finegrainify namespacification
llvm-svn: 10725
|
2004-01-09 06:02:20 +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
|
a906bacfdd
|
Change the interface to PromoteMemToReg to also take a DominatorTree
llvm-svn: 8883
|
2003-10-05 21:20:13 +00:00 |
Chris Lattner
|
5dac64f629
|
Rename Function::getEntryNode -> getEntryBlock
llvm-svn: 8625
|
2003-09-20 14:39:18 +00:00 |
Chris Lattner
|
b396afde26
|
Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll
llvm-svn: 6901
|
2003-06-25 14:58:56 +00:00 |
Chris Lattner
|
889f620841
|
Remove unnecesary &*'s
llvm-svn: 5872
|
2003-04-23 16:37:45 +00:00 |
Chris Lattner
|
e27406eb59
|
Change the mem2reg interface to accept a TargetData argument
llvm-svn: 5685
|
2003-03-03 17:25:18 +00:00 |
Chris Lattner
|
26f159046c
|
Split mem2reg promotion into two parts: a function which does the work, and
a pass which wraps the function. This allows other passes to use the functionality
llvm-svn: 5610
|
2003-02-22 23:57:48 +00:00 |