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
/
SafeStack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-3
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-13
1
-17
/
+37
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-12
/
+10
*
[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.
Ahmed Bougacha
2017-05-10
1
-2
/
+15
*
[CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.
Ahmed Bougacha
2017-05-10
1
-71
/
+88
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-3
/
+3
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+1
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-1
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-2
/
+2
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-2
/
+2
*
Test commit.
Michael LeMay
2016-10-17
1
-1
/
+1
*
[safestack] Use non-thread-local unsafe stack pointer for Contiki OS
David L Kreitzer
2016-10-14
1
-49
/
+1
*
[safestack] Reapply r283248 after moving X86-targeted SafeStack tests into
David L Kreitzer
2016-10-13
1
-7
/
+6
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Revert r283248. It caused failures in the hexagon buildbots.
David L Kreitzer
2016-10-04
1
-6
/
+7
*
[safestack] Requires a valid TargetMachine to be passed to the SafeStack pass.
David L Kreitzer
2016-10-04
1
-7
/
+6
*
[safestack] Fix stack guard live range.
Evgeniy Stepanov
2016-07-26
1
-1
/
+1
*
StackColoring for SafeStack.
Evgeniy Stepanov
2016-06-29
1
-38
/
+50
*
Fix doubly included header
Matt Arsenault
2016-06-23
1
-1
/
+0
*
[safestack] Sink unsafe address computation to each use.
Evgeniy Stepanov
2016-06-16
1
-8
/
+31
*
[safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.
Evgeniy Stepanov
2016-06-16
1
-0
/
+1
*
[safestack] Add canary to unsafe stack frames
Evgeniy Stepanov
2016-04-11
1
-19
/
+76
*
[safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks
2016-02-02
1
-27
/
+26
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-0
/
+760