Add a clang-format file so that the tool can automatically detect the
[oota-llvm.git] / test /
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-09-01 Reed KotlerMake sure we don't generate stubs for any of these...
2013-08-31 Benjamin KramerSimplifyLibCalls: When emitting an overloaded fp functi...
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Benjamin KramerInstCombine: Check for zero shift amounts before subtra...
2013-08-30 Alexey SamsonovRestore llvm-ranlib expansion in RUN-lines removed...
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-30 Michael GottesmanRevert "ARM: Improve pattern for isel mul of vector...
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill Schmidt[PowerPC] Miscellaneous fast-isel test cases.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
2013-08-29 Jim GrosbachARM: Improve pattern for isel mul of vector by scalar.
2013-08-29 Elena DemikhovskyAVX-512: added extend and truncate instructions.
2013-08-29 Daniel Dunbar[tests] Use multiple statements instead of 'echo -e...
2013-08-29 Daniel DunbarFix a test to not fail for users with my name. :)
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Matt ArsenaultConvert tests to FileCheck
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-28 Joey Gouly[ARMv8]
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-08-28 Tim NorthoverARM: Use "dmb sy" for barriers on M-class CPUs
2013-08-28 Tim NorthoverARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
2013-08-28 Tim NorthoverARM: add patterns for vqdmlal with separate vqdmull...
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Richard Sandiford[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Daniel Sanders[mips][msa] Summarize tests
2013-08-28 Richard Sandiford[SystemZ] Extend memcmp support to all constant lengths
2013-08-28 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-28 Eric ChristopherAdd support for DW_FORM_dataN and DW_FORM_udata to...
2013-08-27 Eric ChristopherUse DW_FORM_sdata for signed constant values and udata...
2013-08-27 Eric ChristopherMove some debug testcases to the debug info directory.
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-27 Elena DemikhovskyAVX-512: added conversion instructions.
2013-08-27 Tim NorthoverDAGCombiner: make sure or/shl/srl really has zero high...
2013-08-27 Joey Gouly[ARMv8] Add some negative tests for the recent VFP...
2013-08-27 Tim NorthoverARM: add natural patterns for vaddhl and vsubhl.
2013-08-27 Michel DanzerR600/SI: Enable local-memory-two-objects lit test
2013-08-27 Daniel Sanders[mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel...
2013-08-27 Daniel Sanders[mips][msa] Added spill/reload support
2013-08-27 Richard Sandiford[SystemZ] Extend memcpy and memset support to all const...
2013-08-27 Daniel Sanders[mips][msa] Added bitconverts for vector types for...
2013-08-27 Elena DemikhovskyAVX-512: Added FMA instructions.
2013-08-27 Kai NackeFix wrong code offset for unwind code SET_FPREG.
2013-08-27 Eric ChristopherAdd derived from source.
2013-08-27 Eric ChristopherAdd a testcase to ensure that the pubnames section...
2013-08-26 Matt ArsenaultFix lint assert on integer vector division
2013-08-26 Eric ChristopherTreat the pubtypes section similarly to the pubnames...
2013-08-26 Matt ArsenaultFix inserting instructions before last in bundle.
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Nadav RotemLoopVectorize: Implement partial loop unrolling when...
2013-08-26 Jim GrosbachARM: Enable machine verifier for a few more tests.
2013-08-26 Jim GrosbachARM: Constrain regclass for TSTri instruction.
2013-08-26 Jim GrosbachARM: FastISel verifier error cleanup.
2013-08-26 Bill Schmidt[PowerPC] More fast-isel chunks (returns and integer...
2013-08-26 Matt ArsenaultForgot to add slp threshold to test
2013-08-26 Matt ArsenaultVectorize starting from insertelements building a vector
2013-08-26 Tom StellardSelectionDAG: Remove unnecessary uses of TargetLowering...
2013-08-26 Tom StellardR600: Add support for vector local memory loads
2013-08-26 Tom StellardR600: Add support for i8 and i16 local memory loads
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when splitting...
2013-08-26 Tom StellardR600: Add support for i8 and i16 local memory stores
2013-08-26 Tom StellardR600: Add support for v4i32 and v2i32 local stores
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-26 Elena DemikhovskyAVX-512: Added shuffle instructions -
2013-08-26 Vladimir MedicThis patch implements trap instructions for mips. The...
2013-08-25 Bill Schmidt[PowerPC] Add fast-isel branch and compare selection.
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-25 Venkatraman Govind... [Sparc] Add long double (f128) instructions to sparc...
2013-08-25 Venkatraman Govind... [Sparc] Added V9's extra floating point registers and...
2013-08-25 Elena DemikhovskyAVX-512: added UNPACK instructions and tests for all...
2013-08-25 Reed KotlerStart to add the LLVM builtins to the mips16 exclusion...
2013-08-24 Shuxin YangRevert 189161
2013-08-24 Reed KotlerStart to add the builtind to the mips16 exclusion lists...
2013-08-24 Justin Holewinski[NVPTX] Re-enable assembly printing support for inline...
2013-08-23 Rafael EspindolaUpdate test to use rdrnd instead of rdrand.
2013-08-23 Rafael EspindolaUpdate tests to use sse4.2 instead of sse42.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-08-23 Rafael EspindolaUpdate a test that I missed in the previous commit.
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-23 Joey Gouly[ARM] Fix another ARM FastISel -verify-machineinstrs...
2013-08-23 Evgeniy Stepanov[msan] Fix handling of va_arg overflow area on x86_64.
next