summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BuiltinGCs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ↵Eugene Zelenko2017-02-271-2/+7
| | | | | | other minor fixes (NFC). llvm-svn: 296404
* [GC] Consolidate all built in GCs into a single file [NFC]Philip Reames2016-01-191-0/+139
Combine a bunch of small files into a single, still rather small, file. The primary purpose of this is to get all of the static initializers into a single file so as to have a well defined order of initialization. llvm-svn: 258109
OpenPOWER on IntegriCloud