summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LowerEmuTLS.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-01-27Move passes that live in lib/CodeGen out of Scalar.hBenjamin Kramer
2016-01-13[TLS] New lower emutls pass, fix linkage bugs.Chih-Hung Hsieh