summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [GlobalISel] Fix test irtranslator-stackprotect-check.llPetr Pavlu2018-12-031-10/+10
* [ARM] FP16: support vld1.16 for vector loads with post-incrementSjoerd Meijer2018-12-032-0/+50
* [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instructionKang Zhang2018-12-032-4/+174
* [NFC] [PowerPC] add an routine in PPCTargetLowering to determine if a global ...QingShan Zhang2018-12-033-15/+36
* [gn build] Fix cosmetic bug in write_cmake_config.pyNico Weber2018-12-021-4/+4
* [gn build] Slightly simplify write_cmake_config.Nico Weber2018-12-021-27/+18
* [gn build] Add build files for llvm/lib/Analysis and llvm/lib/ProfileDataNico Weber2018-12-022-0/+129
* [X86] Add a DAG combine to turn stores of vXi1 on pre-avx512 targets into a b...Craig Topper2018-12-022-5888/+527
* [X86] Fix bad comment. NFCCraig Topper2018-12-021-1/+1
* Replace FullComment member being visited with parameterStephen Kelly2018-12-021-37/+49
* Extend the CommentVisitor with parameter typesStephen Kelly2018-12-021-13/+16
* Remove unecessary methodsStephen Kelly2018-12-021-10/+0
* [test] Fix use of 'sort -b' in SimpleLoopUnswitch on NetBSDMichal Gorny2018-12-023-9/+9
* [test] Fix ScalarEvolution test to allow __func__ with prototypeMichal Gorny2018-12-021-123/+123
* [test] Fix BugPoint/compile-custom.ll to use detected python execMichal Gorny2018-12-021-1/+1
* Fix whitespaceStephen Kelly2018-12-021-1/+1
* Add dump tests for ArrayInitLoopExpr and ArrayInitIndexExprStephen Kelly2018-12-021-0/+10
* [ValueTracking] Support funnel shifts in computeKnownBits()Nikita Popov2018-12-022-0/+69
* [SelectionDAG] fold constant with undef vector per elementSanjay Patel2018-12-022-20/+26
* [DAGCombiner] guard against an oversized shift crashSanjay Patel2018-12-021-9/+14
* [ValueTracking] add helper function for testing implied condition; NFCISanjay Patel2018-12-024-60/+52
* [X86] Simplify LowerBITCAST code for v2i32/v4i16/v8i8/i64->mmx/i64/f64 bitcast.Craig Topper2018-12-021-23/+8
* [X86] Add custom type legalization for v2i32/v4i16/v8i8->mmx bitcasts to avoi...Craig Topper2018-12-024-138/+75
* [X86] Custom type legalize v2i32/v4i16/v8i8->i64 bitcasts in 64-bit mode simi...Craig Topper2018-12-025-747/+183
* OpenCL: Improve vector printf warningsMatt Arsenault2018-12-016-32/+192
* OpenCL: Extend argument promotion rules to vector typesMatt Arsenault2018-12-012-5/+57
* [X86] Add vXi8 division/remainder by non-splat constant test cases to prepare...Craig Topper2018-12-016-0/+1966
* [MachineOutliner][AArch64] Improve checks for stack instructionsJessica Paquette2018-12-014-22/+45
* Replace w16/w17 in machine-outliner.mir with w11/w12Jessica Paquette2018-12-011-52/+52
* [X86] Don't use zero_extend_vector_inreg for mulhu lowering with sse 4.1Craig Topper2018-12-013-98/+101
* Introduce a way to allow the ASan dylib on Darwin platforms to be loaded via ...Dan Liew2018-12-0110-1/+117
* [TTI] Reduction costs only need to include a single extract element cost (REA...Simon Pilgrim2018-12-0125-2354/+2242
* [AMDGPU] Split 64-Bit XNOR to 64-Bit NOT/XORGraham Sellers2018-12-013-8/+140
* [llvm-readobj] Improve dynamic section iteration NFC.Xing GUO2018-12-011-3/+9
* [SelectionDAG] Improve SimplifyDemandedBits to SimplifyDemandedVectorElts sim...Simon Pilgrim2018-12-0111-537/+475
* [InstCombine] Support ssub.sat canonicalization for non-splatsNikita Popov2018-12-013-21/+16
* Correct indentation.Bill Wendling2018-12-011-1/+1
* Specify constant context in constant emitterBill Wendling2018-12-015-4/+177
* [X86] Remove stale FIXME from test case. NFCCraig Topper2018-12-011-1/+0
* [ThinLTO] Allow importing of functions with var argsTeresa Johnson2018-12-013-19/+9
* [RISCV] Remove RV64I SLLW/SRLW/SRAW patterns and add new test casesAlex Bradbury2018-12-015-88/+198
* [clangd] Recommit the "AnyScope" changes in requests.json by rCTE347753 (reve...Fangrui Song2018-12-011-7/+7
* [Basic] Move DiagnosticsEngine::dump from .h to .cppFangrui Song2018-12-012-4/+10
* [projects] Use add_llvm_external_project for implicit projectsShoaib Meenai2018-12-011-1/+1
* [X86][LoopVectorize] Replace -mcpu=skylake-avx512 with -mattr=avx512f in some...Craig Topper2018-12-013-3/+3
* Relax test to also work on Windows.Adrian Prantl2018-12-011-1/+1
* [compiler-rt] Use "ColumnLimit: 0" instead of "clang-format off" in testsVitaly Buka2018-12-017-12/+2
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-015-21/+43
* Use RequireNullTerminator=false in identify_magic.Zachary Turner2018-12-011-1/+1
* [lit] Add a generic build script with a lit substitution.Zachary Turner2018-12-0117-56/+702
OpenPOWER on IntegriCloud