summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [HIP-Clang] Fat binary should not be produced for non GPU codeAaron Enye Shi2019-04-022-5/+13
* [TSan][libdispatch] We don't require any setup on DarwinJulian Lettner2019-04-021-1/+1
* [AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64, i64*)Jessica Paquette2019-04-023-8/+104
* [libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointerLouis Dionne2019-04-022-0/+61
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-023-2/+14
* [CodeGen] Fix a regression by emitting lambda expressions in EmitLValueErik Pilkington2019-04-022-0/+49
* [OPENMP]Add codegen for private vars with allocate clause.Alexey Bataev2019-04-022-8/+20
* [NativePDB] Don't fail on import modules.Zachary Turner2019-04-021-2/+11
* [libc++] Remove use of auto with actual typeLouis Dionne2019-04-021-2/+2
* [libc++][NFC] Remove useless public: label at the end of classLouis Dionne2019-04-021-1/+0
* [NFC][libdispatch] Improve a few testsJulian Lettner2019-04-023-6/+7
* [FileCheck] Fix FileCheck.cpp compilation on SolarisRainer Orth2019-04-021-1/+2
* [InstCombine] Added tests for PR41273David Bolvansky2019-04-021-0/+75
* [Reproducers] Print warning when generating the reproducer.Jonas Devlieghere2019-04-021-0/+3
* [driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan2019-04-022-14/+29
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-023-18/+28
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* [Remarks][NFCI] Remove useless includeFrancis Visoiu Mistrih2019-04-021-1/+0
* Fix problem with ar_to_bc.sh script introduced by r357450.Peter Collingbourne2019-04-021-2/+2
* [os_log] Mark os_log_helper `nounwind`Vedant Kumar2019-04-022-0/+20
* [ArgPromotion] Set debug location at updated callsitesVedant Kumar2019-04-022-10/+32
* [DebugInfo] Fix pr41180 : Loop Vectorization Debugify FailureVedant Kumar2019-04-022-3/+131
* [DAGCombiner] reduce code duplication; NFCSanjay Patel2019-04-021-8/+8
* [X86] Allow FixupLEAs to form INC/DEC under OptSize not just MinSizeCraig Topper2019-04-022-51/+25
* [lldb-server] Use llgs namespace to avoid conflicts with Win32 APIAaron Smith2019-04-021-4/+6
* Fix typo; NFCAaron Smith2019-04-021-1/+1
* [PowerPC] Fix reversed bit issue in DCMX mask for "xvtstdcdp" and "xvtstdcsp"...Stefan Pintilie2019-04-023-2/+15
* [WideableCond] Fix a nasty bug in detection of "explicit guards"Philip Reames2019-04-022-2/+66
* [llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for some --set-section-flagsJordan Rupprecht2019-04-023-80/+162
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* [SLP] reorderInputsAccordingToOpcode is const method. NFCI.Simon Pilgrim2019-04-021-5/+4
* [BPF] Replace fstream and sstream with line_iteratorFangrui Song2019-04-021-11/+10
* [OPENMP]Fix mapping of the pointers captured by reference.Alexey Bataev2019-04-022-16/+37
* [llvm-shlib] Fix cross-compilation for LLVM-CShoaib Meenai2019-04-021-2/+10
* [cmake] Add function for building native toolShoaib Meenai2019-04-023-27/+33
* [SimplifyCFG] Don't split musttail call from retJoseph Tremoulet2019-04-022-3/+21
* [SampleProfile] Repeat indirect call promotion only when the target is actual...Taewook Oh2019-04-023-0/+40
* [PruneEH] Don't split musttail call from retJoseph Tremoulet2019-04-022-1/+17
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-026-7/+115
* [SystemZ] Improve instruction selection of 64 bit shifts and rotates.Jonas Paulsson2019-04-023-0/+102
* [Driver] Enable -fsanitize-address-globals-dead-stripping by default on PS4.Pierre Gousseau2019-04-022-0/+2
* [Transforms] Redundant getValueOperand (NFC)Brian Gesiak2019-04-021-2/+2
* Special case some duration arithmetic for GCC and PPC because their long doub...Marshall Clow2019-04-021-0/+5
* gn build: Merge r357469Nico Weber2019-04-021-0/+1
* gn build: Add build files for non-framework xpc clangd bitsNico Weber2019-04-026-12/+58
* [llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...James Henderson2019-04-023-13/+47
* Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the...Marshall Clow2019-04-021-1/+2
* [mips] Remove the override of the `isMachineVerifierClean()`Simon Atanasyan2019-04-021-4/+0
* [mips] Use AltOrders to prevent using odd FP-registersSimon Atanasyan2019-04-024-22/+28
* [ObjectYAML] Fix build issueMichael Liao2019-04-021-1/+1
OpenPOWER on IntegriCloud