2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw |
2014-04-22 |
Chandler Carruth | [Modules] Remove potential ODR violations by sinking... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Josh Magee | [stack protector] Make the StackProtector pass respect... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Chandler Carruth | [C++11] Add range based accessors for the Use-Def chain... |
blob | commitdiff | raw | diff to current |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Renato Golin | Checked return warning from coverity |
blob | commitdiff | raw | diff to current |
2014-01-20 |
Hal Finkel | Update StackProtector when coloring merges stack slots |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [PM] Split DominatorTree into a concrete analysis resul... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Chandler Carruth | Re-sort all of the includes with ./utils/sort_includes... |
blob | commitdiff | raw | diff to current |
2013-12-19 |
Josh Magee | [stackprotector] Use analysis from the StackProtector... |
blob | commitdiff | raw | diff to current |
2013-10-30 |
Josh Magee | Reformat code with clang-format. |
blob | commitdiff | raw | diff to current |
2013-10-29 |
Josh Magee | [stackprotector] Update the StackProtector pass to... |
blob | commitdiff | raw | diff to current |
2013-09-27 |
Josh Magee | [stackprotector] Refactor the StackProtector pass from... |
blob | commitdiff | raw | diff to current |
2013-09-09 |
Benjamin Kramer | [stackprotector] Modernize code with IRBuilder |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | [stackprotector] Small cleanup. |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | [stackprotector] Small Bit of computation hoisting. |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | [stackprotector] Added significantly longer comment... |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | [stackprotector] Removed stale TODO. |
blob | commitdiff | raw | diff to current |
2013-08-20 |
Michael Gottesman | [stackprotector] Added support for emitting the llvm... |
blob | commitdiff | raw | diff to current |
2013-08-09 |
Michael Gottesman | [stackprotector] Simplify SP Pass so that we emit diffe... |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Michael Gottesman | [stackprotector] Refactored ssp prologue creation code... |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Bill Wendling | Recommit r186217 with testcase fix: |
blob | commitdiff | raw | diff to current |
2013-07-13 |
Chandler Carruth | Revert commit r186217 -- this is breaking bots: |
blob | commitdiff | raw | diff to current |
2013-07-12 |
Bill Wendling | Use the function attributes to pass along the stack... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Access the TargetLoweringInfo from the TargetMachine... |
blob | commitdiff | raw | diff to current |
2013-06-07 |
Rafael Espindola | Support OpenBSD's native frame protection conventions. |
blob | commitdiff | raw | diff to current |
2013-03-05 |
Bill Wendling | Remove unused #includes. |
blob | commitdiff | raw | diff to current |
2013-01-23 |
Bill Wendling | Add the heuristic to differentiate SSPStrong from SSPRe... |
blob | commitdiff | raw | diff to current |
2013-01-23 |
Bill Wendling | Add the IR attribute 'sspstrong'. |
blob | commitdiff | raw | diff to current |
2013-01-11 |
Benjamin Kramer | Split TargetLowering into a CodeGen and a SelectionDAG... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-30 |
Bill Wendling | Remove the Function::getFnAttributes method in favor... |
blob | commitdiff | raw | diff to current |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Bill Wendling | Create enums for the different attributes. |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Bill Wendling | Remove the `hasFnAttr' method from Function. |
blob | commitdiff | raw | diff to current |
2012-08-21 |
Chad Rosier | Add support for the --param ssp-buffer-size= driver... |
blob | commitdiff | raw | diff to current |
2012-08-17 |
Bill Wendling | Implement stack protectors for structures with characte... |
blob | commitdiff | raw | diff to current |
2012-08-13 |
Bill Wendling | Whitespace cleanup. |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Bill Wendling | For non-Darwin platforms, we want to generate stack... |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Bob Wilson | Enable stack protectors for all arrays, not just char... |
blob | commitdiff | raw | diff to current |
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 |
|