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
/
StackColoring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-17
1
-2
/
+1
*
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
1
-5
/
+12
*
Fix a typo.
Nadav Rotem
2012-09-13
1
-1
/
+1
*
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
1
-5
/
+17
*
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
1
-6
/
+18
*
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
1
-1
/
+1
*
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
1
-0
/
+47
*
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-11
1
-1
/
+1
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
1
-3
/
+5
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
1
-1
/
+1
*
Enable stack coloring.
Nadav Rotem
2012-09-10
1
-1
/
+1
*
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
1
-0
/
+12
*
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
1
-3
/
+3
*
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
1
-1
/
+2
*
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
1
-1
/
+1
*
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
1
-23
/
+33
*
Fix a typo in the comment.
Nadav Rotem
2012-09-10
1
-2
/
+2
*
Add an assertion that the frame index is indeed inside the declared lifetime ...
Nadav Rotem
2012-09-10
1
-0
/
+16
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+1
*
Disable stack coloring by default in order to resolve the i386 failures.
Nadav Rotem
2012-09-06
1
-1
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+657