Make this test a bit more interesting.
[oota-llvm.git] / test /
2015-07-06 Rafael EspindolaMake this test a bit more interesting.
2015-07-05 Sanjay Patelchange CHECK to CHECK-LABEL for more precision
2015-07-05 Sanjay Patelremove unnecessary test specifications
2015-07-05 Sanjay Patelminimize test case and remove unnecessary opt passes
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-07-05 Simon Pilgrim[X86][SSE3] Just use an explicit SSE3 target attribute...
2015-07-05 Simon Pilgrim[X86][SSE2] Just use an explicit SSE2 target attribute...
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-05 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-04 Simon Pilgrim[X86][SSE] Improved i8/i16 to f64 uint2fp vector conver...
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-04 Craig Topper[X86] Add proper 64-bit mode checks to jrcxz and jcxz.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Simon Pilgrim[X86] Added 32-bit builds to fp<->int tests.
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 NAKAMURA Takumillvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple...
2015-07-03 Simon Pilgrimwhitespace tidyup. NFC.
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Nadav RotemFix an overly aggressive assertion in getCopyFromPartsV...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-02 Gabor BallabasReworking the test part of r241149
2015-07-02 Rafael EspindolaFix for PR23310: llvm-dis crashes when trying to upgrad...
2015-07-02 Michael Kuperstein[X86] Convert an instruction relaxation test to use...
2015-07-02 Rafael EspindolaImprove error message.
2015-07-02 Pawel BylicaReapply r240291: Fix shl folding in DAG combiner.
2015-07-02 Sanjoy Das[LazyCallGraph] Port test case from r240039 to LCG.
2015-07-02 Eric ChristopherMake an X86 specific directory and put the recent X86...
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-07-01 Quentin Colombet[TwoAddressInstructionPass] Try 3 Addr Conversion After...
2015-07-01 Matthias BraunTest for specific output in lit test
2015-07-01 Alexey Samsonov[LoopVectorize] Use ReplaceInstWithInst() helper where...
2015-07-01 Jingyue Wu[NVPTX] expand extload/truncstore for vectors of floats
2015-07-01 Jingyue Wu[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
2015-07-01 Bill Schmidt[PPC64LE] Enable missing lxvdsx optimization, and relat...
2015-07-01 Sanjay Pateladd a cl::opt override for TargetLoweringBase's JumpIsE...
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Arnaud A. de Grand... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
2015-07-01 Michael KupersteinTest committed in r241153 is more target-specific than...
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-07-01 Michael KupersteinFix non-target-specific test not to use the x86 triple.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-07-01 NAKAMURA TakumiRevert part of r241149, "Fix PR23872: Integrated assemb...
2015-07-01 Zoran Jovanovic[mips][microMIPS] Implement SLL and NOP instructions
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-07-01 David Majnemer[LoopUnroll] Use undef for phis with no value live
2015-07-01 David Majnemer[SCCP] Turn loads of null into undef instead of zero...
2015-07-01 Jingyue Wu[NaryReassociate] enhances nsw by leveraging @llvm...
2015-06-30 Alexey Samsonov[SanitizerCoverage] Don't add instrumentation to unreac...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Sanjoy Das[FaultMaps] Let the frontend pre-select implicit null...
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Nemanja IvanovicFixes a bug with __builtin_vsx_lxvdw4x on Little Endian...
2015-06-30 Peter CollingbourneCOFF: Do not assign linker-weak symbols to selectany...
2015-06-30 Jingyue Wu[NVPTX] Fix issue introduced in D10321
2015-06-30 Rafael EspindolaAdd a test of an elf file with an invalid section index.
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Samuel AntaoForce relocation mode to be default, regardless of...
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 David MajnemerCorrect a typo for a LoopVectorize test
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-30 Matthias BraunRegisterCoalescer: Cleanup empty subranges after shrink...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Alexey Samsonov[LoopSimplify] Set proper debug location in loop backed...
2015-06-29 Sanjoy Das[FaultMaps] Fix test case.
2015-06-29 Pawel Bylica[DAGCombiner] Fix & simplify constant folding of sext...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaAdd a testcase for an invalid file.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-28 Jingyue Wu[SLSR] S's basis must have the same type as S
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-27 Adrian PrantlRevert "Debug Info: One more bitfield bugfix. While...
2015-06-27 Benjamin KramerDon't use %llc_dwarf for target-specific tests.
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-27 Adrian PrantlDebug Info: One more bitfield bugfix. While yesterday...
2015-06-27 Daniel Sanders[mips] Fold duplicate big-endian disassembler tests...
2015-06-27 Daniel Sanders[mips] Sort big-endian disassembler tests by opcode.
2015-06-27 Daniel Sanders[mips] Make little-endian disassembler test filenames...
next