summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][GlobalISel] Add support for narrowScalar of G_ZEXTAmara Emerson2019-08-216-29/+95
* [Doxygen] Document private class members.Jonas Devlieghere2019-08-211-1/+1
* Remove llvm/utils/git/find-revNico Weber2019-08-201-50/+0
* [dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2019-08-202-6/+5
* gn build: Merge r369467Nico Weber2019-08-201-0/+18
* [X86] Automatically generate shift tests. NFCAmaury Sechet2019-08-206-6/+1508
* Add triple to new test to try to pacify botsReid Kleckner2019-08-201-1/+1
* Add TinyPtrVector support for general pointer-like things.Andrew Trick2019-08-204-36/+101
* [AArch64][asan] fix typo in AsanStats::PrintSebastian Pop2019-08-201-1/+1
* Fix assert in XCOFFObjectWriter related to program code csects.Sean Fertile2019-08-201-3/+1
* [Attributor] Liveness for internal functions.Stefan Stipanovic2019-08-205-3/+145
* [X86] Autogenerate vec_* tests. NFCAmaury Sechet2019-08-2010-59/+109
* [Sanitizer] Remove unused functionsAlexandre Ganea2019-08-201-9/+0
* [RISCV GlobalISel] Adding initial GlobalISel infrastructureDaniel Sanders2019-08-2017-2/+446
* [MemorySSA] Make Phi cleanups consistent.Alina Sbirlea2019-08-202-24/+18
* [AArch64][GlobalISel] Select logical_imm32 and logical_imm64 patternsJessica Paquette2019-08-205-7/+153
* [MemorySSA] Fix existing phis when inserting defs.Alina Sbirlea2019-08-202-8/+64
* Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest...Marshall Clow2019-08-201-1/+1
* Remove assert with tautological compare from XCOFFObjectWriter.Sean Fertile2019-08-201-1/+0
* [NFC] Fix -Wdocumentation warnings in Utility.Jonas Devlieghere2019-08-207-80/+61
* [AArch64][GlobalISel] Select patterns which use shifted register operandsJessica Paquette2019-08-206-1/+602
* [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (conc...Craig Topper2019-08-2010-204/+199
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-204-8/+31
* Revert [WinEH] Allocate space in funclets stack to save XMM CSRsReid Kleckner2019-08-207-241/+38
* [Symbol] Move VerifyDecl to ClangASTContextAlex Langford2019-08-204-35/+5
* Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operandsJessica Paquette2019-08-204-7/+63
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-2014-25/+537
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
* [NFC] Update RegularExpression documentationJonas Devlieghere2019-08-201-21/+14
* [analyzer] NFC: Remove the BugTypes set from BugReporter.Artem Dergachev2019-08-203-30/+9
* [analyzer] Fix a crash when destroying a non-region.Artem Dergachev2019-08-204-16/+62
* [analyzer] Improve VirtualCallChecker and enable parts of it by default.Artem Dergachev2019-08-208-260/+153
* Fix a couple of unguarded operator, calls in algorithm. Fixes PR#43063. Updat...Marshall Clow2019-08-2013-13/+106
* [InstCombine] add more extra use tests for icmp with extends; NFCSanjay Patel2019-08-201-2/+34
* [COFF] Check errorCount before committing the output fileMartin Storsjo2019-08-202-0/+5
* [Attributor] Remove unused variable. NFC.Michael Liao2019-08-201-1/+1
* [test] Fix tests when run on windows after SVN r369426. NFC.Martin Storsjo2019-08-206-15/+15
* [NewPM] Run ubsan-coroutines test under the legacy pass manager onlyLeonard Chan2019-08-201-1/+3
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-2011-38/+346
* [AutoFDO] Make call targets order deterministic for sample profileWenlei He2019-08-207-26/+47
* [InstCombine] add tests for mismatched cast ops for icmp; NFCSanjay Patel2019-08-201-18/+190
* [llvm-extract] Update the help message for group extraction featureJinsong Ji2019-08-201-2/+12
* [libc++] Fix std::abs testsZoe Carver2019-08-201-7/+14
* [Symbol][NFC] Remove references to clang in TypeMapAlex Langford2019-08-201-13/+0
* [CMake] Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILERJonas Devlieghere2019-08-203-15/+4
* [X86] Add a DAG combine to transform (i8 (bitcast (v8i1 (extract_subvector (v...Craig Topper2019-08-204-154/+164
* [GWP-ASan] Fix typos.Mitch Phillips2019-08-201-3/+3
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-205-10/+43
* [X86] Add isel patterns for (i64 (zext (i8 (bitcast (v16i1 X))))) to use a KM...Craig Topper2019-08-204-216/+15
* Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton2019-08-201-4/+17
OpenPOWER on IntegriCloud