summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [FPEnv][X86] More strict int <-> FP conversion fixesUlrich Weigand2019-12-2316-1151/+1655
* [msan] Check qsort input.Evgenii Stepanov2019-12-232-0/+23
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-233-0/+152
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-2310-84/+146
* MC: Ensure test only reads from the Inputs directoryDavid Blaikie2019-12-239-80/+80
* Fix LLVM tool --version build mode printing for MSVCReid Kleckner2019-12-231-1/+23
* [lldb/Test] Disable TestSynchronous.test on Windows.Jonas Devlieghere2019-12-231-0/+1
* Move from a long list of checkers to tablesSylvestre Ledru2019-12-231-384/+404
* [ELF] Don't suggest an alternative spelling for a symbol in a discarded sectionFangrui Song2019-12-232-4/+67
* [AMDGPU] Don't create MachinePointerInfos with an UndefValue pointerJay Foad2019-12-237-114/+91
* [RISCV][NFC] Fix use of missing attribute groups in testsLuís Marques2019-12-233-6/+6
* [PowerPC] NFC - fix the testcase bug of folding rlwinmczhengsz2019-12-231-7/+7
* [DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big' extract_subvector(bitca...Sanjay Patel2019-12-239-176/+83
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-2320-115/+339
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-233-24/+6
* [gn build] Port eca40066ebbLLVM GN Syncbot2019-12-232-1/+1
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-232-0/+51
* [Matrix] Use fmuladd for matrix.multiply if allowed.Florian Hahn2019-12-235-5/+301
* [NFC] Move OptionUtils from Basic to DriverYaxun (Sam) Liu2019-12-235-7/+6
* [Matrix] Add forward shape propagation and first shape aware lowerings.Florian Hahn2019-12-234-316/+670
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-232-8/+0
* [OpenCL] Add atomic builtin functionsSven van Haastregt2019-12-232-2/+87
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-234-182/+27
* [find_interesting_reviews.py] Add git blame output cacheKristof Beyls2019-12-231-14/+57
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-232-23/+6
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-232-20/+0
* [lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann2019-12-231-8/+4
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-233-2/+6
* [yaml2obj] - Allow using an arbitrary value for OSABI.Georgii Rymar2019-12-232-0/+14
* [yaml2obj] - Add support for ELFOSABI_LINUX.Georgii Rymar2019-12-232-21/+32
* [lldb] Don't process symlinks deep inside DWARFUnitPavel Labath2019-12-232-20/+12
* [yaml2obj] - Add testing for OSABI field.Georgii Rymar2019-12-231-0/+317
* [AArch64] [Windows] Use COFF stubs for calls to extern_weak functionsMartin Storsjö2019-12-237-25/+60
* [ARM] [Windows] Use COFF stubs for calls to extern_weak functionsMartin Storsjö2019-12-232-7/+12
* [ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windowsMartin Storsjö2019-12-232-1/+12
* [llvm-readobj][test] - Stop using Inputs/trivial.obj.elf-x86-64.Georgii Rymar2019-12-236-114/+179
* [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cppPavel Labath2019-12-231-0/+1
* [lldb/lua] Fix bindings.test for lua-5.1Pavel Labath2019-12-231-1/+1
* [lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann2019-12-232-11/+3
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-2327-231/+261
* [NFC] Style cleanupsShengchen Kan2019-12-233-51/+51
* [lldb][NFC] Document CompilerDeclContext constructorsRaphael Isemann2019-12-231-1/+7
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-239-21/+25
* [Power9] Remove the PPCISD::XXREVERSE as it has completely the same semantics...QingShan Zhang2019-12-235-26/+7
* Fix case style warnings in DIBuilder. NFC.Simon Pilgrim2019-12-232-13/+13
* [SLP] Replace NeedToGather variable with enum.Dinar Temirbulatov2019-12-231-22/+34
* [NFC][Test][PowerPC] Add more tests for 'and mask'QingShan Zhang2019-12-232-22/+91
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-2318-102/+1026
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-227-26/+12
* build: use `find_package(Python3)` rather than `PYTHON_HOME`Saleem Abdulrasool2019-12-221-0/+1
OpenPOWER on IntegriCloud