summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gn build: Merge 25ee861372fLLVM GN Syncbot2019-11-072-1/+1
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-076-40/+28
* [compiler-rt] Fix tests after 03b84e4f6d0Jan Korous2019-11-072-2/+2
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-073-1/+25
* [clang] Report sanitizer blacklist as a dependency in cc1Jan Korous2019-11-076-21/+62
* Revert "[MachineVerifier] Improve verification of live-in lists.Galina Kistanova2019-11-075-154/+0
* [codeview] Reference types in type parent scopesReid Kleckner2019-11-074-16/+170
* [Diagnostics] Teach -Wnull-dereference about address_space attributeDávid Bolvanský2019-11-072-14/+29
* [CodeGenModule] Group blocks runtime globals together, NFCVedant Kumar2019-11-071-4/+4
* [lldb] Improve assert in GDBRemoteCommunicationReplayServerJonas Devlieghere2019-11-071-1/+8
* [InstCombine] Add test cases to show bad canonicalization of bitcasts between...Craig Topper2019-11-071-0/+19
* [Sema] Fixes a crash with a templated destructorMark de Wever2019-11-072-4/+13
* [clang] Add -fdebug-default-version for specifying the default DWARF versionDavid Blaikie2019-11-075-1/+76
* Wrong debug info generated at -O2 (-O0 is correct)Vedant Kumar2019-11-078-8/+73
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-072-13/+63
* Revert "[Sema] Suppress -Wchar-subscripts if the index is a literal char"Edward Jones2019-11-072-15/+1
* FDRRecords - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-071-3/+3
* ImutAVLTree::validateTree - fix null dereference typo warning. NFCI.Simon Pilgrim2019-11-071-2/+1
* canFoldMergeOpcode returns a bool result not an unsigned. NFCI.Simon Pilgrim2019-11-071-2/+2
* Fix warning about unused std::unique result, erase shifted elementsReid Kleckner2019-11-071-8/+11
* [AsmWritter] Fixed "null check after dereferencing" warningDávid Bolvanský2019-11-071-4/+2
* [RISCV] Fix up tests on Windows after new usage of sys::path::appendReid Kleckner2019-11-072-22/+22
* [XCOFF] Add back extern template declarationsReid Kleckner2019-11-071-0/+6
* Revert "[XCOFF] Fix link errors from explicit template instantiation"Reid Kleckner2019-11-072-10/+0
* [XCOFF] Fix link errors from explicit template instantiationReid Kleckner2019-11-072-0/+10
* [llvm-ar] Support verbose mode for operation 'x'Fangrui Song2019-11-072-4/+17
* [XCOFF] Move explicit instantions after member function definitions to fix cl...Fangrui Song2019-11-071-4/+4
* [InstCombine] canonicalize shift+logic+shift to reduce dependency chainSanjay Patel2019-11-073-31/+77
* X86FrameLowering - fix bool to unsigned cast static analyzer warnings. NFCI.Simon Pilgrim2019-11-071-7/+7
* MachineMemOperand::getBaseAlignment() - fix "shift of i32 then extended to i6...Simon Pilgrim2019-11-071-1/+1
* TypeRecord - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-071-26/+26
* PostRAScheduler - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-071-1/+1
* ManagedStringPool - pre-increment iterator. NFC.Simon Pilgrim2019-11-071-1/+1
* X86CondBrFolding - remove non-existent fixBranchProb function. NFC.Simon Pilgrim2019-11-071-2/+0
* AsmWriterOperand - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-071-1/+1
* Using crtp to refactor the xcoff section headerdiggerlin2019-11-073-25/+36
* [lldb] Comment typo fixJan Kratochvil2019-11-071-1/+1
* comment shiftamountthresholdjoanlluch2019-11-071-0/+1
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* [OPENMP][DOCS] Update OpenMP status (NFC)Alexey Bataev2019-11-071-2/+4
* [Sema] Suppress -Wchar-subscripts if the index is a literal charEdward Jones2019-11-072-1/+15
* [GWP-ASan] Respect compiler-rt's -fno-ltoMitch Phillips2019-11-071-1/+2
* [RISCV] Add riscv{32,64} to ALL_CRT_SUPPORTED_ARCH listEdward Jones2019-11-071-1/+1
* [SDAG] reduce code duplication; NFCSanjay Patel2019-11-071-18/+11
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-0713-19/+540
* [RISCV] Improve sysroot computation if no GCC install detectedEdward Jones2019-11-0711-7/+82
* [SDAG] reduce code duplication; NFCSanjay Patel2019-11-071-4/+4
* [OpenCL] Add geometric and relational builtin functionsSven van Haastregt2019-11-071-0/+100
* [OpenCL] Add integer builtin functionsSven van Haastregt2019-11-072-11/+70
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-078-16/+86
OpenPOWER on IntegriCloud