oota-llvm.git
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-28 Philip Reames[InstSimplify] Fold simple known implications to true
2015-09-28 Weiming Zhao[LoopReroll] Ignore debug intrinsics
2015-09-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-28 Zoran Jovanovic[mips] Handling of immediates bigger than 16 bits
2015-09-28 Artyom Skrobov[ARM] Avoid redundant checks for isThumb1Only() after...
2015-09-28 Hal Finkel[DAGCombine] Fix getStoreMergeAndAliasCandidates's...
2015-09-28 Craig TopperRemove 'const' from some ArrayRefs. ArrayRefs are alrea...
2015-09-27 Justin BognerAsmWriter: Print the argument names in declarations...
2015-09-27 Yaron KerenSilence clang warning: variable ‘Status’ set but not...
2015-09-27 Sanjoy Das[SCEV] identical instructions don't compute equal values
2015-09-27 Sanjay Patel[InstCombine] fold zexts and constants into a phi ...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-26 Simon Pilgrim[InstCombine] Removed unnecessary meta attributes.
2015-09-26 Daniel Sanders[llvm-mc-fuzzer] Fix -jobs option.
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: Add some more tests for literal operands
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-25 Sanjoy Das[LangRef] Unbreak the docs Sphinx build.
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-24 Ed MasteRestore test coverage for other than ELFOSABI_NONE
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 Rafael EspindolaUse ELFOSABI_NONE instead of ELFOSABI_LINUX.
2015-09-24 Matt ArsenaultAMDGPU: Add s_dcache_* instructions
2015-09-24 Matt ArsenaultAMDGPU: Add cache invalidation instructions.
2015-09-24 Matt ArsenaultAMDGPU: Run mubuf assembler test for CI
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 Adrian Prantldsymutil: Fix the condition to distinguish module impor...
2015-09-24 James Molloy[ValueTracking] Teach isKnownNonZero a new trick
2015-09-24 Benjamin Kramer[objdump] Make iterator operator* return a reference.
2015-09-24 Mohammad ShahidRegression Test: Deletes redundant/invalid test.
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 ArsenaultTableGen: Add LLVM_READONLY to generated InstrMapping...
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-24 Adrian PrantlAdd REQUIRES: default_triple to these testcases.
2015-09-24 Rui UeyamaRemove iterator_range::end.
next