index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineLICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Updated comments to reflect what "side effects" means in this situation.
Bill Wendling
2007-12-20
1
-10
/
+3
*
Add debugging info. Use the newly created "hasUnmodelledSideEffects" method.
Bill Wendling
2007-12-18
1
-21
/
+38
*
Need to grow the indexed map. Added debug statements.
Bill Wendling
2007-12-11
1
-21
/
+27
*
Simplify slightly.
Bill Wendling
2007-12-11
1
-3
/
+4
*
Blark! How in the world did this work without this?!
Bill Wendling
2007-12-11
1
-4
/
+9
*
- Update the virtual reg to machine instruction map when hoisting.
Bill Wendling
2007-12-11
1
-2
/
+12
*
Checking for "zero operands" during the "CanHoistInst()" method isn't necessary
Bill Wendling
2007-12-11
1
-11
/
+4
*
Reverting 44702. It wasn't correct to rename them.
Bill Wendling
2007-12-08
1
-13
/
+13
*
Renaming:
Bill Wendling
2007-12-08
1
-1
/
+1
*
Incorporated comments from Evan and Chris:
Bill Wendling
2007-12-08
1
-58
/
+54
*
Initial commit of the machine code LICM pass. It successfully hoists this:
Bill Wendling
2007-12-07
1
-0
/
+336