[Object/COFF] Add coff_aux_weak_external.
[oota-llvm.git] / test /
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.
2013-08-23 Joey Gouly[ARMv8] Add CodeGen for VMAXNM/VMINNM.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-23 Richard Sandiford[SystemZ] Add basic prefetch support
2013-08-23 Richard Sandiford[SystemZ] Try reversing comparisons whose first operand...
2013-08-23 Richard Sandiford[SystemZ] Prefer LHI;ST... over LAY;MV...
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Tim NorthoverARM: make sure ARM-mode pseudo-inst requires IsARM
2013-08-23 Daniel Dunbar[PR11606] ocaml bindings tests produce binaries in...
2013-08-23 Michael GottesmanFilecheckize some tests.
2013-08-23 Michael GottesmanUpdate StripDeadDebugInfo to use DebugInfoFinder so...
2013-08-22 Michael Gottesman[stack protector] Work around an issue with the BMOVPCB...
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-22 Bill WendlingFix some tests. The 'false' version just omits the...
2013-08-22 Bill WendlingFileCheckize some tests.
2013-08-22 Tom StellardR600/SI: Fix another case of illegal VGPR to SGPR copy
2013-08-22 Peter CollingbourneDataFlowSanitizer: Replace non-instrumented aliases...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Prefix the name of each instrumented...
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Joey Gouly[ARMv8] Add CodeGen support for VSEL.
2013-08-22 Mihai PopaFix ARM vcvt encoding when the number of fractional...
2013-08-22 Chandler CarruthTeach the SLP vectorizer the correct way to check for...
2013-08-22 Joey Gouly[ARM] Constrain some register classes in EmitAtomicBina...
2013-08-22 Logan ChienFix ARM FastISel PIC function call.
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
next