[CMake] All the checks for if LLVM_VERSION_* variables are set need to be if(DEFINED...
[oota-llvm.git] / test /
2015-10-20 Jonas Paulsson[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-10-20 Matt ArsenaultAMDGPU: Stop reserving v[254:255]
2015-10-20 JF BastienWebAssembly: fix call/return syntax.
2015-10-20 Sanjoy Das[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-10-19 Cong HouEnhance loop rotation with existence of profile data...
2015-10-19 Michael Liao[InstCombine] Optimize icmp of inc/dec at RHS
2015-10-19 Sanjay Patel[CGP] transform select instructions into branches and...
2015-10-19 Lang Hames[RuntimeDyld][COFF] Fix some endianness issues, re...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-19 Krzysztof Parzyszek[Hexagon] Delay emission of CFI instructions
2015-10-19 Teresa JohnsonFix windows bot failures from r250699 by removing ...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-19 Zlatko Buljan[mips][microMIPS] Implement ADDQ.PH, ADDQ_S.W, ADDQH...
2015-10-19 Zlatko Buljan[mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S...
2015-10-19 Xinliang David Li[PGO] Eliminate prof data register calls on FreeBSD...
2015-10-18 Jakub StaszakPreserve CFG in MergedLoadStoreMotion. This fixes PR24426.
2015-10-18 Simon Pilgrim[X86][SSE] Add vector bit rotation tests.
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-18 Igor BregerAVX512: Lowering i8/i16 vector CTLZ using the dword...
2015-10-18 Lang Hames[RuntimeDyld] Add support for absolute symbols.
2015-10-17 Simon Pilgrim[X86][XOP] Add VPROT rotate by immediate intrinsics...
2015-10-17 Simon Pilgrim[CostModel] Fixed AVX integer shift costs
2015-10-17 Simon Pilgrim[X86][FastISel] Teach how to select SSE4A nontemporal...
2015-10-17 Simon Pilgrim[InstCombine] SSE4A constant folding and conversion...
2015-10-17 Colin LeMahieu[Hexagon] Reverting test file change.
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
2015-10-17 JF BastienWebAssembly: don't omit dead vregs from locals
2015-10-17 JF BastienWebAssembly: fix the syntax for comparisons
2015-10-17 Joseph Tremoulet[WinEH] Fix eh.exceptionpointer intrinsic lowering
2015-10-16 Reid KlecknerDisable a test relying on symbol demangling on non...
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-16 Reid Kleckner[llvm-symbolizer] Use the export table if no symbols...
2015-10-16 Davide Italiano[llvm-readobj] Teach ELFDumper about symbol versioning.
2015-10-16 Benjamin KramerRevert "This is a follow-up to the discussion in D12882."
2015-10-16 Sanjay Patel[x86] promote 'add nsw' to a wider type to allow more...
2015-10-16 Jim GrosbachMC: Don't crash after issuing a diagnostic.
2015-10-16 Joseph Tremoulet[WinEH] Fix CatchRetSuccessorColorMap accounting
2015-10-16 Andrew KaylorFix assertion failure with fp128 to unsigned i64 conversion
2015-10-16 Krzysztof Parzyszek[Hexagon] Split double registers
2015-10-16 Krzysztof Parzyszek[Hexagon] Merge adjacent stores
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-16 Joseph Tremoulet[WinEH] Fix endpad coloring/numbering
2015-10-16 Sanjay Patelmove test case to x86 directory because it specifies...
2015-10-16 Sanjay PatelThis is a follow-up to the discussion in D12882.
2015-10-16 Charlie Turner[AArch64] Implement vector splitting on UADDV.
2015-10-16 Zlatko BuljanCommited two test files which are forgotten during...
2015-10-16 Hrvoje Varga[mips][microMIPS] Implement LB, LBE, LBU and LBUE instr...
2015-10-16 Craig Topper[X86] Add fxsr feature flag for fxsave/fxrestore instru...
2015-10-16 Sanjoy Das[RS4GC] Dont' propagate call attrs related to patchable...
2015-10-16 Sanjoy Das[RS4GC] Use "deopt" operand bundles
2015-10-16 Sanjoy Das[IndVars] Have `cloneArithmeticIVUser` guess better
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-15 Davide Italiano[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
2015-10-15 Evgeniy StepanovRevert "[safestack] Fast access to the unsafe stack...
2015-10-15 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-15 JF Bastienx86: preserve flags when folding atomic operations
2015-10-15 Kevin B. SmithChange test to use FileCheck rather than grep.
2015-10-15 Philip ReamesRevert 250343 and 250344
2015-10-15 JF Bastienx86 FP atomic codegen: don't drop globals, stack
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Daniel Sanders[mips][ias] Implement ulh macro.
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-10-15 NAKAMURA Takumi[CMake] check-llvm requires llvm-pdbdump.
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-15 Elena DemikhovskyAVX-512: Fixed a bug in shuffle lowering 32-bit mode
2015-10-15 Andrea Di Biagio[x86] Merge test pr24562.ll into x86-fold-pshufb.ll...
2015-10-15 Zlatko Buljan[mips][microMIPS] Implement DPA.W.PH, DPAQ_S.W.PH,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement BREAK16, LI16, MOVE16,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LLE and SCE instructions
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LWLE, LWRE, SWLE and SWRE...
2015-10-15 Lang Hames[RuntimeDyld] Drop the '.s' suffix off the COFF test...
2015-10-15 Lang Hames[RuntimeDyld] Don't try to get the contents of sections...
2015-10-15 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-15 David Majnemers/NumFiles/NumStreams/
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-15 Akira HatanakaRevert r250349.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Philip ReamesTest case which should have been part of 250343
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Philip ReamesTighten known bits for ctpop based on zero input bits
2015-10-14 Sanjay Pateladd x86 codegen tests for 'add nsw' followed by 'sext'
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-14 Igor Kudrin[llvm-readobj/ELF] fix: add correct test inputs
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-14 Andrea Di Biagio[x86][FastISel] Teach how to select nontemporal stores.
2015-10-14 Xinliang David LiAdd a instrumentation test for Linux
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-14 Evgeniy Stepanov[msan] Fix crash on multiplication by a non-integer...
2015-10-14 Kostya Serebryany[asan] Disabling speculative loads under asan. Patch...
next