summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [RISCV] Support assembling @plt symbol operandsAlex Bradbury2019-04-0211-6/+49
* Add minidump support to obj2yamlPavel Labath2019-04-027-0/+110
* [clang-tidy] make getLangOpts return a const refAlexander Kornienko2019-04-021-1/+1
* Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.Simon Pilgrim2019-04-021-0/+1
* [PowerPC] Fix issue with inline asm - soft float modeStrahinja Petrovic2019-04-023-1/+28
* [X86][AVX] Add test case showing failure to fold broadcast load if its also u...Simon Pilgrim2019-04-021-0/+48
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-0213-45/+91
* Fix tests after r357452Hans Wennborg2019-04-022-4/+4
* Fix compiler warning, remove extra ";" [NFC]Mikael Holmen2019-04-021-1/+1
* Enforce StackID definition in PEISander de Smalen2019-04-028-10/+128
* Fix flakyness in TestCommandScriptImmediateOutputPavel Labath2019-04-022-5/+7
* [Internalize] Replace uses of std::set with DenseSetFangrui Song2019-04-022-7/+6
* [Internalize] Replace fstream with line_iterator for -internalize-public-api-...Fangrui Song2019-04-021-9/+7
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* PDBFPO: Refactor register reference resolutionPavel Labath2019-04-021-60/+80
* [clangd] Use capacity() instead of size() in RefSlab::bytes()Ilya Biryukov2019-04-021-1/+1
* Fix a number of bugs in __val_expr's subset operator[].Eric Fiselier2019-04-029-222/+359
* SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg2019-04-029-84/+128
* Simplify TestGdbRemoteRegisterStatePavel Labath2019-04-021-9/+0
* ar_to_bc.sh: replace readlink -f with custom relative path resolutionFangrui Song2019-04-021-2/+2
* [compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group IDMatt Davis2019-04-021-1/+5
* [LoopPredication] Simplify widenable condition handling [NFC]Philip Reames2019-04-021-9/+18
* Add an optional list of blocks to avoid when looking for a path in isPotentia...Nick Lewycky2019-04-026-48/+158
* [X86] Add test cases to fixup-lea.ll for optsize and no size optimization. Ad...Craig Topper2019-04-021-1/+160
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-021-4/+25
* [X86] Use unsigned type for opcodes throughout X86FixupLEAs.Craig Topper2019-04-021-12/+13
* InstSimplify: Add missing case from r357386Matt Arsenault2019-04-021-0/+23
OpenPOWER on IntegriCloud