summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Delete addFnAttr("no-frame-pointer-elim") which seems no longer neededFangrui Song2019-12-241-5/+0
* [Thumb][test] Fix CodeGen/Thumb/PR17309.ll after llvmorg-10-init-16046-ga36d...Fangrui Song2019-12-241-2/+2
* [Support] Fix behavior of StringRef::count with overlapping occurrences, add ...Johannes Doerfert2019-12-242-2/+14
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-24333-508/+508
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-2452-82/+82
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-24497-741/+741
* [OPENMP]Add extra checks and initialization for clause modifier.Alexey Bataev2019-12-242-2/+15
* AMDGPU/GlobalISel: Fix mapping and selection of llvm.amdgcn.div.fixupMatt Arsenault2019-12-242-1/+6
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* [compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30Kamil Rytarowski2019-12-245-3/+64
* [compiler-rt] Adapt stop-the-world for ptrace changes in NetBSD-9.99.30Kamil Rytarowski2019-12-241-2/+10
* [X86] Use 128-bit vector instructions for f32/f64->i64 conversions on 32-bit ...Craig Topper2019-12-242-23/+22
* [mlir] Fix -Wunneeded-internal-declarationFangrui Song2019-12-241-1/+1
* test: ensure that we dead-strip in the linkerSaleem Abdulrasool2019-12-241-0/+1
* [X86] Add STRICT versions of CVTTP2SI, CVTTP2UI, CMPM, and CMPP.Craig Topper2019-12-2412-345/+294
* [OPENMP][DOCS]Update status of OpenMP 5.0 features, NFC.Alexey Bataev2019-12-241-2/+2
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-2447-153/+434
* GlobalISel: Update syntax in debug printingMatt Arsenault2019-12-241-1/+1
* GlobalISel: Define equivalent node for G_INTRINSIC_ROUNDMatt Arsenault2019-12-241-0/+1
* GlobalISel: Fix naming variables "brank" instead of "bank"Matt Arsenault2019-12-241-7/+7
* [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann2019-12-242-11/+17
* Fix readability-const-return-type identifying the wrong `const` tokenIlya Mirsky2019-12-244-19/+71
* Fix false positive in magic number checker.Florin Iucha2019-12-244-6/+48
* AMDGPU/GlobalISel: Legalize some 16-bit round instructionsMatt Arsenault2019-12-247-17/+351
* GlobalISel: Define equivalent node for G_INTRINSIC_TRUNCMatt Arsenault2019-12-242-0/+83
* AMDGPU/GlobalISel: Lower llvm.amdgcn.elseMatt Arsenault2019-12-242-6/+48
* [NFC] Remove some dead code from CGBuiltin.cpp.Kevin P. Neal2019-12-241-14/+0
* VariableName doc: fix the link to the mozilla docSylvestre Ledru2019-12-241-1/+1
* mlir README.md: Fix the syntaxSylvestre Ledru2019-12-241-1/+1
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-249-142/+33
* doc: Document that extra-arg/extra-arg-before can be used several timesSylvestre Ledru2019-12-243-0/+6
* clang-doc remove trailing whitespacesSylvestre Ledru2019-12-241-3/+3
* Revert "[Support] Extend TimeProfiler to support multiple threads"Russell Gallop2019-12-242-86/+18
* [clang] [ast] CXXRecordDecl::getVisibleConversionFunctions() could be constWhisperity2019-12-242-13/+12
* [TypePromotion] Make TypeSize a class memberSam Parker2019-12-241-87/+98
* DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...David Blaikie2019-12-242-2/+2
* DebugInfo: Add {} to address -Wdangling-else warning.David Blaikie2019-12-241-1/+2
* Add the Apache2 with LLVM exceptions license to MLIRMehdi Amini2019-12-241-0/+234
* [llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar2019-12-243-147/+75
* Remove static MLIR doc ; they are already on the websiteMehdi Amini2019-12-243-452/+0
* [docs] fix typo in Lexicon.rstAlex Zinenko2019-12-241-4/+4
* Add `mlir` to -DLLVM_ALL_PROJECTS CMake optionMehdi Amini2019-12-242-1/+2
* [DebugInfo] Fix v4 macinfo for dwo files.Sourabh Singh Tomar2019-12-242-4/+14
* [SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptrFangrui Song2019-12-235-35/+36
* [SelectionDAG] Don't repeatedly add a node to the worklist in ComputeLiveOutV...Fangrui Song2019-12-231-6/+3
* test: correct flags for WindowsSaleem Abdulrasool2019-12-231-0/+2
* NFC: Rename printOptionValue to printValue to fix MSVC build.River Riddle2019-12-231-9/+7
* DebugInfo: Support dumping any exprloc as an expressionDavid Blaikie2019-12-232-1/+103
* Import MLIR into the LLVM treeMehdi Amini2019-12-241026-0/+226337
|\
| * Adjust some MLIR paths and docsMehdi Amini2019-12-2442-466/+2
OpenPOWER on IntegriCloud