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
/
Scalar
/
RewriteStatepointsForGC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unnecessary unreachables in favor of (sometimes implicit) assertions
David Blaikie
2015-02-20
1
-53
/
+34
*
[RewriteStatepointsForGC] Use DenseSet in place of std::set [NFC]
Philip Reames
2015-02-20
1
-8
/
+8
*
[RewriteStatepointsForGC] Replace std::map with DenseMap
Philip Reames
2015-02-20
1
-2
/
+2
*
[RewriteStatepointsForGC] Cleanup - replace std::vector usage [NFC]
Philip Reames
2015-02-20
1
-40
/
+38
*
[RewriteStatepointsForGC] More style cleanup [NFC]
Philip Reames
2015-02-20
1
-15
/
+14
*
[RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]
Philip Reames
2015-02-20
1
-49
/
+11
*
[GC, RewriteStatepointsForGC] Style cleanup and bug fix
Philip Reames
2015-02-20
1
-9
/
+29
*
Use unreachable instead of assert(false) to silence MSVC warning
Reid Kleckner
2015-02-20
1
-1
/
+1
*
[GC] Style cleanup for RewriteStatepointForGC (1 of many) [NFC]
Philip Reames
2015-02-20
1
-62
/
+55
*
Bugfix for 229954
Philip Reames
2015-02-20
1
-2
/
+5
*
RewriteStatepointsForGC: Move details into anonymous namespaces. NFC.
Benjamin Kramer
2015-02-20
1
-10
/
+12
*
Wrap recursive function only used in assert in #ifndef NDEBUG.
Benjamin Kramer
2015-02-20
1
-1
/
+5
*
Fix build in release mode, four cases of -Wunused-variable.
Nick Lewycky
2015-02-20
1
-0
/
+5
*
Adjust enablement of RewriteStatepointsForGC
Philip Reames
2015-02-20
1
-1
/
+2
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+1931