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
/
Transforms
/
LevelRaise.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up code, implement array indexing stuff
Chris Lattner
2001-11-26
1
-423
/
+175
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
1
-4
/
+4
*
Better heuristics for handling arrays
Chris Lattner
2001-11-14
1
-50
/
+175
*
Avoid assertion failure when taking size of unsized array. Todo item herE
Chris Lattner
2001-11-13
1
-0
/
+7
*
Improve raising significantly
Chris Lattner
2001-11-08
1
-54
/
+93
*
Fix bugs
Chris Lattner
2001-11-06
1
-1
/
+3
*
Fix bug with ADD nodes and malloc promotion
Chris Lattner
2001-11-05
1
-9
/
+29
*
Use the expression map correctly.
Chris Lattner
2001-11-05
1
-6
/
+3
*
Refactor code to share stuff
Chris Lattner
2001-11-04
1
-558
/
+2
*
* Relax restriction that prevented malloc promotion in certain cases
Chris Lattner
2001-11-04
1
-21
/
+22
*
* Disable debug output
Chris Lattner
2001-11-04
1
-22
/
+48
*
Convert backward conversion of expression trees into a new more powerful bidi...
Chris Lattner
2001-11-04
1
-11
/
+297
*
Minor method rename
Chris Lattner
2001-11-04
1
-4
/
+4
*
Add transformations for Load and GetElementPtr. Fix broken transform with shr.
Chris Lattner
2001-11-04
1
-0
/
+99
*
* Add comments for peepholes
Chris Lattner
2001-11-01
1
-3
/
+91
*
Add DCE as integral part of the level raising to avoid processing instruction...
Chris Lattner
2001-11-01
1
-4
/
+9
*
* Implement expression type conversion for constant values
Chris Lattner
2001-11-01
1
-11
/
+76
*
* Convert getelementptr/store pairs into a single store
Chris Lattner
2001-11-01
1
-1
/
+26
*
Initial checkin of level raising code, after move and cleanup and expands fro...
Chris Lattner
2001-11-01
1
-0
/
+592
[prev]