aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-02[InstCombine] fix crash while trying to narrow a binop of shuffles (PR40734)HEADmastermainSanjay Patel
2019-04-02[X86] Fix tls variable lowering issue with large code modelCraig Topper
2019-04-01[llvm-objcopy] Add --keep-symbols optionYi Kong
2019-03-26Fix nondeterminism introduced in r353954Yi Kong
2019-03-08[HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips
2019-03-01[ThinLTO] Detect partially split modules during the thin linkTeresa Johnson
2019-03-01Revert "IRMover: Account for matching types present across modules"Stephen Hines
2019-02-13[WebAssembly] Bulk memory intrinsics and builtinsThomas Lively
2019-02-13[CodeExtractor] Only lift lifetime markers present in the extraction regionVedant Kumar
2019-02-13[Tests] More unordered atomic lowering testsPhilip Reames
2019-02-13[Tests] RMW folding tests w/unordered atomic operationsPhilip Reames
2019-02-13[Tests] Add a bunch of tests for load folding w/unordered atomicsPhilip Reames
2019-02-13[Tests] First batch of cornercase tests for unordered atomicsPhilip Reames
2019-02-13[Tests] Auto update a testPhilip Reames
2019-02-13[AArch64] Support reserving arbitrary general purpose registersPetr Hosek
2019-02-13[Tests] Rename some test files for consistencyPhilip Reames
2019-02-13[DebugInfo][DAG] Either salvage dangling debug info or emit Undef DBG_VALUEsJeremy Morse
2019-02-13[X86][AVX] Add shuffle_v8i32_0dcd3f14 shuffle test caseSimon Pilgrim
2019-02-13[DebugInfo][DAG] Limit special-casing of dbg.values for ArgumentsJeremy Morse
2019-02-13[ARM GlobalISel] Support G_SELECT for Thumb2Diana Picus
2019-02-13[DebugInfo][InstCombine] Prefer to salvage debuginfo over sinking itJeremy Morse
2019-02-13[GuardWidening] Support widening of explicitly expressed guardsMax Kazantsev
2019-02-13[DebugInfo] Stop changing labels for register-described parameter DBG_VALUEsDavid Stenberg
2019-02-13[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (...Anton Afanasyev
2019-02-13[X86] Use default expansion for (i64 fp_to_uint f80) when avx512 is enabled o...Craig Topper
2019-02-13[llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant
2019-02-13[llvm-readobj] Dump GNU_PROPERTY_X86_FEATURE_2_{NEEDED,USED} notes in .note.g...Fangrui Song
2019-02-13[MC] Make symbol version errors non-fatalReid Kleckner
2019-02-13[dsymutil] Don't clone empty CUsJonas Devlieghere
2019-02-12AMDGPU: Ignore CodeObjectV3 when inliningMatt Arsenault
2019-02-12[Tests] A few more live-in deopt lowering testsPhilip Reames
2019-02-12Fix auto-upgrade for the new parameter to llvm.objectsizeErik Pilkington
2019-02-12[ConstProp] add test for miscompile from bitcast transform; NFCSanjay Patel
2019-02-12[llvm-dwp] Avoid writing the output dwp file when there is an errorJordan Rupprecht
2019-02-12[AArch64] Expand v8i8 cttz (PR39729)Nikita Popov
2019-02-12[InlineSpiller] Fix a crash due to lack of forward progress from remat (try 2)Philip Reames
2019-02-12[SystemZ] Use VGM whenever possible to load FP immediates.Jonas Paulsson
2019-02-12[PowerPC] Fix printing of negative offsets in call instruction dissasembly.Sean Fertile
2019-02-12[GlobalISel][AArch64] Select llvm.bswap* for non-vector typesJessica Paquette
2019-02-12[X86][AVX] Enable shuffle combining support for zero_extend Simon Pilgrim
2019-02-12[DAGCombiner] convert logic-of-setcc into bit magic (PR40611)Sanjay Patel
2019-02-12[x86] add negative tests for setcc folds; NFCSanjay Patel
2019-02-12[SelectionDAG] Fix return calling convention in expansion of ?MULOwhitequark
2019-02-12[PowerPC] Regenerate testSimon Pilgrim
2019-02-12AMDGPU/GlobalISel: Add more insert/extract testcasesMatt Arsenault
2019-02-12[Codegen] Make sure kill flags are not incorrect from removed machine phi'sDavid Green
2019-02-12[llvm-dwp] Abort when dwo_id is unsetJordan Rupprecht
2019-02-12AMDGPU/GlobalISel: Only make f16 constants legal on f16 targetsMatt Arsenault
2019-02-12[LoopSimplifyCFG] Fix test broken in release mode in r353813Sam McCall
2019-02-12[DebugInfo] Don't salvage load operations (PR40628).Jeremy Morse