summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackProtector.cpp
Commit message (Expand)AuthorAge
...
* Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich2011-01-08
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* tighten up this code.Chris Lattner2010-07-06
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-05
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Neuter stack protectors by only checking character arrays. This is what GCCBill Wendling2009-10-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* When we split a basic block, there's a default branch to the newly created BB.Bill Wendling2009-03-06
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Rename stackprotector_create intrinsic to stackprotector.Bill Wendling2008-11-18
* Remove the stackprotector_check intrinsic. Use a volatile load instead.Bill Wendling2008-11-18
* - Use "moveAfter" instead of "remove/insert" of a basic block.Bill Wendling2008-11-18
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-13
* Small simplification. Use the iterator already present as the insertion point.Bill Wendling2008-11-10
* - Make sure that we don't over-increment the iterator when going through theBill Wendling2008-11-10
* - Modify the stack protector algorithm so that the stack slot is allocated inBill Wendling2008-11-07
* Remove unneeded header file.Bill Wendling2008-11-06
* Don't build a vector of returns. Just modify the Function in the loop.Bill Wendling2008-11-06
* The size limit is for individual arrays. So if any array has more than 8 bytesBill Wendling2008-11-06
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-06
* Adjust the stack protector heuristic to care about only arrays or calls toBill Wendling2008-11-06
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-06
* Remove dead variable.Bill Wendling2008-11-05
* Simplify the allocated size calculation.Bill Wendling2008-11-05
* Fix commentBill Wendling2008-11-05
* Some code simplification. It now doesn't generate a prologue if the epilogueBill Wendling2008-11-05
* Small simplification of the stack guard type.Bill Wendling2008-11-04
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-04
* Update in response to feedback from Chris:Bill Wendling2008-11-04
* Initial checkin for stack protectors. Here's what it does:Bill Wendling2008-11-04