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
/
SelectionDAG
/
StatepointLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Require a GC strategy be specified for functions which use gc.statepoint
Philip Reames
2015-03-27
1
-23
/
+19
*
Allow explicit spill slots to be specified for a gc.statepoint
Philip Reames
2015-03-27
1
-4
/
+20
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-10
1
-11
/
+56
*
Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...
Igor Laevsky
2015-03-05
1
-56
/
+11
*
Teach lowering to correctly handle invoke statepoint and gc results tied to t...
Igor Laevsky
2015-03-05
1
-11
/
+56
*
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo...
Igor Laevsky
2015-02-20
1
-40
/
+38
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-7
/
+3
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-1
/
+1
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+2
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-0
/
+43
*
Restructure some assertion checking based on post commit feedback by Aaron an...
Philip Reames
2014-12-02
1
-7
/
+7
*
Appease a build bot complaining about an unused variable that's used in an as...
Philip Reames
2014-12-02
1
-0
/
+1
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+640