summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Fix an issue where SROA computed different results based on the relativeChandler Carruth2013-11-19
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-18
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-18
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-18
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-17
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-17
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-17
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-16
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-16
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-15
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-15
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-14
* Use StringRef instead of std::stringJakub Staszak2013-11-13
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-13
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* Update the docs to match the function name.Nadav Rotem2013-11-13
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-12
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-12
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-12
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-12
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-12
* Fix PR17952.Shuxin Yang2013-11-11
* Move debug message in vectorizerRenato Golin2013-11-11
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-11
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* Use type form of getIntPtrType.Matt Arsenault2013-11-10
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* Remove dead code from LoopUnswitchHal Finkel2013-11-08
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-05
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-05
* Remove dead codeShuxin Yang2013-11-04
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-04
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-04
* SLPVectorizer: Add a missing pair of parens. No functionality change.Benjamin Kramer2013-11-03
* SLPVectorizer: When CSEing generated gathers only scan blocks containing them.Benjamin Kramer2013-11-03
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-03
* Spell "Actual" correctlyDavid Majnemer2013-11-03
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-02
* LoopVectorize: Remove quadratic behavior the local CSE.Benjamin Kramer2013-11-02