summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lli-child-target] Fix -DBUILD_SHARED_LIBS=on buildFangrui Song2019-10-291-0/+1
* [lli] Fix -DBUILD_SHARED_LIBS=on buildFangrui Song2019-10-291-0/+1
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-2912-154/+20
* [WebAssembly][lld] Fix for static linking of PIC codeSam Clegg2019-10-292-3/+1
* gn build: (manually) merge a34680a3Nico Weber2019-10-292-2/+11
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-2912-20/+154
* [lit] Refactor ordering of testsJulian Lettner2019-10-292-22/+28
* [ADT] add equality operator for SmallSetFedor Sergeev2019-10-292-0/+50
* Break out OrcError and RPCChris Bieneman2019-10-2916-19/+45
* Suppress useless GCC "bitfield is too small to hold all values of enum class"...Richard Smith2019-10-291-1/+1
* AMDGPU/GlobalISel: Legalize FDIV32Austin Kerbow2019-10-294-75/+1065
* [MS] Fix constexpr data member pointer conversionsReid Kleckner2019-10-292-2/+45
* [lldbsuite] Remove unused test_event filesJonas Devlieghere2019-10-295-451/+0
* [lldbsuite] Remove the DumpFormatterJonas Devlieghere2019-10-291-22/+0
* [lldbsuite] Remove pre_kill_hook packageJonas Devlieghere2019-10-297-418/+0
* [lldbsuite] Remove unused support filesJonas Devlieghere2019-10-292-87/+0
* [lit] Small improvements in cl_arguments.pyJulian Lettner2019-10-292-58/+32
* Thread safety analysis: Peel away NoOp implicit casts in initializersAaron Puchert2019-10-302-0/+17
* [LLD][ELF] Support --[no-]mmap-output-file with F_no_mmapNick Terrell2019-10-298-4/+40
* Replace std::function in PrintingPolicy with a callbacks object.Richard Smith2019-10-294-11/+29
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-296-68/+84
* [Headers] Fix compatibility between arm_acle.h and intrin.hEli Friedman2019-10-292-0/+8
* Accept __is_same_as as a GCC-compatibility synonym for the proper trait name ...Richard Smith2019-10-294-0/+8
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-299-1/+226
* [globalisel][docs] Fix warning treated as errorDaniel Sanders2019-10-291-1/+1
* [globalisel][docs] Rewrite the IRTranslator documentationDaniel Sanders2019-10-291-27/+65
* Fix argument numbering confusion when diagnosing a non-viable operator().Richard Smith2019-10-292-2/+11
* [ValueObjectDisplay] Generalize the description of an option.Davide Italiano2019-10-291-1/+1
* [SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stor...Philip Reames2019-10-297-172/+78
* [Docs] Reflect the slow migration from guard to widenable condition which is ...Philip Reames2019-10-291-0/+4
* [lit] Extend internal diff to support `-` argumentJoel E. Denny2019-10-297-5/+146
* [lit] Make internal diff work in pipelinesJoel E. Denny2019-10-299-271/+313
* [X86] Narrow i64 compares with constant to i32 when the upper 32-bits are kno...Craig Topper2019-10-295-14/+26
* [LLDB] Fix for windows bots broken by unsupported testsshafik2019-10-292-0/+4
* [globalisel][docs] Rewrite the pipeline overviewDaniel Sanders2019-10-296-51/+106
* [X86][VBMI2] Add vector funnel shift testsSimon Pilgrim2019-10-292-0/+307
* [libc++] Force the ABI namespace to be a reserved identifierLouis Dionne2019-10-292-2/+2
* Revert "[clang-format] Remove the dependency on frontend"Vlad Tsyrklevich2019-10-292-26/+15
* [SVE][AArch64] Adding pattern matching for some SVE instructions.Ehsan Amiri2019-10-293-4/+114
* [ELF] Delete redundant comment after D56554. NFCFangrui Song2019-10-291-1/+0
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-295-8/+40
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-294-16/+26
* [SLP] Fix -Wunused-variable. NFCFangrui Song2019-10-291-2/+1
* isBuiltinFunc() uses StringRef instead of const char*Guillaume Chatelet2019-10-293-4/+3
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-2911-89/+287
* [SLP] Generalization of stores vectorization.Alexey Bataev2019-10-2920-480/+842
* Fix missing memcpy builtin on ppc64beGuillaume Chatelet2019-10-292-0/+2
* [X86] Pull out combineOrShiftToFunnelShift helper. NFCI.Simon Pilgrim2019-10-291-51/+64
* build: make standalone builds work againSaleem Abdulrasool2019-10-291-0/+4
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
OpenPOWER on IntegriCloud