[EH] Create removeUnwindEdge utility
[oota-llvm.git] / lib /
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-26 Matt ArsenaultAMDGPU: Remove hasPostISelHook from most instructions
2015-09-26 Matt ArsenaultAMDGPU: Switch over reg class size instead of checking...
2015-09-26 Matt ArsenaultAMDGPU: Don't handle invalid reg classes in helper...
2015-09-26 Saleem AbdulrasoolAMDGPU: address -Winconsistent-missing-override
2015-09-26 Matt ArsenaultAMDGPU: Set CopyCost of register classes
2015-09-26 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-26 Matt ArsenaultAMDGPU: VOP3b definition cleanups
2015-09-26 Matt ArsenaultAMDGPU: Fix sched model for VOP2b instructions
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-26 Ahmed Bougacha[ARM] Don't generate clrex for pre-v7 targets.
2015-09-25 Sanjoy Das[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to...
2015-09-25 Sanjoy Das[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when...
2015-09-25 Matthias BraunLivePhysRegs: Fix live-outs of return blocks
2015-09-25 Sanjay Patel[InstCombine] match De Morgan's Law hidden by zext...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-25 Matthias BraunSelectionDAGDumper: Print simple operands inline.
2015-09-25 Matt ArsenaultAMDGPU: Construct new buffer instruction when moving...
2015-09-25 Matt ArsenaultDAGCombiner: Check if store is volatile first
2015-09-25 Matthias BraunTargetRegisterInfo: Introduce PrintLaneMask.
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-25 Matthias BraunPrologueEpilogInserter: Fix missing live-ins when savep...
2015-09-25 Tom StellardAMDGPU/SI: Use .hsatext section instead of .text for HSA
2015-09-25 Tom StellardMCAsmInfo: Allow targets to specify when the .section...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-25 Sanjoy DasRevert two SCEV changes that caused test failures in...
2015-09-25 Justin BognerADCE: Fix typo in file comment. NFC
2015-09-25 Matt ArsenaultPeepholeOptimizer: Remove redundant copies
2015-09-25 Chad RosierSimplify code. NFC.
2015-09-25 Sanjay Patelmore space; NFC
2015-09-25 Sanjoy Das[SCEV] Teach isLoopBackedgeGuardedByCond to exploit...
2015-09-25 Sanjoy Das[SCEV] Extract helper function from isImpliedCond; NFC
2015-09-25 Sanjoy Das[SCEV] Exploit A < B => (A+K) < (B+K) when possible
2015-09-25 Matt ArsenaultAMDGPU: Make getNamedOperandIdx declaration readonly
2015-09-25 Chad Rosier[AArch64] Add support for generating pre- and post...
2015-09-25 Matt ArsenaultAMDGPU: Disable some passes that are not meaningful
2015-09-25 Matt ArsenaultAMDGPU: Handle i64->v2i32 loads/stores in PreprocessISelDAG
2015-09-25 Matt ArsenaultAMDGPU: Fix recomputing dominator tree unnecessarily
2015-09-25 Matt ArsenaultAMDGPU: Re-justify workaround and fix worked around...
2015-09-25 Matt ArsenaultAMDGPU: Don't create REG_SEQUENCE with SGPR dest and...
2015-09-25 Matt ArsenaultAMDGPU: Fix not adding exec to defs of cmpx instruction...
2015-09-25 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for VOPC
2015-09-25 James Molloy[GlobalsAA] Teach GlobalsAA about nocapture
2015-09-25 Saleem AbdulrasoolARM: make -Asserts,-Werror=unused-variable build happy
2015-09-25 Saleem AbdulrasoolARM: address WoA division limitation
2015-09-25 Matt ArsenaultAMDGPU: Remove unused includes
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-24 Matt ArsenaultFix typo
2015-09-24 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-09-24 Simon Pilgrim[X86][SSE2] Fix zero/any extension shuffles that don...
2015-09-24 Matt ArsenaultAMDGPU: Add s_dcache_* instructions
2015-09-24 Matt ArsenaultAMDGPU: Add cache invalidation instructions.
2015-09-24 Chad Rosier[AArch64] The paired post-increment store instruction...
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-24 James Molloy[ValueTracking] Teach isKnownNonZero a new trick
2015-09-24 Daniel Sanders[mips] Use PredicateControl for the MSA ASE instruction...
2015-09-24 Mohammad ShahidCodegen: Fix llvm.*absdiff semantic.
2015-09-24 Charlie Turner[InstCombine] Recognize another bswap idiom.
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-24 Matt ArsenaultAMDGPU: Return after instruction is processed.
2015-09-24 Matt ArsenaultAMDGPU: Remove another unnecessary check from commuteIn...
2015-09-24 Matt ArsenaultAMDGPU: Add readonly to InstrMapping functions
2015-09-24 Matt ArsenaultAMDGPU: Fix printing trailing whitespace for mubuf...
2015-09-24 Matt ArsenaultRemove dead declaration
2015-09-24 Matt ArsenaultUse new TokenFactor chain when merging stores
2015-09-24 Matt ArsenaultAMDGPU: Reduce number of copies emitted
2015-09-24 Justin BognerFix a think-o in which functions these should surround
2015-09-24 Justin BognerAdd some NDEBUG checks I accidentally dropped in r248462
2015-09-24 Justin BognerBasicAA: Move BasicAAResult::alias out-of-line. NFC
2015-09-24 Michael ZolotukhinAdd CFG Simplification pass after Loop Unswitching.
2015-09-24 Evgeniy Stepanov[safestack] Fix compiler crash in the presence of stack...
2015-09-24 Sanjoy Das[IR] Teach `llvm::User` to co-allocate a descriptor.
2015-09-23 Michael Zolotukhin[Unroll] When completely unrolling the loop, replace...
2015-09-23 Wei MiPut profile variables of COMDAT functions to it's own...
2015-09-23 Tim NorthoverARM: fix folding stack adjustment (again again again...)
2015-09-23 Philip ReamesRemove handling of AddrSpaceCast in stripAndAccumulateI...
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-23 Akira Hatanaka[InstCombine] Preserve metadata when merging loads...
2015-09-23 Sanjay Patel[x86] replace integer 'xor' ops with packed SSE FP...
2015-09-23 Sanjay Patel[x86] replace integer 'or' ops with packed SSE FP ...
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Sanjay Patelmove call to convertIntLogicToFPLogic up; NFCI
2015-09-23 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-23 Sanjay Patel[x86] move code for converting int logic to FP logic...
2015-09-23 Sanjay Patel[x86] replace integer 'and' ops with packed SSE FP...
2015-09-23 Dan Gohman[WebAssembly] Fix hasAddr64 being used before being...
2015-09-23 Vedant Kumar[Inline] Use AssumptionCache from the right Function
2015-09-23 Alexander KornienkoFix CodeGen/WebAssembly/global.ll test under ASAN.
2015-09-23 David Majnemer[DeadArgElim] Split the invoke successor edge
2015-09-23 Chad Rosier[AArch64] Refactor pre- and post-index merge fuctions...
2015-09-23 Igor Laevsky[DeadStoreElimination] Remove dead zero store to calloc...
2015-09-23 Oliver Stannard[ARM] Add option to force fast-isel
2015-09-23 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-23 Sanjoy Das[SCEV] Introduce ScalarEvolution::getOne and getZero.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Cong HouFixed an issue on updating profile data when lowering...
next