Disable llvm/test/Examples/ for now while investigating.
[oota-llvm.git] / test /
2015-08-28 NAKAMURA TakumiDisable llvm/test/Examples/ for now while investigating.
2015-08-28 Peter CollingbourneXFAIL parallel.ll test on MIPS and AArch64 until test...
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 Tyler NowickiFix test introduced in r246187 that failed on some...
2015-08-27 Lang HamesOops - Re-add the Kaleidoscope regression tests themsel...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
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 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-27 Matt ArsenaultAMDGPU/SI: Add test for folding constants into operands
2015-08-27 Erik SchnetterRevert r246158 since it breaks LLVM.Transforms/ConstPro...
2015-08-27 Jonathan RoelofsFix a case of `CHECK[^:]*$`.
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Chad Rosier[LoopVectorize] Move test from r246149 into a target...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
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 Bjarke Hammersholt... [NVPTX] Let NVPTX backend detect integer min and max...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
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 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
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 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
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 JF BastienComparing operands should not require the same ValueID
2015-08-25 Frederic Riss[dsymutil] actually fix test.
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
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 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 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 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 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-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
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 Simon Pilgrim[X86][SSE] Added tests for zero-extension vector shuffl...
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
2015-08-24 Dan Gohman[WebAssembly] CodeGen support for __builtin_wasm_page_s...
2015-08-24 Bill Schmidt[PPC64LE] Fix PR24546 - Swap optimization and debug...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-24 Michael Zuckerman[X86] Add support for mmword memory operand size for...
2015-08-24 Oliver StannardAdd DAG optimisation for FP16_TO_FP
2015-08-24 Scott Douglass[ARM] Use AEABI helpers for i64 div and rem
2015-08-23 Sanjay Patelremove FIXME; fixed by r245733
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-23 Frederic Riss[dwarfdump] Do not apply relocations in mach-o files...
2015-08-23 Frederic Riss[dsymutil] Remove old ODR uniquing tests
2015-08-23 Frederic Riss[dsymutil] Refactor ODR uniquing tests to be more readable.
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 David BlaikieUpdate test case so it passes the verifier
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
2015-08-22 Davide Italiano[llvm-readobj] Test --macho-data-in-code option.
2015-08-22 Jingyue Wu[NVPTX] Allow undef value as global initializer
2015-08-22 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for some...
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-21 Adam Nemet[LAA] Hold bounds via ValueHandles during SCEV expansion
2015-08-21 Tom StellardAMDGPU/SI: Better handle s_wait insertion
2015-08-21 Sanjoy DasRe-apply r245635, "[InstCombine] Transform A & (L ...
2015-08-21 Alex LorenzMIR Serialization: Serialize the pointer IR expression...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-21 Hal Finkel[PowerPC] PPCVSXFMAMutate should not segfault on undef...
2015-08-21 Simon PilgrimLine endings fix.
next