244368: Fix a comment line introduced in r244368. [-Wdocumentation]
[oota-llvm.git] / test /
2015-08-07 Sanjay Pateladd a missing regression test for a DAGCombiner FDIV...
2015-08-07 Tom StellardAMDGPU: Add pass to lower OpenCL image and sampler...
2015-08-07 James Y Knight[SPARC] Disable unsupported ExecutionEngine tests,...
2015-08-07 Tom StellardAMDGPU/SI: Use InstAlias instead of MnemonicAlias for...
2015-08-07 Sanjay Patelredo r244360 (tighten checks...) after specifying triple
2015-08-07 Sanjay Pateltighten checks using update_llc_test_checks.py
2015-08-07 Alex LorenzMIR Serialization: Serialize the base alignment for...
2015-08-07 Alex LorenzMIR Serialization: Serialize the offsets for the machin...
2015-08-07 Matt ArsenaultAMDGPU: Assume SMRD access for constant address space
2015-08-07 Chen Li[ConstantFoldTerminator] Preserve make.implicit metadat...
2015-08-07 Simon Pilgrim[InstCombine] Fix SSE2/AVX2 vector logical shift by...
2015-08-07 Tom StellardAMDGPU/SI: Use correct encoding of vopc for VI in the...
2015-08-07 Tom StellardAMDGPU/SI: Add VI checks to vop3 assembler tests
2015-08-07 Rafael Espindolaadd missing tests files
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-07 Silviu Baranga[ARM] Update ReconstructShuffle to handle mismatched...
2015-08-07 John BrawnRevert "Make global aliases have symbol size equal...
2015-08-07 NAKAMURA TakumiTweak llvm/test/tools/dsymutil/arch-option.test to...
2015-08-07 JF BastienWebAssembly: textual emission uses expected opcode...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-06 Alex LorenzMIR Serialization: Fix serialization of unnamed IR...
2015-08-06 Juergen Ributzka[AArch64][FastISel] Always use AND before checking...
2015-08-06 Juergen RibutzkaRevert "[AArch64][FastISel] Add more truncation tests...
2015-08-06 Sean Silva[compatibility.ll] Cover explicitly named comdats.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-06 Sanjoy Das[IndVars] Fix PR24356.
2015-08-06 Rui UeyamaUpdate comments.
2015-08-06 Tom StellardAMDGPU/SI: Add support for 32-bit immediate SMRD offset...
2015-08-06 Tom StellardAMDGPU/SI: Use ComplexPatterns for SMRD addressing...
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'invariant' machine...
2015-08-06 Richard DiamondFix an alignment error in `llvm::expandAtomicRMWToCmpXc...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'non-temporal' machine...
2015-08-06 Douglas Katzman[SPARC] Don't compare arch name as a string, use the...
2015-08-06 Renato GolinRevert "Divide the primitive size in bits by eight...
2015-08-06 Michael Kuperstein[X86] Improve EmitLoweredSelect for contiguous CMOV...
2015-08-06 Peter CollingbourneCOFF: Assign the correct symbol type to internal functions.
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 Frederic RissRevert "Make sure all temporary files get created under...
2015-08-05 Frederic Riss[dsymutil] Update source used to generate test binary.
2015-08-05 Bjarke Hammersholt... [NVPTX] Use LDG for pointer induction variables.
2015-08-05 Artem BelevichMake sure all temporary files get created under %T.
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Reid KlecknerFix Windows test failure with triple instead of using...
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Alex LorenzMIR Serialization: Serialize the machine operand's...
2015-08-05 Richard DiamondDivide the primitive size in bits by eight so the initi...
2015-08-05 Chen Li[LoopUnswitch] Preserve make.implicit metadata for...
2015-08-05 JF Bastienx86 atomic: optimize a.store(reg op a.load(acquire...
2015-08-05 JF BastienRevert "Fix MO's analyzePhysReg, it was confusing sub...
2015-08-05 JF BastienFix MO's analyzePhysReg, it was confusing sub- and...
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing large immediat...
2015-08-05 Alex LorenzMIR Serialization: Serialize the typed immediate intege...
2015-08-05 Frederic Riss[dsymutil] Fix test patterns.
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-05 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-05 Chandler Carruth[GMR] Teach the conservative path of GMR to catch even...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'early-clobber' regist...
2015-08-05 Alex LorenzMIR Serialization: Serialize the 'debug-use' register...
2015-08-05 James Y Knight[Sparc] Fix disassembly of popc instruction.
2015-08-05 Steven WuForce the MachO generated for Darwin to have VERSION_MI...
2015-08-05 Artyom SkrobovARMISelDAGToDAG.cpp had this self-contradictory code:
2015-08-05 Simon Pilgrim[InstCombine] Added more specific SSE2/AVX2 vector...
2015-08-05 Hal Finkel[MachineCombiner] Don't use the opcode-only form of...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-08-04 Sanjay Patel[x86] machine combiner reassociation: mark EFLAGS opera...
2015-08-04 Vasileios KalintirisRevert r229675 - [mips] Avoid redundant sign extension...
2015-08-04 Simon Pilgrim[InstCombine] Split off SSE2/AVX2 vector shift tests.
2015-08-04 Duncan P. N. Exon... Linker: Fix references to uniqued nodes after r243883
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-08-04 Mehdi AminiMove generic MIR tests in their own subdir, requires...
2015-08-04 Mehdi AminiImprove lit "native" feature to check if the native...
2015-08-04 Saleem AbdulrasoolARM: support windows division routines
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-08-04 Ahmed Bougacha[AArch64] Add isel support for f16 indexed LD/ST.
2015-08-04 Ahmed Bougacha[AArch64] Vector FCOPYSIGN supports Custom-lowering...
2015-08-04 Ahmed Bougacha[CodeGen] Fix FCOPYSIGN legalization to account for...
2015-08-04 Alex LorenzMIR Serialization: Serialize the 'volatile' machine...
2015-08-03 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-03 Justin Bognerlto: Avoid relying on the environment for this test
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Tim NorthoverARM: prefer allocating VFP regs at stride 4 on Darwin.
2015-08-03 Artur PilipenkoCurrently string attributes on function arguments/retur...
2015-08-03 John Brawn[ARM] Make GlobalMerge merge extern globals by default
2015-08-03 Alexander KornienkoDon't use test inputs from other directories.
2015-08-03 James MolloyBe less conservative about forming IT blocks.
2015-08-03 Alexander KornienkoFix the test added at r243777.
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-08-03 JF BastienWebAssembly: implement getScalarShiftAmountTy so we...
2015-08-02 Simon Pilgrim[X86][SSE] Refreshed sse2 vector shift tests
2015-08-01 Jingyue Wu[NVPTX] allow register copy between float and int
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
next