Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Forward Control Flow Integrity pass and its dependencies. | Eric Christopher | 2015-02-27 | 1 | -296/+0 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -2/+0 |
* | Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in... | Craig Topper | 2015-01-05 | 1 | -2/+2 |
* | Add Forward Control-Flow Integrity. | Tom Roeder | 2014-11-11 | 1 | -6/+7 |
* | Don't manually (and forcibly) run the verifier on the entire module from | Chandler Carruth | 2014-07-30 | 1 | -4/+0 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
* | Add a new attribute called 'jumptable' that creates jump-instruction tables f... | Tom Roeder | 2014-06-05 | 1 | -0/+301 |