summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [JITLink] Fix the show-timers option on llvm-jitlink.Lang Hames2019-09-041-15/+16
* [docs] Add some comments to the inline LLJIT example.Lang Hames2019-09-041-0/+2
* [NFC] Switch last couple of invariant_load checks to use hasMetadataPhilip Reames2019-09-044-4/+4
* [TargetLibraryInfo] Define enumerator for no library function (NFC)Evandro Menezes2019-09-042-2/+4
* [InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x, y))David Bolvansky2019-09-042-20/+24
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-043-3/+1
* Update CodeGen to use hasMetadata as appropriate [NFC]Philip Reames2019-09-042-12/+11
* [NFC] Added tests for new foldDavid Bolvansky2019-09-041-0/+120
* [NFC] Adjust test filenameDavid Bolvansky2019-09-041-0/+0
* [X86] Pre-commit test cases and test run line changes for D67087Craig Topper2019-09-045-3/+284
* Add encode and decode methods to InlineInfo and document encoding format to t...Greg Clayton2019-09-045-0/+305
* [InstCombine] Fold sub (and A, B) (or A, B)) to neg (xor A, B)David Bolvansky2019-09-042-20/+24
* [Instruction] Add hasMetadata(Kind) helper [NFC]Philip Reames2019-09-047-10/+20
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-0421-48/+259
* [OpenMP][Docs] Provide implementation status detailsJohannes Doerfert2019-09-041-4/+132
* AMDGPU: Handle frame index expansion with no free SGPRs pre gfx9Matt Arsenault2019-09-043-26/+151
* Avoid assemble step in verbose-output-quoting.cYuanfang Chen2019-09-041-8/+8
* GlobalISel: Add G_BITREVERSEMatt Arsenault2019-09-046-0/+25
* [libc++] Only build with -fvisibility=hidden on ClangLouis Dionne2019-09-041-1/+7
* [Attributor][NFC] Add assertion to guard against accidental misuseJohannes Doerfert2019-09-041-3/+5
* [Attributor] Look at internal functions only on-demandJohannes Doerfert2019-09-045-60/+356
* [ELF] Don't shrink RelrSectionFangrui Song2019-09-042-0/+44
* [Attributor] Use the white list for attributes consistentlyJohannes Doerfert2019-09-0413-106/+111
* AMDGPU/GlobalISel: Make 16-bit constants legalMatt Arsenault2019-09-0421-674/+491
* GlobalISel/TableGen: Don't skip REG_SEQUENCE based on patternsMatt Arsenault2019-09-041-25/+31
* [clang-tidy] Fix bugprone-argument-comment bug if there are marcos.Alexander Kornienko2019-09-042-2/+37
* GlobalISel: Define GINodeEquiv for undefMatt Arsenault2019-09-041-0/+1
* [Attributor] Deal more explicit with non-exact definitionsJohannes Doerfert2019-09-046-76/+109
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-042-2/+1
OpenPOWER on IntegriCloud