[OCaml] Documentation improvements.
[oota-llvm.git] / test /
2014-07-02 Adam Nemet[X86] AVX512: Allow writemask argument in vpermt* intri...
2014-07-02 Adam Nemet[X86] AVX512: Add writemask variants for vperm*2*
2014-07-02 Tom StellardR600: Promote i64 loads to v2i32
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-07-02 Duncan P. N. Exon... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Duncan P. N. Exon... XFAIL the test to go with r202189
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-07-02 Chad RosierRevert "Revert "MachineScheduler: better book-keeping...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-07-02 Elena DemikhovskyAVX-512: dec/inc instructions are slow on KNL
2014-07-02 David MajnemerInstCombine: Optimize x/INT_MIN to x==INT_MIN
2014-07-02 David MajnemerInstCombine: Add a vector variant test for PR20186
2014-07-02 David MajnemerInstCombine: Don't turn -(x/INT_MIN) -> x/INT_MIN
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-07-01 Tim NorthoverX86: delegate expanding atomic libcalls to generic...
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2014-07-01 Adam Nemet[X86] AVX512: Allow writemasks with vpcmp
2014-07-01 Chad RosierRevert "MachineScheduler: better book-keeping for asserts."
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-07-01 David MajnemerGlobalOpt: Don't swap private for internal linkage
2014-07-01 David MajnemerGlobalOpt: FileCheck-ize test
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 Andrew TrickMachineScheduler: better book-keeping for asserts.
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-07-01 David MajnemerGlobalOpt: Handle non-zero offsets for aliases
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-30 Duncan P. N. Exon... AArch64: Actually do address type promotion
2014-06-30 Reid KlecknerConvert some byval argpromotion grep tests to FileCheck
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-06-30 David BlaikieRemove unnecessary datalayout string from a test case.
2014-06-30 Reid Klecknermsan: Stop stripping the 'tail' modifier off of calls
2014-06-30 Ed Masteobjdump: Add test for ELF file with no section table
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-30 Andrea Di Biagio[X86] Add support for builtin to read performance monit...
2014-06-30 Chad Rosier[AArch64] Unsized types don't specify an alignment.
2014-06-30 Chad Rosier[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add...
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-30 Erik Ecksteintest commit: add a comment line in GVN test file
2014-06-28 Chandler Carruth[x86] Fix a bug in the v8i16 shuffling exposed by the...
2014-06-28 Chandler CarruthFix this test to not write to the source tree, and...
2014-06-28 Chandler Carruth[x86] Add handling for splat-like widenings of v16i8...
2014-06-28 David MajnemerThis file wasn't supposed to be checked in
2014-06-27 Lang Hames[RuntimeDyld] Make sure that RuntimeDyld regression...
2014-06-27 Matt ArsenaultRevert "Temporary hack to try cleaning extra .s file...
2014-06-27 Matt ArsenaultTemporary hack to try cleaning extra .s file from bots.
2014-06-27 Chad Rosier[AArch64] Fix memset ICE when memset value is f128.
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Chandler Carruth[x86] Fix another bug hit when bootstrapping with the...
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Add 'b' asm constraint
2014-06-27 Justin Holewinski[NVPTX] Error out if initializer is given for variable...
2014-06-27 Justin Holewinski[NVPTX] Add support for .managed variables for UVM
2014-06-27 Justin Holewinski[NVPTX] Emit .weak linkage for link_once, weak, availab...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Clean up argument lowering code and properly...
2014-06-27 Justin Holewinski[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
2014-06-27 Justin Holewinski[NVPTX] Implement fma and imad contraction as target...
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add missing isel patterns for 64-bit atomics
2014-06-27 Justin Holewinski[NVPTX] Add isel patterns for bit-field extract (bfe)
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 Justin Holewinski[NVPTX] Emit .weak when linkage is not external, intern...
2014-06-27 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 David BlaikieFix test so it doesn't try to write out temporary files...
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-27 Matt ArsenaultR600: Don't crash on unhandled instruction in promote...
2014-06-27 Ulrich Weigand[PowerPC] Constrain base register in PPCRegisterInfo...
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-27 Chandler Carruth[x86] Teach the target-specific combining how to aggres...
2014-06-27 Chandler Carruth[x86] Teach the X86 backend to DAG-combine SSE2 shuffle...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...
2014-06-27 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-27 David MajnemerGlobalOpt: Fix constantfold-initializers.ll test
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieArgumentPromotion: Propagate debug locations on calls...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-27 Andrew TrickMachineScheduler: add some book-keeping to fix an assert.
2014-06-27 Matt ArsenaultR600: Add some testcases for promote alloca pass.
2014-06-27 Adam Nemet[X86] AVX512: Add vbroadcasti*
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Arnold SchwaighoferGVN: Preserve invariant.load metadata
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Dinesh DwivediThis patch removed duplicate code for matching patterns
2014-06-26 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-26 David MajnemerGlobalOpt: Don't optimize thread_local for initializers
2014-06-26 Matt ArsenaultR600: Fix vector FMA
2014-06-26 Hans WennborgDon't build switch tables for dllimport and TLS variabl...
2014-06-26 Adam Nemet[X86] AVX512: Fix asm syntax for packed vcmp
next