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
/
IR
/
SafepointIRVerifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-4
/
+5
*
SafepointIRVerifier - silence static analyzer dyn_cast<Instruction> null dere...
Simon Pilgrim
2019-09-24
1
-2
/
+2
*
SafepointIRVerifier port to new Pass Manager
Fedor Sergeev
2019-03-31
1
-0
/
+11
*
Temporarily revert "SafepointIRVerifier port to new Pass Manager"
Adrian Prantl
2019-03-28
1
-11
/
+0
*
SafepointIRVerifier port to new Pass Manager
Serguei Katkov
2019-03-28
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-1
/
+1
*
Use llvm::any_of instead std::any_of. NFC
Fangrui Song
2018-10-31
1
-2
/
+1
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Add maybe-unused attribute to a variable.
Nick Desaulniers
2018-08-01
1
-0
/
+1
*
SafepointIRVerifier should ignore dead blocks and dead edges
Artur Pilipenko
2018-06-25
1
-28
/
+189
*
SafepointIRVerifier is made unreachable block tolerant
Serguei Katkov
2018-05-23
1
-7
/
+20
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+11
*
[SafepointIRVerifier] Allow non-dereferencing uses of unrelocated or poisoned...
Max Kazantsev
2017-12-25
1
-19
/
+137
*
[NFC] Refactor SafepointIRVerifier
Serguei Katkov
2017-12-13
1
-236
/
+317
*
[NFC][SafepointIRVerifier] Add alias for set of available values
Serguei Katkov
2017-12-12
1
-13
/
+15
*
[SafepointIRVerifier] Allow deriving pointers from unrelocated base
Anna Thomas
2017-12-05
1
-45
/
+122
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
[SafepointIRVerifier] Avoid false positives in GC verifier for compare betwee...
Anna Thomas
2017-07-07
1
-2
/
+46
*
[SafepointIRVerifier] NFC: Refactor code for identifying exclusive base type
Anna Thomas
2017-07-07
1
-37
/
+72
*
[SafepointIRVerifier] Add verifier pass for finding GC relocation bugs
Anna Thomas
2017-07-05
1
-0
/
+358