Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / CodeGen / StackProtector.h
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-30 NAKAMURA TakumiStackProtector.h: Fix trailing comments for doxygen...
2013-10-30 NAKAMURA TakumiTrailing whitespace in a comment line.
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-09-27 Josh Magee[stackprotector] Refactor the StackProtector pass from...