Vector of pointers in function attributes calculation
[oota-llvm.git] / lib / Transforms /
2015-11-17 Elena DemikhovskyVector of pointers in function attributes calculation
2015-11-17 Sanjay Patelfix typos; NFC
2015-11-17 Sanjay Pateluse local variables; NFCI
2015-11-17 Sanjay Patelfunction names start with a lower case letter; NFC
2015-11-17 Chad RosierTypo.
2015-11-17 Philip Reames[PRE] Preserve !invariant.load metadata
2015-11-16 Sanjay Pateluse range-based for loop; NFCI
2015-11-16 Michael Zolotukhin[PR25538]: Fix a failure caused by r253126.
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-16 Davide Italiano[SimplifyLibCalls] Generalize a comment. This doesn...
2015-11-16 Pavel LabathDon't generate discriminators for calls to debug intrinsics
2015-11-16 James Molloy[GlobalOpt] Address post-commit review comments on...
2015-11-16 Benjamin KramerMove helper classes into anonymous namespaces. NFC.
2015-11-16 Keno FischerAlso map the personality function in CloneFunctionInto
2015-11-16 Keno Fischer[Sink] Don't move landingpads
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-14 Michael ZolotukhinDon't recompute LCSSA after loop-unrolling when possible.
2015-11-13 Chad Rosier[LIR] Add support for creating memcpys from loops with...
2015-11-13 Evgeniy Stepanov[safestack] Rewrite isAllocaSafe using SCEV.
2015-11-13 Chad RosierAdd a comment that should have made my last commit.
2015-11-13 Chad Rosier[LIR] Factor out the code to compute base ptr for negat...
2015-11-13 James Molloy[GlobalOpt] Make sure all debug lines end with '\n'
2015-11-13 James Molloy[GlobalOpt] Coding style - remove function names from...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Davide Italiano[SimplifyLibCalls] Make a function shorter. NFC.
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Tobias GrosserRevert "Fix bug 25440: GVN assertion after coercing...
2015-11-12 Chad Rosier[LIR] Minor refactoring. NFCI.
2015-11-12 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-12 James Molloy[InstCombine] Add trivial folding (bitreverse (bitrever...
2015-11-12 James MolloyRevert "Revert "[FunctionAttrs] Identify norecurse...
2015-11-12 James MolloyRevert "[FunctionAttrs] Identify norecurse functions"
2015-11-12 James Molloy[FunctionAttrs] Identify norecurse functions
2015-11-11 Chad Rosier[LIR] General refactor to improve compile-time and...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Diego NovilloSamplePGO - Fix PR 25482 - Do not rely on llvm.dbg...
2015-11-11 Charlie Turner[SLP] Enable -slp-vectorize-hor by default.
2015-11-11 Yury Gribov[ASan] Enable optional ASan recovery.
2015-11-10 Renato GolinRevert "Strip metadata when speculatively hoisting...
2015-11-10 Igor LaevskyStrip metadata when speculatively hoisting instructions
2015-11-09 Adhemerval Zanella[sanitizer] Use same shadow offset for ASAN on aarch64
2015-11-09 Dehao ChenAdd discriminators for call instructions that are from...
2015-11-09 Chad RosierSimplify. NFC.
2015-11-09 Oliver StannardGlobalOpt should maintain externally_initialized when...
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-08 David Majnemer[LoopStrengthReduce] Don't bother fixing up PHIs from...
2015-11-07 Sanjoy DasUnbreak the build
2015-11-07 Sanjoy Das[FunctionAttrs] Add comment and clarify assertion messa...
2015-11-07 Sanjoy Das[FunctionAttrs] Add handling for operand bundles
2015-11-07 Sanjoy Das[FunctionAttrs] Fix an iterator wraparound bug
2015-11-07 David Majnemer[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-06 David Majnemer[InstCombine] Don't insert an instruction after a termi...
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 David Majnemer[InstCombine] Don't RAUW tokens with undef
2015-11-06 Davide Italiano[SimplifyLibCalls] Don't hardcode the function name.
2015-11-06 Mehdi AminiFix SLPVectorizer commutativity reordering
2015-11-06 Sanjoy Das[ValueTracking] Add parameters to isImpliedCondition...
2015-11-06 Chad Rosier[LIR] Simplify code by making DataLayout globally acces...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Alexey Samsonov[ASan] Disable instrumentation for inalloca variables.
2015-11-05 Davide Italiano[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
2015-11-05 James Molloy[SimplifyCFG] Tweak heuristic for merging conditional...
2015-11-05 Sanjoy Das[FunctionAttrs] Remove a loop, NFC refactor
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-11-04 Adam NemetFix unused variable warning from r252017
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Fiona GlaserInstCombine: fix sinking of convergent calls
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
2015-11-03 Elena DemikhovskyLoopVectorizer - skip 'bitcast' between GEP and load.
2015-11-03 Tobias GrosserRevert "[IndVarSimplify] Rewrite loop exit values with...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Davide Italiano[SimplifyLibCalls] Remove variables that are not used...
2015-11-02 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-11-02 Sanjay Pateldon't repeat function names in comments; NFC
2015-11-02 Davide Italiano[SimplifyLibCalls] Merge two if statements. NFC.
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Artur PilipenkoPreserve load alignment and dereferenceable metadata...
2015-11-02 Silviu Baranga[SCEV][LV] Add SCEV Predicates and use them to re-imple...
2015-11-01 Davide ItalianoSimplify a check. NFC.
2015-10-31 Davide Italiano[SimplifyLibCalls] Factor out other common code.
2015-10-31 Diego NovilloSamplePGO - Count sample records in embedded profiles...
2015-10-31 Davide Italiano[SimplifyLibCalls] Remove dead code.
2015-10-31 Chandler Carruth[FunctionAttrs] Inline the prototype attribute inferenc...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
next