Delete trailing whitespace; NFC
[oota-llvm.git] / lib / Transforms /
2016-01-06 Sanjay PatelA (B + C) = A B + A C ; NFCI
2016-01-06 Sanjay Patelfix typo; NFC
2016-01-05 Manuel Jacob[Statepoints] Check for the "gc-leaf-function" attribut...
2016-01-05 Sanjay Patel[LibCallSimplfier] use instruction-level fast-math...
2016-01-05 Amaury SechetImplement load to store => memcpy in MemCpyOpt for...
2016-01-05 Sanjay Patel[InstCombine] insert a new shuffle before its uses...
2016-01-05 David Majnemer[SimplifyCFG] Further improve our ability to remove...
2016-01-05 David Majnemer[SimplifyCFG] Remove redundant catchpads
2016-01-05 Manuel Jacob[RS4GC] Simplify handling of Constants in findBaseDefin...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
2016-01-04 Eric ChristopherClarify that the bypassSlowDivision optimization operat...
2016-01-04 David Majnemer[LICM] Fix a small oversight introduced in r256763
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2016-01-04 Haicheng Wu[LIR] General refactoring to simplify code and the...
2016-01-04 Aditya NandakumarRemove dead instructions before Redoing
2016-01-04 David Majnemer[LICM] Don't insert instructions after a catchswitch...
2016-01-04 David Majnemer[LICM] Make instruction sinking funclet-aware
2016-01-03 Xinliang David Li[PGO] Cleanup: remove reduncant calls in lowering
2016-01-03 Xinliang David Li[PGO] Cleanup: Use covmap header definition in the...
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 PatelVariable names start with an upper case letter; NFC
2015-12-31 Sanjay Patelfix formatting; NFC
2015-12-30 Teresa Johnson[ThinLTO] Rename variables used in metadata linking...
2015-12-30 Sanjay Patelfix formatting; NFC
2015-12-29 Manuel Jacob[RS4GC] Use DenseMap::count() instead of DenseMap:...
2015-12-29 Manuel Jacob[PlaceSafepoints] Assert that the gc.safepoint_poll...
2015-12-29 Geoff Berry[JumpThreading] Fix opcode bonus in getJumpThreadDuplic...
2015-12-28 Easwaran RamanRefactor inline costs analysis by removing the InlineCo...
2015-12-28 Manuel Jacob[RS4GC] Fix rematerialization of bitcast of bitcast.
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
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 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-25 Craig Topper[Transforms] Use asserts instead of ifs around llvm_unr...
2015-12-24 Sanjay Patel[InstCombine] transform more extract/insert pairs into...
2015-12-24 Benjamin Kramer[FunctionImport] Move pass into anonymous namespace.
2015-12-24 Nico WeberRevert r256336, it caused PR25939
2015-12-23 Chad Rosier[LIR] General refactoring to simplify code and the...
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 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-23 Manuel Jacob[RS4GC] Fix base pair printing for constants.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Cong Hou[BPI] Fix two potential divide-by-zero operations that...
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Rafael EspindolaMerge duplicated code.
2015-12-22 Rafael EspindolaUse early continue to reduce indentation.
2015-12-22 Rafael EspindolaSimplify iterator management. NFC.
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-22 Xinliang David Li[PGO] Fix another comdat related issue for COFF
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-21 Xinliang David LiResubmit r256193 with test fix: assertion failure analyzed
2015-12-21 Xinliang David LiRevert r256193: build bot failure triggered
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-21 Chad Rosier[LIR] Refactor code to enable future patch. NFC.
2015-12-21 Manuel Jacob[RS4GC] Add an assert which fails if there is a (yet...
2015-12-21 Craig Topper[InstCombine] Fix indentation. NFC.
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
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-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-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-18 Philip Reames[RS4GC] Use an value handle to help isolate errors...
2015-12-17 Philip Reames[InstCombine] Extend peephole DSE to handle unordered...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Weiming Zhao[InstCombine] Adding "\n" to debug output. NFC.
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 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Charlie Turner[SLPVectorizer] Ensure dominated reduction values.
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-15 Richard TrieuRemove one of the void casts used to suppress unused...
2015-12-15 Evgeniy StepanovSuppress unused variable warning in the no-asserts...
2015-12-15 Richard TrieuCast variable to void to resolve unused variable warnin...
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 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-15 Sanjay Patel[SimplifyCFG] allow speculation of exactly one expensiv...
2015-12-15 NAKAMURA TakumiInstCombineLoadStoreAlloca.cpp: Avoid instantiating...
next