oota-llvm.git
2015-08-27 Davide Italiano[llvm-readobj] Add support for dumping MachO min versio...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-27 Alex RosenbergWhoops, remove trailing whitespace.
2015-08-27 Pete CooperisKnownNonNull needs to consider globals in non-zero...
2015-08-27 Philip ReamesAllow value forwarding past release fences in EarlyCSE
2015-08-27 Philip Reames[RewriteStatepointsForGC] Reduce the number of new...
2015-08-27 Tyler NowickiImproved printing of analysis diagnostics in the loop...
2015-08-27 Cong HouFixed a bug that edge weights are not assigned correctl...
2015-08-27 NAKAMURA TakumiKaleidoscope: Prune unused libdeps.
2015-08-26 Philip Reames[SimplifyCFG] Prune code from a provably unreachable...
2015-08-26 Hal Finkel[PowerPC] Remove unnecessary braces in PPCVSXFMAMutate
2015-08-26 Bjarke Hammersholt... [NVPTX] Let NVPTX backend detect integer min and max...
2015-08-26 Cong Hou[ARM] Use BranchProbability::scale() to scale an intege...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 Philip Reames[docs][Statepoints] More on base pointers
2015-08-26 JF BastienWebAssembly: NFC comment update
2015-08-26 Duncan P. N... DI: Make Subprogram definitions 'distinct'
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
2015-08-26 Reid Kleckner[ms-inline-asm] Relax assertion around funky identifier...
2015-08-26 Kostya Serebryany[libFuzzer] fix minor inefficiency, PR24584
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 Lang Hames[Kaleidoscope] Fix a typo in Chapter 5.
2015-08-26 Matt ArsenaultAMDGPU: Delete dead code
2015-08-26 Matt ArsenaultAMDGPU: Don't reprocess instructions when splitting...
2015-08-26 Matt ArsenaultAMDGPU: Fix not moving users of s_bfe_i64 to VALU
2015-08-26 Matt ArsenaultAMDGPU: Don't create intermediate SALU instructions
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Andrew KaylorExpose hasLiveCondCodeDef as a member function of the...
2015-08-26 Diego NovilloFix memory leak in sample profile pass.
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Matt ArsenaultAMDGPU/SI: Report SIFixSGPRLiveRanges changed function
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 Matt ArsenaultAMDGPU: Make sure to reserve super registers
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
2015-08-26 David Majnemer[SimplifyLibCalls] Fix a typo
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-26 Philip Reames[docs][Statepoint] Add definitions for base and derived...
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-08-26 Chad Rosier[AArch64] Remove a use-after-free when collecting stats.
2015-08-26 Davide Italiano[llvm-objdump] Use the new MinVersion API introduced...
2015-08-26 Silviu Baranga[AArch64] Unify the integer min/max vector selection...
2015-08-26 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-26 NAKAMURA TakumiKaleidoscope: Update libdeps corresponding to r246002.
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Alex RosenbergModernize with range-based for loops.
2015-08-26 Alex RosenbergReduce code duplication.
2015-08-26 Alex RosenbergTrailing whitespace
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-26 Frederic Riss[dsymutil] Make the warn and error helpers globally...
2015-08-26 Frederic Riss[dsymutil] Split NonRelocatableStringPool into its...
2015-08-26 Frederic Riss[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
2015-08-26 Lang HamesBig Kaleidoscope tutorial update.
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-26 JF BastienExpose more properties of llvm::fltSemantics
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-26 JF BastienWebAssembly: add small FIXME for AsmPrinter.
2015-08-26 Richard SmithRefactor to reduce duplication in OnDiskIterableChained...
2015-08-25 Frederic Riss[dsymutil] actually fix test.
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 JF BastienWebAssembly: assert that there aren't any constant...
2015-08-25 Frederic Riss[dsymutil] Reapply r245960.
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-08-25 Evgeniy Stepanov[msan] Precise instrumentation for icmp sgt %x, -1.
2015-08-25 Vedant Kumar[MC] Add a SetUsed default param to MCSymbol accessors...
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Evgeniy StepanovUse CHECK-LABEL in MSan IR tests.
2015-08-25 Frederic RissRevert "[dsymutil] Rewrite thumb triple names in user...
2015-08-25 Davide Italiano[MachO] Move trivial accessors to header.
2015-08-25 Frederic Riss[dsymutil] Rewrite thumb triple names in user visible...
2015-08-25 Frederic Riss[dsymutil] Not finding any debug info is not a fatal...
2015-08-25 Sanjay Patelfix CHECK-LABEL and wrong label
2015-08-25 NAKAMURA TakumiUpdate libdeps in LLVMipo and LLVMScalarOpts, correspon...
2015-08-25 Matthias BraunSlotIndexes: Introduce an iterator into the idx2MBBMap.
2015-08-25 Matthias BraunFix dependencies/shared library build
2015-08-25 David BlaikieFix dropped conditional in cleanup in r245752
2015-08-25 Wei MiThe patch replace the overflow check in loop vectorizat...
2015-08-25 Sanjay Patelmake fast unaligned memory accesses implicit with SSE4...
2015-08-25 Reid Kleckner[lit] Speculatively fix PR24554 by manually closing...
2015-08-25 Reid Kleckner[cmake] Pass /manifest:no to the linker when asan is...
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-25 Davide Italiano[MachO] Introduce MinVersion API.
2015-08-25 Michael Kuperstein[X86] Remove references to _ftol2
2015-08-25 Michael Kuperstein[X86] Fix fptoui conversions
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-25 Piotr Padlewskiassume.ll test fixup
2015-08-25 Piotr PadlewskiAssume intrinsic handling in global opt
2015-08-25 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-25 Mehdi AminiFix LLVM C API for DataLayout
2015-08-25 Vedant Kumar[docs] Improvements to CMake.rst
2015-08-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
2015-08-24 Hans WennborgRevert r245355 "Release script: correctly symlink clang...
next