Add a missing error handling to llvm-lto.
[oota-llvm.git] / test / Transforms /
2016-01-11 Silviu BarangaRevert r257164 - it has caused spec2k6 failures in...
2016-01-10 David MajnemerAdd test for r257279.
2016-01-10 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2016-01-09 Manuel Jacob[RS4GC] Update and simplify handling of Constants in...
2016-01-09 Philip Reames[rs4gc] Optionally directly relocated vector of pointers
2016-01-08 Haicheng Wu[JumpThreading] Split select that has constant conditio...
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Teresa Johnson[ThinLTO] Delay metadata materializtion in function...
2016-01-08 Silviu BarangaRe-commit r257064, this time with a fixed assert
2016-01-08 Chandler Carruth[attrs] Split the late-revisit pattern for deducing...
2016-01-08 Sanjay Patel[InstCombine] insert a new shuffle in a safe place...
2016-01-07 Aditya NandakumarInstructions to be redone only if from the same BB
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 David Majnemer[SCCP] Don't violate the lattice invariants
2016-01-07 David MajnemerAdd test for r256912
2016-01-07 David Majnemer[SCCP] Can't go from overdefined to constant
2016-01-07 Silviu BarangaRevert r257064. It caused failures in some sanitizer...
2016-01-07 Silviu Baranga[InstCombine] Look through PHIs, GEPs, IntToPtrs and...
2016-01-06 Mehdi AminiFix PR26051: Memcpy optimization should introduce a...
2016-01-06 Chen Li[SplitLandingPadPredecessors] Create a PHINode for...
2016-01-06 Amaury SechetPromote aggregate store to memset when possible
2016-01-06 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-06 Amaury SechetImprove load/store to memcpy for aggregate
2016-01-06 Philip Reames[BasicAA] Remove special casing of memset_pattern16...
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 Manuel JacobCorrect my last commit (revision 256860).
2016-01-05 Manuel Jacob[PlaceSafepoints] Add a test.
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 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
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 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 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
next