index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
StackProtector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Add the heuristic to differentiate SSPStrong from SSPRequired.
Bill Wendling
2013-01-23
1
-23
/
+103
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+6
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+4
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-2
/
+2
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-9
/
+3
*
Implement stack protectors for structures with character arrays in them.
Bill Wendling
2012-08-17
1
-15
/
+40
*
Whitespace cleanup.
Bill Wendling
2012-08-13
1
-7
/
+7
*
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
1
-1
/
+10
*
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
1
-6
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-1
/
+1
*
Inline check that's used only once.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Rework the logic (and removing the bad check for an unreachable block) so that
Bill Wendling
2011-03-29
1
-8
/
+5
*
Don't try to add stack protector logic to a dead basic block. It messes up
Bill Wendling
2011-03-29
1
-1
/
+2
*
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-03-28
1
-1
/
+2
*
Fix the GCC test suite issue exposed by r127477, which was caused by stack
Cameron Zwarich
2011-03-11
1
-3
/
+3
*
Make more passes preserve dominators (or state that they preserve dominators if
Cameron Zwarich
2011-01-08
1
-0
/
+18
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-2
/
+6
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
tighten up this code.
Chris Lattner
2010-07-06
1
-12
/
+7
*
Fix up -fstack-protector on linux to use the segment
Eric Christopher
2010-07-06
1
-2
/
+15
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-1
/
+1
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Neuter stack protectors by only checking character arrays. This is what GCC
Bill Wendling
2009-10-23
1
-1
/
+6
[next]