summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Lower to target-independent saturating addThomas Lively2018-10-252-6/+6
* [WebAssembly] Use target-independent saturating addThomas Lively2018-10-254-26/+16
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-2520-397/+938
* [X86] Add some non-AVX512VL command lines to the *vl-vec-test-testn.ll tests.Craig Topper2018-10-252-357/+762
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-252-2/+26
* [FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changesCameron McInally2018-10-253-9/+13
* Remove full stops from error messages for consistency.Rui Ueyama2018-10-255-8/+8
* [X86] Add KNL command lines to movmsk-cmp.ll.Craig Topper2018-10-251-0/+1050
* [GlobalISel] LegalizerHelper: Fix the incorrect alignment when splitting load...Volkan Keles2018-10-252-6/+37
* CodeGen: alter CFConstantString class name for swift 5.0Saleem Abdulrasool2018-10-252-5/+10
* [LegalizeDAG] Remove dead SINT_TO_FP legalization codeSimon Pilgrim2018-10-251-54/+19
* fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarrayEric Fiselier2018-10-251-1/+2
* [GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBits to make the value c...Volkan Keles2018-10-254-6/+6
* Remove accidentally committed duplicate codeAdrian Prantl2018-10-251-5/+0
* [X86] Remove ProcIntelKNL and replace with a SlowPMADDWD flag to use in the o...Craig Topper2018-10-253-8/+12
* [X86] Remove some uarch tuning flags from KNL that look to have been inherite...Craig Topper2018-10-252-6/+2
* [analyzer] Move canReasonAbout from Z3ConstraintManager to SMTConstraintManagerMikhail R. Gadelha2018-10-253-43/+51
* [analyzer] Fixed bitvector from model always being unsignedMikhail R. Gadelha2018-10-251-3/+5
* [AArch64][GlobalISel] Fix the LegalityPredicate for lowerIf for G_LOAD/G_STOREVolkan Keles2018-10-252-2/+23
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-257-58/+382
* [llvm-mca] Introduce a new base class for mca::Instruction, and change how re...Andrea Di Biagio2018-10-255-79/+84
* [AArch64] Refactor Exynos feature sets (NFC)Evandro Menezes2018-10-251-12/+6
* Get rid of casts. (NFC)Adrian Prantl2018-10-252-3/+3
* [OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev2018-10-253-3/+27
* [ARM] Regenerate vdup testsSimon Pilgrim2018-10-251-81/+271
* [AArch64] Add EXT patterns for 64-bit EXT of a subvector of a 128-bit vectorJohn Brawn2018-10-252-0/+364
* Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl2018-10-254-13/+41
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-2511-28/+185
* [ARM] Use Cortex-A57 sched model for Cortex-A72Sam Parker2018-10-252-1/+2
* [AArch64] Refactor definition of EXT patterns to use a multiclassJohn Brawn2018-10-251-38/+18
* [AArch64] Do 64-bit vector move of 0 and -1 by extracting from the 128-bit moveJohn Brawn2018-10-2514-34/+60
* [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.Alexey Bataev2018-10-252-0/+100
* [clangd] workspace/symbol should be async, it reads from the index.Sam McCall2018-10-254-2/+30
* update the clang doc about contributionsSylvestre Ledru2018-10-251-3/+4
* [X86] Fix llc invocation on MIR test caseFrancis Visoiu Mistrih2018-10-251-1/+1
* [GlobalISel] Use the target preferred type for G_EXTRACT_VECTOR_ELT index.Amara Emerson2018-10-257-4/+48
* IR: Optimize StructType::get to perform one hash lookup instead of two, NFCIKrasimir Georgiev2018-10-251-7/+14
* [CostModel][X86] Add realistic vXi64 uitofp vXf64 costsSimon Pilgrim2018-10-254-161/+62
* [RISCV] Use PatFrags for variable shift patternsAlex Bradbury2018-10-251-10/+9
* [CostModel][X86] Add realistic i64 uitofp f64 scalar costsSimon Pilgrim2018-10-253-46/+81
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-2515-32/+75
* [llvm-mca] Removed a couple of redundant method declarations, and simplified ...Andrea Di Biagio2018-10-257-38/+23
* [ms] Prevent explicit constructor name lookup if scope is missingWill Wilson2018-10-252-1/+22
* Missing semicolon.Simon Pilgrim2018-10-251-1/+1
* [TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)Simon Pilgrim2018-10-257-523/+431
* remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov2018-10-251-3/+0
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-256-11/+56
* [TTI] Add generic SK_Broadcast shuffle costsSimon Pilgrim2018-10-253-5/+54
* Fix MSVC llvm-exegesis build. NFCI.Simon Pilgrim2018-10-251-8/+8
* Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...George Rimar2018-10-257-54/+188
OpenPOWER on IntegriCloud