summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NFC][AArch64] Split out backend featuresDiogo N. Sampaio2018-12-0316-386/+716
* [OpenCL][Sema] Improve BuildResolvedCallExpr handling of builtinsMarco Antognini2018-12-031-7/+10
* [LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index.George Rimar2018-12-033-1/+214
* [CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...Stefan Granitz2018-12-031-1/+8
* [RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruction.txt after rL347988Alex Bradbury2018-12-031-4/+0
* [CMake] Store path to vendor-specific headers in clang-headers target propertyStefan Granitz2018-12-031-2/+4
* [llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar2018-12-032-2/+199
* [ARM][MC] Move information about variadic register defs into tablegenOliver Stannard2018-12-0311-39/+23
* [ARM][Asm] Debug trace for the processInstruction loopOliver Stannard2018-12-033-4/+18
* [KMSAN] Enable -msan-handle-asm-conservative by defaultAlexander Potapenko2018-12-033-34/+77
* [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
OpenPOWER on IntegriCloud