index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
StackColoring.cpp
Age
Commit message (
Expand
)
Author
2012-10-18
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-09-17
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-13
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
Fix a typo.
Nadav Rotem
2012-09-13
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-12
Add a flag to disable the code that looks for allocas which escaped the lifet...
Nadav Rotem
2012-09-12
Enable stack-coloring, in hope that the recent fixes will enable correct drag...
Nadav Rotem
2012-09-12
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-11
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
Enable stack coloring.
Nadav Rotem
2012-09-11
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
Enable stack coloring.
Nadav Rotem
2012-09-10
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
Fix a typo in the comment.
Nadav Rotem
2012-09-10
Add an assertion that the frame index is indeed inside the declared lifetime ...
Nadav Rotem
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
Disable stack coloring by default in order to resolve the i386 failures.
Nadav Rotem
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem