summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Don't build switch tables for dllimport and TLS variables in GEPsHans Wennborg2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* LoopUnrollRuntime: Check for overflow in the trip count calculation.Benjamin Kramer2014-06-21
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-20
* LowerSwitch: track bounding range for the condition tree.Jim Grosbach2014-06-16
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov2014-06-09
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* LCSSA should be performed on the outermost affected loop while unrolling loop.Dinesh Dwivedi2014-05-29
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-19
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-15
* Revert "Don't insert lifetime.end markers between a musttail call and ret"Reid Kleckner2014-05-15
* Remove unused variable in inlinerReid Kleckner2014-05-15
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-15
* Teach the inliner how to preserve musttail invariantsReid Kleckner2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCostLouis Gerbarg2014-05-09
* Use auto and clang-format this snippet.Rafael Espindola2014-05-09
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...Nick Lewycky2014-05-02
* Patch for function cloning to inline all blocks whose address is takenGerolf Hoflehner2014-04-30
* Add optimization remarks to the loop unroller and vectorizer.Diego Novillo2014-04-29
* Fix a typo in commentMichael Zolotukhin2014-04-29
* Fix rampant quadratic behavior in UpdatePHINodes. The operation ofChandler Carruth2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner2014-04-26
* Restore CloneFunction.cpp which got accidentlyGerolf Hoflehner2014-04-26
* Revert commit r207302 since build failuresGerolf Hoflehner2014-04-26
* RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner2014-04-26
* Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl2014-04-25
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* Reapply r207135 without modifications.Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25