Disable llvm/test/Examples/ for now while investigating.
[oota-llvm.git] / lib /
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-28 Joseph Tremoulet[WinEH] Update coloring to handle nested cases cleanly
2015-08-28 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-08-28 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-28 George Burgess IVFix: CFLAA -- Mark no-args returns as unknown
2015-08-27 Quentin Colombet[AArch64][CollectLOH] Fix a regression that prevented...
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-27 David Majnemer[ValueTracking] readnone CallInsts are fair game for...
2015-08-27 Ahmed Bougacha[CodeGen] Check FoldConstantArithmetic result before...
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Erik SchnetterRevert 246186; still breaks on some systems
2015-08-27 Tyler NowickiImprove vectorization diagnostic messages and extend...
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Erik SchnetterRevert r246158 since it breaks LLVM.Transforms/ConstPro...
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
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-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 JF BastienWebAssembly: NFC comment update
2015-08-26 Duncan P. N. Exon... 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 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 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 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 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[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
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-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 JF BastienWebAssembly: assert that there aren't any constant...
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 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Davide Italiano[MachO] Move trivial accessors to header.
2015-08-25 NAKAMURA TakumiUpdate libdeps in LLVMipo and LLVMScalarOpts, correspon...
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 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 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-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
2015-08-24 Matthias BraunTry to fix buildbots
2015-08-24 Sanjay Patelfix typos; NFC
2015-08-24 Matthias BraunLet's try to fix GNU libstdc++ buildbots
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Dan Gohman[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF BastienMissing print.
2015-08-24 JF Bastiencall
2015-08-24 Dan Gohman[WebAssembly] Make the assembly printer indent instruct...
next