summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann2019-11-232-48/+56
* gn build: set HAVE_VCS_VERSION_INC while building Version.cppNico Weber2019-11-235-30/+101
* [ELF][test] Clean up some thunk testsFangrui Song2019-11-236-85/+85
* Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský2019-11-2311-39/+4
* Fixed typo introduced before commiting previous patch. NFCI.Dávid Bolvanský2019-11-231-1/+1
* Fixed -Wdeprecated-copy warnings. NFCI.Dávid Bolvanský2019-11-2311-4/+39
* [analyzer][docs] NFC: Extend documentation for MallocOverflow checkerBorsik Gabor2019-11-231-0/+6
* [lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...Raphael Isemann2019-11-231-55/+30
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-235-58/+124
* [FileCheck] Fixed -Wdeprecated-copy warning. NFCI.Dávid Bolvanský2019-11-231-0/+1
* Revert "[InlineCost] Fix infinite loop in indirect call evaluation"Ehud Katz2019-11-232-146/+84
* [NFC] [AArch64] Fix wrong documentation for IsStoreRegOffsetOpDavid Tellenbach2019-11-231-1/+1
* Fix llvm-namespace-comment for macro expansionsMarcin Twardak2019-11-234-16/+179
* [lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariableRaphael Isemann2019-11-231-36/+33
* AMDGPU: Handle waitcnt overflowAustin Kerbow2019-11-232-1/+176
* [InlineCost] Fix infinite loop in indirect call evaluationEhud Katz2019-11-232-84/+146
* [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader renameRaphael Isemann2019-11-232-2/+2
* [Driver] Fix incorrect GNU triplet for PowerPC on SUSE LinuxAaron Puchert2019-11-237-1/+18
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-238-27/+90
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-237-89/+27
* [RISCV] Add missing REQUIRES to clang testsDavid Zarzycki2019-11-232-2/+2
* [X86][SSE] Split off generic isLaneCrossingShuffleMask helper. NFC.Simon Pilgrim2019-11-231-3/+14
* [PhiValues] Remove redundant map searchesEhud Katz2019-11-232-25/+39
* [WebAssembly] Use wasm-opt and LTO libraries when available.Dan Gohman2019-11-222-0/+42
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-237-27/+89
* [ASTMatchers] work around a miscompile; "NFC"George Burgess IV2019-11-221-1/+2
* [IR] Move global_objects and global_values out of line, NFCReid Kleckner2019-11-222-35/+20
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-227-65/+63
* clang/Modules: Refactor CompilerInstance::loadModule, NFCDuncan P. N. Exon Smith2019-11-224-219/+290
* gn build: Reland c52efdc5, "gn build: (manually) merge b5913e6d2f"Peter Collingbourne2019-11-221-1/+10
* clang-tidy: don't use an absolute path in a testGeorge Burgess IV2019-11-221-1/+1
* DebugInfo: Flag Dwarf Version metadata for merging during LTODavid Blaikie2019-11-222-7/+5
* Remove needless Attr.h include from DeclCXX.h, NFCReid Kleckner2019-11-221-1/+0
* Separate the MS inheritance model enum from the attribute, NFCReid Kleckner2019-11-2212-137/+149
* [Remarks] Allow empty temporary remark filesFrancis Visoiu Mistrih2019-11-2210-1/+14
* Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner2019-11-2211-23/+25
* [Examples] Move structured-data unpacking out of the loop. (NFC)Jonas Devlieghere2019-11-221-1/+1
* [Examples] Add in_call_stack breakpoint function.Jonas Devlieghere2019-11-221-0/+24
* [Driver] Make -static-libgcc imply static libunwindJosh Kunz2019-11-222-2/+13
* [MC] Reorder MCInst fields to make sizeof(MCInst) smallerFangrui Song2019-11-221-2/+3
* [MCA] Fix test cases (NFC)Evandro Menezes2019-11-2210-30/+30
* gn build: Merge 64ada7accbcLLVM GN Syncbot2019-11-221-0/+2
* Remove extraneous log enabling.Jason Molenda2019-11-221-1/+0
* [TableGen] Add backend to generate command guide for tools using libOption.Jonas Devlieghere2019-11-227-72/+198
* Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-2211-14/+34
* gn build: Merge ae8a8c2db6cLLVM GN Syncbot2019-11-222-0/+2
* Revert "[Sema] Use the canonical type in function isVector"Akira Hatanaka2019-11-222-8/+1
* [Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copyDávid Bolvanský2019-11-224-6/+39
* [InstCombine] Fix call guard difference with dbgDavide Italiano2019-11-222-4/+5
* [CodeMoverUtils] Added an API to check if an instruction can be safelyTsang Whitney W.H2019-11-227-0/+412
OpenPOWER on IntegriCloud