summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/GlobalStatus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GlobalOpt] Fix exponential compile-time with selects.Eli Friedman2018-01-311-17/+16
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...Eugene Zelenko2017-01-141-6/+15
* Merge two if conditions into one. NFCI.Davide Italiano2016-10-241-3/+2
* GlobalStatus: Don't walk use-lists of ConstantDataDuncan P. N. Exon Smith2016-09-241-1/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-6/+6
* GlobalOpt does not treat externally_initialized globals correctlyOliver Stannard2015-10-121-0/+4
* [CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer2015-04-101-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Remove dangling initializers in GlobalDCEBruno Cardoso Lopes2014-08-251-0/+3
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-1/+1
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-2/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-10/+8
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-251-0/+5
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-211-0/+178
OpenPOWER on IntegriCloud