[OCaml] Fix a typo in documentation.
[oota-llvm.git] / test /
2014-10-22 Matt ArsenaultR600/SI: Add another failing testcase for i1 copies
2014-10-22 Matt ArsenaultR600/SI: Add failing testcase reduced from OpenCV
2014-10-22 Rafael EspindolaHandle spaces and quotes in file names in MRI scripts.
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Lang Hames[MCJIT] Defer application of AArch64 MachO GOT relocati...
2014-10-21 Rafael EspindolaMRI scripts: Add addlib support.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-21 Matt ArsenaultR600/SI: Add missing parameter to div_fmas intrinsic
2014-10-21 Rafael EspindolaOverwrite instead of adding to archives when creating...
2014-10-21 Matt ArsenaultR600: Use default GlobalDirective
2014-10-21 Arnaud A. de Grand... [PBQP] Teach PassConfig to tell if the default register...
2014-10-21 Arnaud A. de Grand... [PBQP] Add a testcase for r220302: Fix coalescing benefits
2014-10-21 David MajnemerInstCombine: Simplify FoldICmpCstShrCst
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaConvert two tests to use llvm-readobj.
2014-10-21 Matt ArsenaultR600/SI: Add pattern for bswap
2014-10-21 Rafael EspindolaAdd support for addmod to mri scripts.
2014-10-21 Bill Schmidt[PowerPC] Avoid VSX FMA mutate when killed product...
2014-10-21 Oliver Stannard[ARM] NEON 32-bit scalar moves are also available in...
2014-10-21 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory accesses with...
2014-10-21 Oliver Stannard[Thumb2] LDRS?[BH] cannot load to the PC
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement ADDU16 and SUBU16 instructions
2014-10-21 Zoran Jovanovic[mips][microMIPS] Implement AND16, NOT16, OR16 and...
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-21 Paul RobinsonDo not attribute static allocas to the call site's...
2014-10-21 Rafael EspindolaMake this test a bit more strict.
2014-10-21 Chandler CarruthTeach lit to filter the host LDFLAGS down from the...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Philip ReamesExtend the verifier to validate range metadata on calls...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Quentin Colombet[X86] Fix a bug in the lowering of the mask of VSELECT.
2014-10-20 Philip ReamesIntroduce a 'nonnull' metadata on Load instructions.
2014-10-20 Simon Pilgrim[X86] Memory folding for commutative instructions ...
2014-10-20 Tim NorthoverARM: rework Thumb1 frame index rewriting
2014-10-20 Gerolf Hoflehner[AArch64] test case for compfail fixed by r219748
2014-10-20 Oliver Stannard[Thumb2] RFE, SRS and "SUBS pc, lr" are undefined on v7M
2014-10-20 Oliver Stannard[ARM] Do not select SMULW[BT] or SMLAW[BT]
2014-10-20 Oliver Stannard[Thumb] Fix crash in Thumb1RegisterInfo::rewriteFrameIndex
2014-10-20 Chandler CarruthFix a miscompile introduced in r220178.
2014-10-20 Chandler CarruthFix a somewhat subtle pair of issues with JumpThreading...
2014-10-20 Chandler CarruthTeach the load analysis driving core instcombine logic...
2014-10-20 Chandler CarruthAdd a datalayout string to this test so that it exercis...
2014-10-19 Bill Schmidt[PowerPC] Clean up -mattr=+vsx tests to always specify...
2014-10-19 Bill Schmidt[PowerPC] Temporarily disable VSX for PowerPC fast...
2014-10-19 Bill Schmidt[PowerPC] Re-enable VSX test line for fma.ll with ...
2014-10-19 Chandler CarruthDo a better and more complete job of preserving metadat...
2014-10-19 Chandler CarruthMove previously dead code to handle computing the known...
2014-10-19 David MajnemerInstCombine: (sub (or A B) (xor A B)) --> (and A B)
2014-10-19 David MajnemerInstCombine: Optimize icmp eq/ne (shl Const2, A), Const1
2014-10-19 Chandler CarruthFix a long-standing miscompile in the load analysis...
2014-10-18 Chandler CarruthPreserve AA metadata when combining (cast (load (....
2014-10-18 Chandler Carruth[InstCombine] Do an about-face on how LLVM canonicalize...
2014-10-18 Chandler CarruthRemove a test that was ported from the old llvm-gcc...
2014-10-18 Nick Kledzik[llvm-objdump] don't test timestamp dump as that is...
2014-10-18 Nick Kledzik[llvm-objdump] enhance test case for mach-o -private...
2014-10-18 Nick Kledzik[llvm-objdump] Fix mach-o binding decompression error
2014-10-18 Chandler Carruth[SROA] Change how SROA does vector-based promotion...
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw xchg
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw xor
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw or
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw min/umin
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw max/umax
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw and
2014-10-17 Aaron WatryR600/SI: Add global atomicrmw sub
2014-10-17 Aaron WatryR600/SI: Fix/add tests for atomicrmw add
2014-10-17 Aaron WatryR600: Rename atomic_load global tests to atomic_add
2014-10-17 Evgeniy Stepanov[msan] Fix handling of byval arguments with large align...
2014-10-17 Pete CooperCheck for dynamic alloca's when selecting lifetime...
2014-10-17 Bill Schmidt[PowerPC] Disable +vsx RUN line for fma.ll due to incon...
2014-10-17 Rafael EspindolaRevert "TRE: make TRE a bit more aggressive"
2014-10-17 Bill Schmidt[PowerPC] Change liveness testing in VSX FMA mutation...
2014-10-17 Peter CollingbourneDisable ccache for go tests.
2014-10-17 Matt ArsenaultR600/SI: Allow commuting with source modifiers
2014-10-17 Matt ArsenaultR600/SI: Allow comuting fp immediates
2014-10-17 Peter CollingbourneWe also need to catch OSError here.
2014-10-17 Matt ArsenaultR600/SI: Remove SI_BUFFER_RSRC pseudo
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Andrea Di Biagio[X86] Fix missed selection of non-temporal store of...
2014-10-17 James Molloy[AArch64] Fix a silent codegen fault in BUILD_VECTOR...
2014-10-17 Rafael EspindolaDon't crash if find_executable return None.
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
2014-10-17 Jan VeselyR600: Add EG to FMA test
2014-10-17 Jan VeselySelectionDAG: Add sext_inreg optimizations
2014-10-17 Vasileios Kalintiris[mips] Add support for COP1's Branch-On-Cond-Likely...
2014-10-17 Vasileios Kalintiris[mips] Add support for COP0's Branch-On-Cond-Likely...
2014-10-17 Hal Finkel[DSE] Remove no-data-layout-only type-based overlap...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Bill Schmidt[PPC] Adjust some PowerPC tests to account for presence...
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in r219829.
2014-10-17 Akira HatanakaARM: Fix a bug which was causing convergence failure...
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-10-17 Alexander Potapenko[llvm-symbolizer] Introduce the -dsym-hint option.
2014-10-16 Peter CollingbourneAdd our own copy of the find_executable function to...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Matt ArsenaultR600: Fix nonsensical implementation of computeKnownBit...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
next