Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Transforms /
2015-12-18 Jingyue Wu[NaryReassociate] allow candidate to have a different...
2015-12-18 Andrew Kaylor[WinEH] Update LCSSA to handle catchswitch with handler...
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-17 Philip Reames[EarlyCSE] DSE of atomic unordered stores
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-16 Charlie Turner[NFC] Update horizontal reduction test cases.
2015-12-16 James Molloy[SimplifyCFG] Don't create unnecessary PHIs
2015-12-16 Philip Reames[EarlyCSE] DSE of stores which write back loaded values
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (LLVM part).
2015-12-15 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-15 Sanjay Patel[SimplifyCFG] allow speculation of exactly one expensiv...
2015-12-15 Nicolai HahnleAMDGPU: mark ldexp LibCalls as unavailable
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Reid KlecknerRevert "Don't create unnecessary PHIs"
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 Sanjay Patel[InstCombine] fold trunc ([lshr] (bitcast vector) ...
2015-12-14 James MolloyDon't create unnecessary PHIs
2015-12-13 Cong HouRevert r255460, which still causes test failures on...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-13 Cong HouRevert r255454 as it leads to several test failers...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-12 Sanjay Patel[InstCombine] canonicalize (bitcast (extractelement...
2015-12-12 David MajnemerMove catchpad-phi-cast.ll to the X86 specific subdirectory
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Sanjay Patel[InstCombine] allow any pair of bitcasts to be combined
2015-12-12 Sanjay Pateluse FileCheck for better checking
2015-12-11 Sanjay PatelAdd tests for bitcast-bitcast sequences for all scalar...
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Chad RosierRevert r255247, r255265, and r255286 due to serious...
2015-12-11 James Molloy[Mem2Reg] Respect optnone
2015-12-11 James Molloy[InstCombine] Make MatchBSwap also match bit reversals
2015-12-10 JF BastienEarlyCSE: add tests
2015-12-10 Chad Rosier[DSE] Disable non-local DSE to see if the bots go green.
2015-12-10 Rong Xu[PGO] Use %t as the temporary profdata filename in...
2015-12-10 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-10 Chad Rosier[DeadStoreElimination] Add support for non-local DSE.
2015-12-10 Akira HatanakaRevert r255137.
2015-12-09 Rong Xu[PGO] Rename the profdata filename to avoid the conflic...
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-12-09 Mehdi AminiRevert "[InstCombine] fold bitcasts around an extractel...
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement
2015-12-09 Mehdi AminiChange hasUniqueInitializer() to call isStrongDefinitio...
2015-12-09 Sanjoy DasDon't drop attributes when inlining through "deopt...
2015-12-08 Sanjoy Das[OperandBundles] Have PruneEH work correct with operand...
2015-12-08 Reid Kleckner[CGP] Reimplement r255055 a different way
2015-12-08 Reid KlecknerRevert "[CGP] Check that we have an insert point before...
2015-12-08 Sanjoy Das[OperandBundles] Fix a transform in simplifycfg
2015-12-08 Reid Kleckner[CGP] Check that we have an insert point before moving...
2015-12-08 Philip Reames[EarlyCSE] Value forwarding for unordered atomics
2015-12-08 Mehdi AminiRevert "Add Available Externally linkage type to isWeak...
2015-12-08 Mehdi AminiCleanup test: remove useless alignment
2015-12-08 Mehdi AminiAdd Available Externally linkage type to isWeakForLinker()
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-04 Weiming Zhao[SimplifyLibCalls] Optimization for pow(x, n) where...
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Andrew KaylorMove branch folding test to a better location.
2015-12-03 Andrew KaylorFix buildbot failures
2015-12-03 Andrew Kaylor[WinEH] Avoid infinite loop in BranchFolding for multip...
2015-12-02 Rafael EspindolaDelete what is now duplicated code.
2015-12-02 David MajnemerDo (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rathe...
2015-12-01 Evgeniy Stepanov[safestack] Protect byval function arguments.
2015-12-01 Evgeniy Stepanov[safestack] Fix handling of array allocas.
2015-11-30 Sanjay Patel[InstCombine] add tests to show potential vector IR...
2015-11-30 Davide Italiano[SimplifyLibCalls] Remove useless bits of this tests.
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-26 Benjamin Kramer[SimplifyLibCalls] Don't depend on a called function...
2015-11-25 Evgeniy Stepanov[safestack] Fix alignment of dynamic allocas.
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-24 Rong XuRevert r254021
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Teresa Johnson[ThinLTO] Add option to limit importing based on instru...
2015-11-24 Rong Xu[PGO] Relax test cases in PGO instrumentation
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Teresa Johnson[ThinLTO] Enable iterative importing in FunctionImport...
2015-11-24 Teresa Johnson[ThinLTO] Handle previously imported and promoted local...
2015-11-24 Sanjay Patel[InstCombine] fix propagation of fast-math-flags
2015-11-24 Teresa Johnson[ThinLTO] Fix FunctionImport alias checking and test
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Andrew Kaylor[WinEH] Fix a case where GVN could incorrectly PRE...
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
next