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
/
IPO
/
CrossDSOCFI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
CrossDSOCFI - silence static analyzer dyn_cast<> null dereference warning. NFCI.
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
1
-5
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-5
/
+5
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-5
/
+5
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Don't call skipModule for CFI lowering passes.
Eli Friedman
2018-04-12
1
-3
/
+0
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[cfi] Fixed non-determinism in codegen due to DenseSet iteration order
Mandeep Singh Grang
2017-08-30
1
-2
/
+2
*
[cfi] Build __cfi_check as Thumb when applicable.
Evgeniy Stepanov
2017-08-29
1
-0
/
+6
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-0
/
+11
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-2
/
+2
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-2
/
+2
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-2
/
+2
*
[cfi] Take over existing __cfi_check in CrossDSOCFI.
Evgeniy Stepanov
2017-04-07
1
-0
/
+3
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-4
/
+4
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-4
/
+4
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Port CrossDSOCFI to the new pass manager.
Davide Italiano
2016-07-09
1
-1
/
+10
*
[CrossDSOCFI] Change the pass so that it doesn't require doInitialization()
Davide Italiano
2016-07-08
1
-19
/
+10
*
Fix unused variable warning in -asserts builds.
Peter Collingbourne
2016-06-24
1
-2
/
+1
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-27
/
+24
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[cfi] Cross-DSO CFI diagnostic mode (LLVM part).
Evgeniy Stepanov
2016-01-25
1
-15
/
+14
*
Remove one of the void casts used to suppress unused variable warning.
Richard Trieu
2015-12-15
1
-1
/
+0
*
Suppress unused variable warning in the no-asserts build.
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
*
Cast variable to void to resolve unused variable warning in non-asserts builds.
Richard Trieu
2015-12-15
1
-0
/
+1
*
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+165