index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Splitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-26
1
-2
/
+4
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+4
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
1
-2
/
+2
*
merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+7
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-25
1
-8
/
+13
*
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-25
1
-2
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
Removed unused inRange variable.
Lang Hames
2010-07-17
1
-2
/
+0
*
LoopSplitter - intended to split live intervals over loop boundaries.
Lang Hames
2010-07-17
1
-0
/
+819