- May 10, 2010
-
-
Bob Wilson authored
SSAUpdater for the value from the first def may see uses of undefined values, because the later defs will not have been updated yet. llvm-svn: 103407
-
- May 05, 2010
-
-
Bob Wilson authored
MachineSSAUpdater to avoid duplicating all the code. llvm-svn: 103060
-
- Apr 26, 2010
-
-
Bob Wilson authored
SSAUpdater. I'm going to try to refactor this to share most of the code between them. llvm-svn: 102353
-
- Apr 02, 2010
-
-
Chris Lattner authored
llvm-svn: 100215
-
- Feb 10, 2010
-
-
Chris Lattner authored
llvm-svn: 95745
-
- Feb 09, 2010
-
-
Chris Lattner authored
into TargetOpcodes.h. #include the new TargetOpcodes.h into MachineInstr. Add new inline accessors (like isPHI()) to MachineInstr, and start using them throughout the codebase. llvm-svn: 95687
-
- Jan 05, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92548
-
- Dec 08, 2009
-
-
Evan Cheng authored
llvm-svn: 90816
-
- Dec 07, 2009
-
-
Evan Cheng authored
llvm-svn: 90759
-
Evan Cheng authored
llvm-svn: 90744
-
- Dec 04, 2009
-
-
Evan Cheng authored
llvm-svn: 90566
-
Evan Cheng authored
- If the reaching definition is an undef and the use is a PHI, add the implicit_def to the end of the source block. - When reaching value is replaced with another, update the cache as well. llvm-svn: 90501
-
- Dec 03, 2009
-
-
Evan Cheng authored
llvm-svn: 90489
-
Evan Cheng authored
llvm-svn: 90395
-
- Dec 02, 2009
-
-
Evan Cheng authored
llvm-svn: 90353
-