summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [AArch64] Add the pipeline model for Exynos M5Evandro Menezes2019-11-2230-35/+3349
* [libc] Add a TableGen based header generator.Siva Chandra Reddy2019-11-2224-262/+1107
* [Sema] Use the canonical type in function isVectorAkira Hatanaka2019-11-222-1/+8
* Fix typo to separate "-x" from warning flag.Bill Wendling2019-11-221-1/+1
* Don't report "main" as missing a prototype in freestanding modeBill Wendling2019-11-222-2/+10
* [OPENMP] [DOCS] correct status for use_device_addr clauseKelvin Li2019-11-221-1/+1
* [RISCV] Use compiler-rt if no GCC installation detectedEdward Jones2019-11-226-40/+112
* Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-228-25/+13
* [CMake] Support installation of InstrProfData.incPetr Hosek2019-11-228-13/+25
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-2210-99/+257
* Slightly speculative buildbot fix for issue reported in 8293f74 commit threadPhilip Reames2019-11-221-1/+4
* [clang-include-fixer] Suppress cmd prompt from Vim on WindowsReid Kleckner2019-11-221-1/+8
* [APFloat] Enlarge ExponentType to 32bit integerEhud Katz2019-11-222-16/+118
* Reinstate MSan suppression of PR24578.Evgenii Stepanov2019-11-223-2/+8
* Don't forward __pthread_mutex_* interceptors to pthread_mutex_* versionVitaly Buka2019-11-221-2/+18
* [APFloat] Fix subtraction of subnormal numbersEhud Katz2019-11-222-7/+13
* [lit] Attempt to print test summary on CTRL+CJulian Lettner2019-11-223-20/+20
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-225-16/+37
* Reformat code for readability.Adrian Prantl2019-11-221-2/+2
OpenPOWER on IntegriCloud