[Verifier] Minor comment update, NFC
[oota-llvm.git] / test /
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-21 Joerg SonnenbergerDrop assert that a call with struct return goes to...
2015-10-21 Reid Kleckner[WinEH] Add test for llvm.va.start in catchpad
2015-10-21 David Majnemer[SimplifyCFG] Don't use-after-free an SSA value
2015-10-21 Craig Topper[X86] Add AMD mwaitx, monitorx, and clzero instructions...
2015-10-21 Sanjay Patel[x86] add test case that shows holes in LEA isel
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-21 Daniel Sanders[mips][mips16] Re-work the inline assembly stubs to...
2015-10-21 Elena DemikhovskyMasked Load/Store optimization for scalar code
2015-10-21 Daniel Sanders[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
2015-10-21 Jonas PaulssonLet MachineVerifier be aware of mem-to-mem instructions.
2015-10-21 Krzysztof ParzyszekTail duplication can mix incompatible registers in...
2015-10-21 JF BastienWebAssembly: support imports
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-20 Krzysztof Parzyszek[Hexagon] Bit-based instruction simplification
2015-10-20 Simon Pilgrim[X86][SSE] Add 256-bit vector bit rotation tests.
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...
next