summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ShadowStackGCLowering.cpp
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2016-11-14[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka
2016-01-19[GC] Consolidate all built in GCs into a single file [NFC]Philip Reames
2015-10-09CodeGen: Avoid more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2015-03-15[opaque pointer type] IRBuilder gep migration progressDavid Blaikie
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-01-28Remove gc.root's performCustomLoweringPhilip Reames