aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Merging r195528:Bill Wendling2013-11-251-2/+37
* Merging r195493:Bill Wendling2013-11-251-0/+14
* Merging r195492:Bill Wendling2013-11-251-11/+22
* Merging r195477:Bill Wendling2013-11-251-17/+37
* Merging r195162:Bill Wendling2013-11-201-0/+30
* Merging r195161:Bill Wendling2013-11-201-11/+12
* Merging r195118:Bill Wendling2013-11-201-10/+19
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-181-1/+5
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-181-6/+6
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-181-0/+6
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-171-1/+3
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-171-1/+2
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+72
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-171-1/+1
* Add a loop rerolling passHal Finkel2013-11-164-0/+1196
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-6/+11
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-161-0/+18
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-151-0/+4
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-3/+5
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-152-0/+5
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-52/+0
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
* Use StringRef instead of std::stringJakub Staszak2013-11-131-1/+1
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-131-4/+4
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-133-0/+481
* Update the docs to match the function name.Nadav Rotem2013-11-131-1/+1
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-3/+50
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-2/+7
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-4/+7
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-31/+20
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-121-1/+3
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
* Fix PR17952.Shuxin Yang2013-11-111-6/+175
* Move debug message in vectorizerRenato Golin2013-11-111-4/+1
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-101-168/+6
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-1/+1
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-101-11/+19
* Remove dead code from LoopUnswitchHal Finkel2013-11-081-127/+0
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-3/+18
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-051-6/+10
* Remove dead codeShuxin Yang2013-11-041-6/+0
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-041-1/+1
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-041-0/+32
* SLPVectorizer: Add a missing pair of parens. No functionality change.Benjamin Kramer2013-11-031-1/+1
* SLPVectorizer: When CSEing generated gathers only scan blocks containing them.Benjamin Kramer2013-11-031-20/+37