summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/JumpInstrTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-296/+0
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+0
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-2/+2
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-6/+7
* Don't manually (and forcibly) run the verifier on the entire module fromChandler Carruth2014-07-301-4/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+301
OpenPOWER on IntegriCloud