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
/
PlaceSafepoints.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Statepoints] Clean up PlaceSafepoints.cpp: variable naming.
Sanjoy Das
2015-05-06
1
-31
/
+29
*
[IRBuilder] Add a CreateGCStatepointInvoke.
Sanjoy Das
2015-05-06
1
-32
/
+6
*
[DomTree] verifyDomTree to unconditionally perform DT verification
Adam Nemet
2015-05-06
1
-3
/
+2
*
Don't Place Entry Safepoints Before the llvm.frameescape() Intrinsic
Philip Reames
2015-04-26
1
-0
/
+7
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-3
/
+2
*
PlaceSafepoints: use IRBuilder helpers
Ramkumar Ramachandra
2015-02-26
1
-44
/
+39
*
[PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...
Philip Reames
2015-02-21
1
-11
/
+26
*
Hide a bunch of advanced testing options in default opt --help output
Philip Reames
2015-02-20
1
-7
/
+9
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Adjust how we avoid poll insertion inside the poll function (NFC)
Philip Reames
2015-02-10
1
-5
/
+11
*
[Statepoint] Improve two asserts, fix some style (NFC)
Ramkumar Ramachandra
2015-02-09
1
-1
/
+2
*
PlaceSafepoints: modernize gc.result.* -> gc.result
Ramkumar Ramachandra
2015-02-09
1
-12
/
+1
*
Update file comment to clarify points highlighted in review (NFC)
Philip Reames
2015-02-09
1
-31
/
+30
*
Use range for loops in PlaceSafepoints (NFC)
Philip Reames
2015-02-09
1
-8
/
+4
*
Add basic tests for PlaceSafepoints
Philip Reames
2015-02-09
1
-5
/
+21
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-1
/
+1
*
Removing an unused variable warning I accidentally introduced with my last wa...
Aaron Ballman
2015-02-05
1
-1
/
+1
*
Silencing an MSVC warning about a switch statement with no cases; NFC.
Aaron Ballman
2015-02-05
1
-8
/
+5
*
Fix a warning in non-asserts builds
Philip Reames
2015-02-04
1
-0
/
+1
*
Clang format of a file introduced in 228090 (NFC)
Philip Reames
2015-02-04
1
-29
/
+22
*
Add a pass for inserting safepoints into (nearly) arbitrary IR
Philip Reames
2015-02-04
1
-0
/
+979
[prev]