summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-227-1/+109
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-225-32/+77
* [libTooling] Add stencil combinators for nodes that may be pointers or values.Yitzhak Mandelbaum2019-11-223-4/+89
* [SLP] Enhance SLPVectorizer to vectorize vector aggregateAnton Afanasyev2019-11-222-20/+38
* [WebAssembly][SelectionDAG] Remove unused WebAssemblyDAGToDAGISel::ForCodeSize.Hiroshi Yamauchi2019-11-221-4/+1
* [OPENMP]Simplify processing of context selectors, NFC.Alexey Bataev2019-11-222-70/+38
* [JumpThreading] NFC: Don't cache F.hasProfileData()Kazu Hirata2019-11-221-3/+2
* [SLP][Test] Precommit tests for D70068 and D70587. NFC.Anton Afanasyev2019-11-221-0/+288
* [coroutines] Remove assert on CoroutineParameterMoves in Sema::buildCoroutine...Brian Gesiak2019-11-222-2/+7
* [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.Alexey Bataev2019-11-222-13/+19
* [JumpThreading] Use profile data even with the new pass managerKazu Hirata2019-11-222-1/+2
* [OpenMP][Tool] archer tests require tsanprotze@itc.rwth-aachen.de2019-11-2226-5/+25
* [BPF] Fix a recursion bug in BPF Peephole ZEXT optimizationYonghong Song2019-11-222-2/+65
* [XCOFF][AIX] Read-only data section object file generationjasonliu2019-11-222-1/+278
* Add support to find out resource dir and add it as compilation argsKousik Kumar2019-11-221-1/+74
* [OpenMP][Tool] disable archer tests in standalone buildprotze@itc.rwth-aachen.de2019-11-221-0/+5
* Reland "[DAGCombiner] Allow zextended load combines."Clement Courbet2019-11-226-97/+101
* [Test] Fix freeze ocaml test failureJuneyoung Lee2019-11-224-0/+15
* [OpenMP][Tool] Fix cmake variable in lit.site.cfg.inprotze@itc.rwth-aachen.de2019-11-221-1/+1
* [WIP][Attributor] AAReachability AttributePankaj Gode2019-11-222-0/+61
* [Codegen] TargetLowering::prepareUREMEqFold(): `x u% C1 ==/!= C2` (PR35479)Roman Lebedev2019-11-225-483/+320
* [Codegen] TargetLowering::prepareUREMEqFold(): `x u% C1 ==/!= C2` with tautol...Roman Lebedev2019-11-223-317/+263
* [lldb] [test] XFAIL TestExpressionEvaluation on NetBSDMichał Górny2019-11-221-0/+1
* [X86] Updated strict fp scalar tests and add fp80 tests for D68857Simon Pilgrim2019-11-222-49/+464
* [clangd] Show lambda signature for lambda autocompletionsKirill Bobyrev2019-11-224-8/+68
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-222-1/+38
* Test commit.Pankaj Gode2019-11-221-1/+1
* [DWARFVerifier] Use the new location list apiPavel Labath2019-11-225-87/+32
* [PowerPC] Implement the vector extend sign instruction pattern matchQingShan Zhang2019-11-223-0/+192
* gn build: Merge f7170d17a84LLVM GN Syncbot2019-11-221-1/+1
* gn build: Merge aa981c1802dLLVM GN Syncbot2019-11-221-0/+1
* gn build: Merge 95fe54931fdLLVM GN Syncbot2019-11-221-0/+1
* gn build: (manually) merge dep from f65cfff6Nico Weber2019-11-221-0/+1
OpenPOWER on IntegriCloud