Fix one file that I didn't convert properly in r256707.
[oota-llvm.git] / test / Transforms /
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking binary...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking unary...
2015-12-31 Sanjay Patelchange function names to avoid accidentally matching...
2015-12-31 Sanjay Pateladd 'fast' attribute to calls to show that the flag...
2015-12-29 Geoff Berry[JumpThreading] Fix opcode bonus in getJumpThreadDuplic...
2015-12-28 Manuel Jacob[RS4GC] Fix rematerialization of bitcast of bitcast.
2015-12-27 Chandler Carruth[attrs] Extract the pure inference of function attribut...
2015-12-27 Chandler Carruth[attrs] Split off the forced attributes utility into...
2015-12-26 Benjamin KramerFix safepoint intrinsic signatures in test.
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-23 David Majnemer[OperandBundles] Have TailCallElim play nice with opera...
2015-12-23 David Majnemer[OperandBundles] Have InstCombine play nice with operan...
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-23 Manuel Jacob[RS4GC] Fix base pair printing for constants.
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Manuel Jacob[RS4GC] Fix crash in the case that a live variable...
2015-12-22 Easwaran RamanDetermine callee's hotness and adjust threshold based...
2015-12-22 Evgeniy Stepanov[safestack] Add option for non-TLS unsafe stack pointer.
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Sanjoy Das[Deopt bundles] Fix a test case
2015-12-19 Manuel JacobRemove double blanks. NFC.
2015-12-19 Philip Reames[RS4GC] Remove an overly strong assertion
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-19 Matt ArsenaultAMDGPU: Switch barrier intrinsics to using convergent
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...
next