summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename of constants in ASTImporterVisibilityTest. NFC.Balazs Keri2019-09-051-47/+55
* [dotest] Remove top-level MakefilePavel Labath2019-09-051-32/+0
* [dotest] Centralize initialization commands even morePavel Labath2019-09-054-28/+21
* Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath2019-09-053-20/+0
* Breakpad: Basic support for STACK WIN unwindingPavel Labath2019-09-055-27/+248
* [DWARF] Fix referencing Range List Tables from CUs for DWARF64.Igor Kudrin2019-09-053-11/+225
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0530-77/+0
* [DWARF] Support DWARF64 in DWARFListTableHeader.Igor Kudrin2019-09-057-44/+99
* Align output segments correctlyRui Ueyama2019-09-052-1/+25
* AMDGPU: Add builtins for is_shared/is_privateMatt Arsenault2019-09-055-13/+53
* AMDGPU: Add intrinsics for address space identificationMatt Arsenault2019-09-0512-1/+443
* AMDGPU/GlobalISel: Restore insert point when getting apertureMatt Arsenault2019-09-052-33/+39
* AMDGPU/GlobalISel: Fix placeholder value used for addrspacecastMatt Arsenault2019-09-052-38/+88
* AMDGPU/GlobalISel: Fix assert on load from constant addressMatt Arsenault2019-09-052-4/+31
* [mir-canon][NFC] Adding -verify-machineinstrs to mir-canon tests.Puyan Lotfi2019-09-052-9/+10
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-056-49/+200
* Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3""Yi Kong2019-09-0514-17/+261
* [analyzer] scan-build: handle --sysroot=/path in addition to --sysroot /path.Artem Dergachev2019-09-051-5/+8
* Reformat the beginning of the testing doc to make clear how to run all the te...Marshall Clow2019-09-051-5/+8
* Use -mtriple to fix AMDGPU test sensitive to object file formatReid Kleckner2019-09-051-3/+3
* [Disassembler] Simplify a few methods (2/2) (NFC)Jonas Devlieghere2019-09-041-52/+62
* [AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling callsJessica Paquette2019-09-047-9/+321
* [Disassembler] Simplify a few methods (NFC)Jonas Devlieghere2019-09-043-122/+132
* For PR43213, track whether template parameters are implicit throughRichard Smith2019-09-042-0/+10
* gn build: Merge r370985Nico Weber2019-09-041-0/+1
* [www] Fix hyperlink syntax in attribute reference.Richard Smith2019-09-041-1/+1
* [www] Update attribute reference for 'constinit'.Richard Smith2019-09-042-3/+11
* [mir-canon][NFC] Move MIR vreg renaming code to separate file for better reuse.Puyan Lotfi2019-09-044-337/+436
* [test] Escape path to match the literal stringJonas Devlieghere2019-09-041-1/+1
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-044-65/+86
* [DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.Yuanfang Chen2019-09-042-10/+25
* AMDGPU/GlobalISel: Select G_BITREVERSEMatt Arsenault2019-09-044-1/+86
* GlobalISel: Add basic legalization for G_BITREVERSEMatt Arsenault2019-09-043-1/+177
* [Attributor][Stats] Use the right statistics macroJohannes Doerfert2019-09-041-2/+2
* [Attributor][Fix] Make sure we do not delete live codeJohannes Doerfert2019-09-044-10/+78
* [LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo2019-09-0410-7/+229
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-0427-77/+385
* [NewPM][Sancov] Make Sancov a Module Pass instead of 2 PassesLeonard Chan2019-09-0437-300/+176
* Generate parent context id from Decl* instead of DeclContext*.Aaron Ballman2019-09-045-7/+298
* [llvm-rtdyld][llvm-jitlink] Rename struct member to remove ambiguity.Lang Hames2019-09-042-11/+8
* [llvm-rtdyld] Add timers to match llvm-jitlink.Lang Hames2019-09-042-33/+71
* [InstCombine] Add more test cases (NFC)Evandro Menezes2019-09-041-40/+99
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-0421-147/+264
* Revert "[test] Address TestConcurrentMany*.py flakiness on macOS"Jonas Devlieghere2019-09-041-9/+16
* [MemorySSA] Re-enable MemorySSA use.Alina Sbirlea2019-09-046-38/+53
* [Attributor][Fix] Ensure the attribute names are created properlyJohannes Doerfert2019-09-041-1/+3
* [globalisel] Support trivial COPY in GISelKnownBitsDaniel Sanders2019-09-042-0/+19
* [Python] Implement __next__ for value_iterJonas Devlieghere2019-09-042-1/+11
* [Python] Implement truth testing for lldb.valueJonas Devlieghere2019-09-042-0/+7
* [Python] Fix whitespace before making changes (NFC)Jonas Devlieghere2019-09-041-164/+164
OpenPOWER on IntegriCloud