AMDGPU/SI: Remove non-existent flat instructions
[oota-llvm.git] / lib /
2015-12-24 Tom StellardAMDGPU/SI: Remove non-existent flat instructions
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Philip Reames[MemOperands] Clarify code around dropping memory opera...
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-23 JF BastienFix SCEV r256338.
2015-12-23 Sanjoy Das[SCEV] Fix getLoopBackedgeTakenCounts
2015-12-23 Chad Rosier[LIR] General refactoring to simplify code and the...
2015-12-23 Philip Reames[MachineLICM] Fix handling of memoperands
2015-12-23 Simon Pilgrim[X86][AVX] Only shuffle the lower half of vectors if...
2015-12-23 David Majnemer[OperandBundles] Have GlobalsModRef play nice with...
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 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-23 David Majnemer[WinEH] Don't visit the same catchswitch twice
2015-12-23 Paul RobinsonForm reform for MCDwarf.
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-23 Dan Gohman[WebAssembly] Add a TODO comment for a possible future...
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 Dan Gohman[WebAssembly] Trim unneeded #includes. NFC.
2015-12-22 Dan Gohman[WebAssembly] Minor code simplification. NFC.
2015-12-22 Changpeng Fang AMDGPU/SI: Use flat for global load/store when targeti...
2015-12-22 Rafael EspindolaAlso add unnamed_addr to functions.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaAdd a .td file I forgot to add in r256277.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Rafael EspindolaDelete dead GlobalAliases.
2015-12-22 Rafael EspindolaRevert "AMDGPU/SI: Use flat for global load/store when...
2015-12-22 Rafael EspindolaMerge duplicated code.
2015-12-22 Changpeng FangAMDGPU/SI: Use flat for global load/store when targetin...
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 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-22 Manuel Jacob[RS4GC] Fix crash in the case that a live variable...
2015-12-22 Jun Bum Lim[AArch64] Promote loads from stored
2015-12-22 Chad RosierTypo. NFC.
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-22 Keno Fischer[ASMPrinter] Fix missing handling of DW_OP_bit_piece
2015-12-22 Kostya Serebryany[libFuzzer] add AFL-style dictionary for C++, remove...
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-22 Teresa JohnsonHandle empty Subprogram list when linking metadata.
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 Vedant Kumar[Support] Timer: Use emplace_back() and range-based...
2015-12-21 Vedant Kumar[Support] Timer: simplify the init() method
2015-12-21 Dylan McKay[AVR] Added configuration file and machine function...
2015-12-21 Eric ChristopherFix line endings after r256155. NFC.
2015-12-21 Evgeniy Stepanov[cfi] Fix LowerBitSets on 32-bit targets.
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
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 Cong Hou[X86][SSE] Transform truncations between vectors of...
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-21 Michael Zolotukhin[ValueTracking] Properly handle non-sized types in...
2015-12-21 Adrian PrantlFix PR24563 (LiveDebugVariables unconditionally propaga...
2015-12-21 Adrian PrantlTeach ARMLoadStoreOptimizer to ignore DBG_VALUE instruc...
2015-12-21 Tom StellardAMDGPU/SI: Fix encoding for FLAT_SCRATCH registers...
2015-12-21 Tom StellardAMDGPU/SI: Change assembly name for flat scratch regist...
2015-12-21 Matthew Simpson[AArch64] Add additional extract-extend patterns for...
2015-12-21 Chad RosierRemove extra whitespace. NFC.
2015-12-21 Teresa Johnson[ThinLTO] Rename variable to reflect bulk importing...
2015-12-21 Dan Gohman[WebAssembly] Convert a regular for loop to a range...
2015-12-21 Dan Gohman[WebAssembly] Clean up comments and fix a missing ...
2015-12-21 Dan Gohman[WebAssembly] Remove an unneeded empty destructor.
2015-12-21 Dan Gohman[WebAssembly] Enclose the operand variables for load...
2015-12-21 Dan Gohman[WebAssembly] Mark the ARGUMENT pseudo-instructions...
2015-12-21 Dan Gohman[WebAssembly] Add some comments and make some minor...
2015-12-21 Dan GohmanTeach MCOperand::print how to print FPImm operands.
2015-12-21 Teresa JohnsonRemove unused functions from ModuleLinker (NFC)
2015-12-21 Teresa JohnsonRemove overly strict new assert in BitcodeReader.
2015-12-21 Jun Bum LimRevert "[AArch64] Promote loads from stores"
2015-12-21 Chad Rosier[LIR] Refactor code to enable future patch. NFC.
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-21 Igor BregerAVX512BW: Enable AND/OR/XOR vector byte/word paked...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-21 Zlatko Buljan[mips][microMIPS] Implement DERET and DI instructions...
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-12-21 NAKAMURA Takumi[Cygwin] Enable TLS as emutls.
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-20 Dylan McKay[AVR] Added AVRCallingConv.td
2015-12-20 Craig Topper[X86] Use range-based for loop. NFC
2015-12-20 Craig Topper[X86] Prevent constant hoisting for a couple compare...
2015-12-20 Dylan McKayAdd AVR.td and AVRRegisterInfo.td
2015-12-20 Xinliang David LiFix a latent UAF bug in profwriter
2015-12-20 Weiming ZhaoFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Manuel JacobRemove unnecessary casts. NFC.
2015-12-19 Matt ArsenaultSelectionDAG: Cleanup integer bin op promotion functions.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
next