summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/GlobalStatus.cpp
AgeCommit message (Expand)Author
2018-01-31[GlobalOpt] Fix exponential compile-time with selects.Eli Friedman
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-14[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...Eugene Zelenko
2016-10-24Merge two if conditions into one. NFCI.Davide Italiano
2016-09-24GlobalStatus: Don't walk use-lists of ConstantDataDuncan P. N. Exon Smith
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien
2015-10-12GlobalOpt does not treat externally_initialized globals correctlyOliver Stannard
2015-04-10[CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-08-25Remove dangling initializers in GlobalDCEBruno Cardoso Lopes
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth
2013-10-25Handle calls and invokes in GlobalStatus.Rafael Espindola
2013-10-21Optimize more linkonce_odr values during LTO.Rafael Espindola