2011-11-23 |
Bob Wilson | Enable stack protectors for all arrays, not just char... |
blob | commitdiff | raw |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Bill Wendling | Inline check that's used only once. |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Bill Wendling | Rework the logic (and removing the bad check for an... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Bill Wendling | Don't try to add stack protector logic to a dead basic... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Bill Wendling | In some cases, the "fail BB dominator" may be null... |
blob | commitdiff | raw | diff to current |
2011-03-11 |
Cameron Zwarich | Fix the GCC test suite issue exposed by r127477, which... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Cameron Zwarich | Make more passes preserve dominators (or state that... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Chris Lattner | tighten up this code. |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Eric Christopher | Fix up -fstack-protector on linux to use the segment |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Bill Wendling | Neuter stack protectors by only checking character... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Bill Wendling | When we split a basic block, there's a default branch... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Bill Wendling | Rename stackprotector_create intrinsic to stackprotector. |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Bill Wendling | Remove the stackprotector_check intrinsic. Use a volati... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Bill Wendling | - Use "moveAfter" instead of "remove/insert" of a basic... |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Bill Wendling | Implement stack protectors as function attributes:... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Bill Wendling | Small simplification. Use the iterator already present... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Bill Wendling | - Make sure that we don't over-increment the iterator... |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Bill Wendling | - Modify the stack protector algorithm so that the... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | Remove unneeded header file. |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | Don't build a vector of returns. Just modify the Functi... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | The size limit is for individual arrays. So if any... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | - Rename stackprotector_{prologue,epilogue} to stackpro... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | Adjust the stack protector heuristic to care about... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | Implement the stack protector stack accesses via intrin... |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Bill Wendling | Remove dead variable. |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Bill Wendling | Simplify the allocated size calculation. |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Bill Wendling | Fix comment |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Bill Wendling | Some code simplification. It now doesn't generate a... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Bill Wendling | Small simplification of the stack guard type. |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Bill Wendling | - Add a "getOrInsertGlobal" method to the Module class... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Bill Wendling | Update in response to feedback from Chris: |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Bill Wendling | Initial checkin for stack protectors. Here's what it... |
blob | commitdiff | raw | diff to current |
|