summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make clang emit correct va_arg code for structsGuanzhong Chen2019-08-132-7/+10
* [libc++] Mark two <chrono> tests as unsupported on AppleClang 11Louis Dionne2019-08-132-2/+2
* Remove the extra `;`.Michael Liao2019-08-131-1/+1
* [GISel] Pass MachineRegisterInfo by const reference to matcher.Mark Lacey2019-08-131-9/+11
* [DWARF] Guess the path styleJonas Devlieghere2019-08-131-2/+6
* [analyzer][NFC] Address inlines of D65484Kristof Umann2019-08-131-37/+38
* [AIX]Lowering global address for 32/64bit small/large code modelsXiangling Liao2019-08-138-46/+195
* [Refactor] Moving SourceExtraction header from lib to includeShaurya Gupta2019-08-133-5/+5
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-137-1210/+187
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-1311-494/+584
* [ORC] Fix BuildingAJIT tutorial code broken by r368707.Lang Hames2019-08-132-2/+2
* Don't use std::errcAlexey Bataev2019-08-131-3/+4
* Revert "Fix crash on switch conditions of non-integer types in templates"Dmitri Gribenko2019-08-136-27/+6
* [analyzer][NFC] Refactoring BugReporter.cpp P5.: Compact mile long function i...Kristof Umann2019-08-134-379/+459
* [AMDGPU] Fix to 'Fold readlane from copy of SGPR or imm'Tim Renouf2019-08-132-2/+5
* [analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ...Kristof Umann2019-08-1315-98/+110
* [NFC][clang] Adding argument based Phase list filtering to getComplicationPhasesPuyan Lotfi2019-08-133-10/+67
* [ARM] Add MVE beats vector cost modelDavid Green2019-08-1311-686/+1066
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-138-278/+355
* [llvm-profdata] Profile dump for compact binary formatWenlei He2019-08-134-6/+29
* [AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu2019-08-135-48/+48
* [NFC] Fixed testDavid Bolvansky2019-08-131-1/+1
* clang: Don't warn on unused momit-leaf-frame-pointer when frame pointers are ...Nico Weber2019-08-132-3/+24
* Use Register over unsigned in LateEHPrepare (NFC)Heejin Ahn2019-08-131-1/+1
* [util] Allow callsigns when running git llvm revertJordan Rupprecht2019-08-131-3/+3
* [NFC] Updated tests after r368724David Bolvansky2019-08-131-7/+7
* [SimplifyLibCalls] Add noalias from known callsitesDavid Bolvansky2019-08-1316-40/+130
* [ValueTracking] Improve reverse assumption inferenceNikita Popov2019-08-132-3/+9
* [NFC] Revisited/updated testsDavid Bolvansky2019-08-131-4/+22
* Reland r368691: "[AIX] Implement LR prolog/epilog save/restore"Hubert Tong2019-08-134-8/+66
* [NFC][AIX] Use assert instead of llvm_unreachableDavid Tenty2019-08-134-12/+12
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-138-14/+165
* [Dwarf] Complete the list of type tags.Jonas Devlieghere2019-08-135-112/+109
* [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...Kristof Umann2019-08-1324-277/+251
* [X86] Add some vXi8 extract subvector cost model testsSimon Pilgrim2019-08-131-0/+367
* [SLC] Improve dereferenceable bytes annotationDavid Bolvansky2019-08-132-2/+6
* GlobalISel: Partially implement fewerElementsVector G_UNMERGE_VALUESMatt Arsenault2019-08-1325-372/+1076
* [ARM] Fix detection of duplicates when parsing reg list operandsMomchil Velikov2019-08-132-19/+109
* [ARM] Fix encoding of APSR in CLRM instructionMomchil Velikov2019-08-133-19/+13
* [lld][test] Update test to print ELF note description dataJordan Rupprecht2019-08-131-0/+1
* GlobalISel: Implement lower for G_SHUFFLE_VECTORMatt Arsenault2019-08-134-0/+301
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-138-57/+277
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-136-6/+27
* GlobalISel: Add more verifier checks for G_SHUFFLE_VECTORMatt Arsenault2019-08-134-11/+82
* GlobalISel: Change representation of shuffle masksMatt Arsenault2019-08-1325-150/+446
* [libc++] Always build with -fvisibility=hiddenLouis Dionne2019-08-134-3/+5
* [CodeGen][SelectionDAG] More efficient code for X % C == 0 (SREM case)Roman Lebedev2019-08-1311-1443/+773
* [TargetLowering][NFC] prepareUREMEqFold(): fixup commentRoman Lebedev2019-08-131-1/+1
* [clang-tidy] Update `TransformerClangTidyCheck` to use new `buildMatchers` fu...Yitzhak Mandelbaum2019-08-131-1/+2
* Revert r368691; test checked in without changes by accidentHubert Tong2019-08-131-32/+0
OpenPOWER on IntegriCloud