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
...
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-1
/
+2
*
[RewriteStatepointsForGC] Exclude constant values from being considered live ...
Philip Reames
2015-04-26
1
-14
/
+13
*
[RewriteStatepointsForGC] Delete dead code [NFC]
Philip Reames
2015-04-14
1
-26
/
+4
*
[RwriteStatepointsForGC] Minor indentation and naming [NFC]
Philip Reames
2015-04-13
1
-39
/
+30
*
[RewriteStatepointsForGC] Avoid inserting empty holder
Philip Reames
2015-04-13
1
-0
/
+4
*
[RewriteStatepointsForGC] Fix a latent bug in normalization for invoke statep...
Philip Reames
2015-04-13
1
-37
/
+40
*
[RewriteStatepointsForGC] Strengthen assertions around liveness
Philip Reames
2015-04-13
1
-0
/
+18
*
[RewriteStatepointsForGC] Move an expensive debugging check to XDEBUG
Philip Reames
2015-04-13
1
-33
/
+44
*
[Statepoints] Fix a release only build failure
Philip Reames
2015-04-11
1
-2
/
+2
*
[RewriteStatepointsForGC] Use a SetVector for a worklist [NFC]
Philip Reames
2015-04-10
1
-6
/
+4
*
[RewriteStatepointsForGC] Use an actual liveness algorithm
Philip Reames
2015-04-10
1
-204
/
+294
*
[RewriteStatepointsForGC] clang-format file
Philip Reames
2015-04-10
1
-58
/
+57
*
[RewriteStatepointsForGC] Missed review comment from 234651 & build fix
Philip Reames
2015-04-10
1
-3
/
+4
*
[RewriteStatepointsForGC] Preprocess the IR to remove unreachable blocks and ...
Philip Reames
2015-04-10
1
-6
/
+34
*
[RewriteStatepointsForGC] Limited support for vectors of pointers
Philip Reames
2015-04-10
1
-25
/
+224
*
Code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+12
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+7
*
More code cleanup [NFC]
Philip Reames
2015-03-27
1
-12
/
+13
*
Code simplification and style cleanup
Philip Reames
2015-03-27
1
-97
/
+36
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-5
/
+5
*
[RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke...
Philip Reames
2015-03-04
1
-2
/
+12
*
RewriteStatepointsForGC::PhiState: Remove explicit copy ctor in favor of the ...
David Blaikie
2015-03-03
1
-3
/
+0
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-1
/
+0
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-0
/
+1
*
Silence variable set but not used warning, NFC.
Yaron Keren
2015-02-28
1
-2
/
+3
*
[RewriteStatepointsForGC] Reduce indentation via early continue [NFC]
Philip Reames
2015-02-28
1
-81
/
+82
*
[RewriteStatepointsForGC] Fix another order of iteration bug
Philip Reames
2015-02-28
1
-4
/
+20
*
[RewriteStatepointsForGC] Reduce indentation via early continue [NFC]
Philip Reames
2015-02-28
1
-35
/
+36
*
[RewriteStatepointsForGC] Fix iterator invalidation bug
Philip Reames
2015-02-28
1
-2
/
+11
*
[RewriteStatepointsForGC] Add tests for the base pointer identification algor...
Philip Reames
2015-02-28
1
-2
/
+11
*
Roll condition into an assert then wrap it 'ifndef NDEBUG' to protect from th...
David Blaikie
2015-02-22
1
-8
/
+7
*
RewriteStatepointsForGC.cpp: Fix for -Asserts to mark isNullConstant() as LLV...
NAKAMURA Takumi
2015-02-22
1
-1
/
+1
*
RewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2015-02-22
1
-2
/
+1
*
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
[prev]