summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [BasicAA] Temporarily disable two testsGeorge Burgess IV2019-07-251-2/+5
* LLGS: fix tracking execve on linuxPavel Labath2019-07-253-79/+16
* [llvm-objdump][NFC] Make the PrettyPrinter::printInst() output bufferedSeiya Nuta2019-07-251-16/+12
* cli-wrapper-mpxtable.cpp: fix file headerFangrui Song2019-07-251-2/+1
* [TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere2019-07-253-6/+7
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-2520-66/+162
* [lit] Protect full test suite from FILECHECK_OPTSJoel E. Denny2019-07-252-3/+10
* Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...Petr Hosek2019-07-256-98/+10
* github-upload-release.py: Fix script name in examplesTom Stellard2019-07-251-4/+4
* Add github-release.py scriptTom Stellard2019-07-251-0/+77
* [PowerPC] exclude more icmps in LSR which is converted in later hardware loop...Chen Zheng2019-07-253-13/+6
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-255-56/+15
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Update unit test to match coding style.Jonas Devlieghere2019-07-251-34/+34
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-07-256-10/+98
* [llvm-lipo] Implement alignment function in -createShoaib Meenai2019-07-255-4/+503
* [Object] Add public MaxSectionAlignment to MachOUniversalShoaib Meenai2019-07-252-6/+9
* [llvm-lipo] Add test for -verify_archsShoaib Meenai2019-07-251-0/+1
* [sanitizer_common] Allow customization of StartSymbolizerSubprocessJulian Lettner2019-07-252-7/+13
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-256-110/+107
* [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih2019-07-256-28/+28
* [docs] Split out a section on LoopInfo in the new loop documentationPhilip Reames2019-07-241-6/+37
* [ARM] Remove dead code from ARMConstantIslands.Eli Friedman2019-07-241-5/+0
* [InstCombine] Swap order of checks to improve compile time (NFC)Evandro Menezes2019-07-241-3/+3
* Apply a few more reviewer suggestions from D65164Philip Reames2019-07-241-6/+11
* Define some basic terminology around loops in our documentationPhilip Reames2019-07-242-0/+113
* [AArch64][GlobalISel] Select immediate modes for ADD when selecting G_GEPJessica Paquette2019-07-243-10/+87
* Fix unittest build issue in r366956Alex Lorenz2019-07-241-0/+1
* [AArch64][GlobalISel] Don't try to use GISel if subtarget doesn't have neon o...Amara Emerson2019-07-242-0/+19
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-248-80/+110
* [Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 foldRoman Lebedev2019-07-2416-1500/+1330
* [AArch64][GlobalISel] Fold G_MUL into XRO load addressing mode when possibleJessica Paquette2019-07-242-9/+216
* Revert "NFC: utils/perf-training: Python 3 compatibility for lit.cfg"Azharuddin Mohammed2019-07-241-1/+1
* IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...Peter Collingbourne2019-07-244-5/+51
* [GlobalISel] Support for inlining memcpy, memset and memmove calls.Amara Emerson2019-07-2411-6/+1126
* [Symbol] Fix some botched logic in Variable::GetLanguageAlex Langford2019-07-241-5/+5
* [Transforms] move copying of load metadata to helper function; NFCSanjay Patel2019-07-243-45/+56
* [WebAssembly] Set __tls_align to 1 when there is no TLSGuanzhong Chen2019-07-242-5/+47
* [CodeGen] Add missing comment (NFC)Evandro Menezes2019-07-241-14/+19
* [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-246-135/+166
* [InstCombine] Teach foldOrOfICmps to allow icmp eq MIN_INT/MAX to be part of ...Craig Topper2019-07-242-36/+59
* [LLD] Do not print additional newlines after reaching error limitAlexander Richardson2019-07-242-1/+26
* [AArch64][GlobalISel] Fix a crash during s128 G_ICMP legalization due to r366...Amara Emerson2019-07-242-4/+44
* Let CorrelatedValuePropagation preserve LazyValueInfoDavid Bolvansky2019-07-241-0/+2
* Fix exporting SARIF files from scan-build on Windows.Aaron Ballman2019-07-241-2/+2
* [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih2019-07-248-38/+40
* [AMDGPU] Increase kernel paddingStanislav Mekhanoshin2019-07-242-37/+4
* Revert "[yaml2obj] - Allow custom fields for the SHT_UNDEF sections."JF Bastien2019-07-242-89/+55
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-24190-5934/+5364
* Fix signed/unsigned comparison warning. NFCI.Simon Pilgrim2019-07-241-1/+1
OpenPOWER on IntegriCloud