Nadav Rotem
|
2f41ff93e6
|
Fix a typo in the comment.
llvm-svn: 163496
|
2012-09-10 08:51:46 +00:00 |
|
Nadav Rotem
|
28e6f8c1fc
|
Add an assertion that the frame index is indeed inside the declared lifetime region.
llvm-svn: 163495
|
2012-09-10 08:44:15 +00:00 |
|
Roman Divacky
|
4717a8d654
|
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
llvm-svn: 163324
|
2012-09-06 15:42:13 +00:00 |
|
Nadav Rotem
|
9e3cc9f884
|
Disable stack coloring by default in order to resolve the i386 failures.
llvm-svn: 163316
|
2012-09-06 14:27:06 +00:00 |
|
Nadav Rotem
|
7c277da364
|
Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be
disjoint if they are marked by disjoint lifetime markers (@llvm.lifetime.XXX intrinsics).
llvm-svn: 163299
|
2012-09-06 09:17:37 +00:00 |
|