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
/
StackProtector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] stop short-circuiting the SSP code for sspstrong.
George Burgess IV
2016-09-20
1
-5
/
+0
*
[StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASS
Silviu Baranga
2016-09-14
1
-1
/
+1
*
Add an artificial line-0 debug location when the compiler emits a call to
Yunzhong Gao
2016-06-30
1
-0
/
+2
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
1
-8
/
+37
*
[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD
Tim Shen
2016-04-19
1
-24
/
+37
*
[safestack] Add canary to unsafe stack frames
Evgeniy Stepanov
2016-04-11
1
-0
/
+3
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-95
/
+31
*
Faster stack-protector for Android/AArch64.
Evgeniy Stepanov
2016-04-05
1
-16
/
+12
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-5
/
+6
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-4
/
+1
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Redirect DataLayout from TargetMachine to Module in StackProtector
Mehdi Amini
2015-07-07
1
-1
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-3
/
+3
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-8
/
+4
*
Replace some uses of getSubtargetImpl with the cached version
Eric Christopher
2015-01-27
1
-1
/
+1
*
CodeGen: minor style tweaks to SSP
Saleem Abdulrasool
2014-12-21
1
-13
/
+15
*
CodeGen: constify and use range loop for SSP
Saleem Abdulrasool
2014-12-20
1
-8
/
+4
*
[stack protector] Set edge weights for newly created basic blocks.
Akira Hatanaka
2014-12-01
1
-1
/
+9
*
Target triple OS detection tidyup. NFC
Simon Pilgrim
2014-11-29
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[stack protector] Make the StackProtector pass respect ssp-buffer-size.
Josh Magee
2014-04-17
1
-3
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-7
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+1
*
Checked return warning from coverity
Renato Golin
2014-01-21
1
-2
/
+3
*
Update StackProtector when coloring merges stack slots
Hal Finkel
2014-01-20
1
-0
/
+21
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-1
/
+3
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+2
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-1
/
+0
*
Reformat code with clang-format.
Josh Magee
2013-10-30
1
-37
/
+40
*
[stackprotector] Update the StackProtector pass to perform datalayout analysis.
Josh Magee
2013-10-29
1
-27
/
+60
*
[stackprotector] Refactor the StackProtector pass from a single .cpp file int...
Josh Magee
2013-09-27
1
-70
/
+1
*
[stackprotector] Modernize code with IRBuilder
Benjamin Kramer
2013-09-09
1
-32
/
+17
*
[stackprotector] Small cleanup.
Michael Gottesman
2013-08-20
1
-1
/
+2
*
[stackprotector] Small Bit of computation hoisting.
Michael Gottesman
2013-08-20
1
-5
/
+5
*
[stackprotector] Added significantly longer comment to FindPotentialTailCall ...
Michael Gottesman
2013-08-20
1
-1
/
+6
*
Removed trailing whitespace.
Michael Gottesman
2013-08-20
1
-18
/
+18
*
[stackprotector] Removed stale TODO.
Michael Gottesman
2013-08-20
1
-6
/
+3
*
[stackprotector] Added support for emitting the llvm intrinsic stack protecto...
Michael Gottesman
2013-08-20
1
-49
/
+150
*
[stackprotector] Simplify SP Pass so that we emit different fail basic blocks...
Michael Gottesman
2013-08-09
1
-10
/
+10
*
[stackprotector] Refactored ssp prologue creation code into its own helper fu...
Michael Gottesman
2013-07-22
1
-35
/
+41
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-7
/
+19
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-19
/
+7
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-7
/
+19
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-7
/
+9
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
1
-11
/
+36
[next]