[PM/AA] Run clang-format over LibCallAliasAnalysis prior to making
[oota-llvm.git] / lib / Transforms /
2015-08-14 Chandler Carruth[LIR] Re-instate r244880, reverted in r244884, factorin...
2015-08-13 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-13 Davide Italiano[SimplifyLibCalls] Correctly set the is_zero_undef...
2015-08-13 Jingyue Wu[SeparateConstOffsetFromGEP] strengthen the inbounds...
2015-08-13 Erik Eckstein[DeadStoreElimination] remove a redundant store even...
2015-08-13 Charlie Turner[InstCombinePHI] Partial simplification of identity...
2015-08-13 Renato GolinRevert "[LIR] Start leveraging the fundamental guarante...
2015-08-13 Renato GolinRevert "[LIR] Handle access to AliasAnalysis the same...
2015-08-13 Ashutosh NemaTest Commit.
2015-08-13 Chandler Carruth[LIR] Handle access to AliasAnalysis the same way as...
2015-08-13 Chandler Carruth[LIR] Start leveraging the fundamental guarantees of...
2015-08-13 Chandler Carruth[LIR] Handle the LoopInfo the same as all the other...
2015-08-13 Simon Pilgrim[InstCombine] SSE/AVX vector shifts demanded shift...
2015-08-13 Chen Li[LoopUnswitch] Check OptimizeForSize before traversing...
2015-08-13 Chandler Carruth[LIR] Make the LoopIdiomRecognize pass get analyses...
2015-08-13 Chandler Carruth[LIR] Remove the dedicated class for popcount recogniti...
2015-08-13 Chandler Carruth[LIR] Move all the helpers to be private and re-order...
2015-08-12 Chandler Carruth[LIR] Remove the 'LIRUtils' abstraction which was unnec...
2015-08-12 Chandler Carruth[LIR] Run clang-format over LoopIdiomRecognize in prepa...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Avoid using unrelocated point...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Handle extractelement fully...
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 Chandler Carruth[PM/AA] Add missing static dependency edges from DSE...
2015-08-12 Chandler Carruth[PM/AA] Explicitly depend on TLI rather than getting...
2015-08-12 Chandler Carruth[PM/AA] Stop getting the TargetLibraryInfo out of the...
2015-08-12 Adam Nemet[LoopVer] Optionally allow using memchecks from LAA
2015-08-12 Simon Pilgrimunused variable warning fix.
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-11 Sanjoy DasFix PR24354.
2015-08-11 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-11 Sanjay Patelfix 80-cols; NFC
2015-08-11 Chen Li[LowerSwitch] Skip dead blocks for processSwitchInst()
2015-08-11 Chen Li[LowerSwitch] Fix a bug when LowerSwitch deletes the...
2015-08-11 Teresa JohnsonEnable EliminateAvailableExternally pass in the LTO...
2015-08-11 Sanjay PatelVariable names should start with an upper case letter...
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Patelfix code that was accidentally commented out in previou...
2015-08-11 Sanjay Patelfix typos in comments; NFC
2015-08-11 Sanjay Patelfix typo in comment; NFC
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-11 David Majnemer[WinEHPrepare] Add rudimentary support for the new...
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-11 Tyler NowickiMoved LoopVectorizeHints and related functions before...
2015-08-11 Tyler NowickiSimplify processLoop() by moving loop hint verification...
2015-08-11 Kostya Serebryany[libFuzzer] don't crash if the condition in a switch...
2015-08-11 Adam Nemet[LAA] Change name from addRuntimeCheck to addRuntimeChe...
2015-08-10 Adam Nemet[LoopVer] Remove unused pointer partition argument...
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-10 Tyler NowickiModify diagnostic messages to clearly indicate the...
2015-08-10 Igor Laevsky[IndVarSimplify] Make cost estimation in RewriteLoopExi...
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata.
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-10 Fraser CormackPrevent the scalarizer from caching incorrect entries
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 David Majnemer[InstCombine] Don't try to sink EH pad instructions
2015-08-08 Matt ArsenaultRemove unnecessary includes
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Chen Li[ConstantFoldTerminator] Preserve make.implicit metadat...
2015-08-07 Simon Pilgrim[InstCombine] Fix SSE2/AVX2 vector logical shift by...
2015-08-07 Duncan P. N. Exon... ValueMapper: Resolve uniquing cycles more aggressively
2015-08-07 Duncan P. N. Exon... ValueMapper: Pull out helper to resolve cycles, NFC
2015-08-06 David MajnemerRevert accidentally committed WinEHPrepare changes
2015-08-06 David MajnemerHandle PHI nodes prefacing EH pads too
2015-08-06 Sanjoy Das[IndVars] Improved logging under DEBUG(); NFC.
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-05 Duncan P. N. Exon... ValueMapper: Rotate distinct node remapping algorithm
2015-08-05 Duncan P. N. Exon... ValueMapper: Simplify remap() helper function, NFC
2015-08-05 Chen Li[LoopUnswitch] Preserve make.implicit metadata for...
2015-08-05 David Blaikie-Wdeprecated cleanup: Make CallGraph movable by default...
2015-08-05 Chandler Carruth[Unroll] Switch to using 'int' cost types in preparatio...
2015-08-05 Simon PilgrimFixed line endings.
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Duncan P. N. Exon... Fix 80-column
2015-08-04 Duncan P. N. Exon... Linker: Fix ASan failure from r243961
2015-08-04 David MajnemerDrive-by fixes for LandingPad -> EHPad
2015-08-04 Simon Pilgrim[InstCombine] Moved SSE vector shift constant folding...
2015-08-04 Duncan P. N. Exon... Linker: Fix references to uniqued nodes after r243883
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-08-03 Adam Nemet[LoopVer] Remove unused needsRuntimeChecks(), NFC
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-08-03 Duncan P. N. Exon... ValueMapper: Only check for cycles if operands change
2015-08-03 Duncan P. N. Exon... ValueMapper: Use a range-based for, NFC
2015-08-03 Duncan P. N. Exon... ValueMapper: Reuse local variable, NFC
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-07-30 Adhemerval ZanellaEnable dfsan for aarch64
2015-07-30 Wei Mi[SLP vectorizer]: Choose the best consecutive candidate...
2015-07-30 Adam Nemet[LoopVer] Add missing std::move
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Alexey Samsonov[ASan] Disable dynamic alloca and UAR detection in...
next