summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-254-8/+38
* [compiler-rt] [netbsd] Correct the fallback definition of PT_LWPNEXTKamil Rytarowski2019-12-251-2/+2
* [AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description.Dmitry Preobrazhensky2019-12-2562-109/+1464
* [llvm-readobj] - Merge `gnu-symbols.test` to `symbols.test` and cleanup.Georgii Rymar2019-12-254-91/+109
* [llvm-readobj/llvm-readelf][test] - Add testing for EI_OSABI and EI_ABIVERSIO...Georgii Rymar2019-12-252-0/+352
* Add missing strict_fp_to_intLiu, Chen32019-12-255-150/+32
* [MLIR][NFC] Insert const_cast to avoid warningHideto Ueno2019-12-252-2/+3
* [Attributor] Reach optimistic fixpoint in AAValueSimplify when the value is ...Hideto Ueno2019-12-251-1/+9
* [X86FixupSetCC] Use MachineInstr::readRegister/definesRegister to check for E...Craig Topper2019-12-241-15/+3
* [compiler-rt] [netbsd] Define _RTLD_SOURCE to fix buildKamil Rytarowski2019-12-251-0/+4
* [Attributor] UB Attribute now handles all instructions that access memory thr...Johannes Doerfert2019-12-242-47/+167
* [Attributor] Function level undefined behavior attributeJohannes Doerfert2019-12-243-0/+161
* [MCJIT] Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"Fangrui Song2019-12-241-3/+3
* [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
OpenPOWER on IntegriCloud