aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/GlobalStatus.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-31[GlobalOpt] support ConstantExpr use of global address for OptimizeGlobalAddr...Shimin Cui1-2/+4
2020-10-16[globalopt] Teach to look through `addrspacecast`.Michael Liao1-1/+2
2020-04-23[CallSite removal][Transform] Replace CallSite with CallBase in Utils. NFCCraig Topper1-3/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-01-31[GlobalOpt] Fix exponential compile-time with selects.Eli Friedman1-17/+16
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-01-14[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...Eugene Zelenko1-6/+15
2016-10-24Merge two if conditions into one. NFCI.Davide Italiano1-3/+2
2016-09-24GlobalStatus: Don't walk use-lists of ConstantDataDuncan P. N. Exon Smith1-1/+1
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-1/+1
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-6/+6
2015-10-12GlobalOpt does not treat externally_initialized globals correctlyOliver Stannard1-0/+4
2015-04-10[CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer1-1/+1
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-08-25Remove dangling initializers in GlobalDCEBruno Cardoso Lopes1-0/+3
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper1-1/+1
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-2/+2
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-10/+8
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2013-10-25Handle calls and invokes in GlobalStatus.Rafael Espindola1-0/+5
2013-10-21Optimize more linkonce_odr values during LTO.Rafael Espindola1-0/+178