platform/upstream/llvm.git
2017-08-04 Zachary TurnerMore PDB buildbot fixes.
2017-08-04 Zachary TurnerFix broken PDB tests.
2017-08-04 Kyle ButtBlockPlacement: add a flag to force cold block outlinin...
2017-08-04 Zachary Turner[pdbutil] When dumping section contribs, show the secti...
2017-08-04 Petr HosekReland "[llvm][llvm-objcopy] Added support for outputti...
2017-08-04 Kostya Serebryany[libFuzzer] re-enable fuzzer-printcovpcs.test
2017-08-04 Adrian PrantlRemove unused include directive and un-break the module...
2017-08-04 Nico WeberRevert r310055, it caused PR34074.
2017-08-04 Sanjay Patel[InstCombine] add vector tests for truncated math; NFC
2017-08-04 Vlad TsyrklevichRevert "Reland "CFI: blacklist STL allocate() from...
2017-08-04 Alexey Bataev[OPENMP] Fix for pacify buildbots, NFC.
2017-08-04 Kostya Kortchinsky[asan] Check for pvalloc overlow
2017-08-04 Nico WeberRevert r310058, it caused PR34073.
2017-08-04 Amara Emerson[SCEV] Preserve NSW information for sext(subtract).
2017-08-04 Kamil RytarowskiAdd NetBSD support in sanitizer_procmaps_freebsd.cc
2017-08-04 Quentin Colombet[GlobalISel] Remove the GISelAccessor API.
2017-08-04 Quentin Colombet[GlobalISel] Remove a stall comment in CMake.
2017-08-04 Kostya Serebryany[libFuzzer] make a test more robust
2017-08-04 Zachary TurnerFix build breakage.
2017-08-04 Nico Weberminor grammar fix
2017-08-04 Kostya Serebryany[libFuzzer] remove the now redundant 'LLVMFuzzer-'...
2017-08-04 Vlad TsyrklevichCFI: Move STL allocator blacklist to clang
2017-08-04 Zachary Turner[lld] Write the absolute PDB path to the debug directory.
2017-08-04 Zachary Turner[llvm-pdbutil] Dump image section headers.
2017-08-04 Kostya Serebryany[libFuzzer] split one test into several
2017-08-04 Vlad TsyrklevichReland "CFI: blacklist STL allocate() from unrelated...
2017-08-04 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-04 Siddharth Bhat[PPCGCodeGeneration] [NFC] Log every location from...
2017-08-04 Sanjay Patel[InstCombine] auto-generate test checks; NFC
2017-08-04 George Karpenkov[libFuzzer tests] Only enable libFuzzer tests if
2017-08-04 Vlad TsyrklevichRevert "CFI: blacklist STL allocate() from unrelated...
2017-08-04 Alexey Bataev[OPENMP] Unify generation of outlined function calls.
2017-08-04 Vlad TsyrklevichCFI: blacklist STL allocate() from unrelated-casts
2017-08-04 Florian Gross[clang-tidy] Added clang-tidy test cases related to...
2017-08-04 Florian Gross[ASTMatcher] Add handling for DeducedType to HasDeclara...
2017-08-04 Ulrich Weigand[SystemZ] Add support for 128-bit atomic load/store...
2017-08-04 Ulrich Weigand[SystemZ] Eliminate unnecessary serialization operations
2017-08-04 Evgeny StupachenkoFix PR33514
2017-08-04 Kostya Serebryany[libFuzzer] make trace-pc.test more reliable
2017-08-04 Rafael EspindolaSimplify. NFC.
2017-08-04 Alex Shlyapnikov[compiler-rt] Check for empty buffer in Addr2LineProces...
2017-08-04 Connor Abbott[AMDGPU] Implement llvm.amdgcn.set.inactive intrinsic
2017-08-04 Connor Abbott[AMDGPU] Add support for Whole Wavefront Mode
2017-08-04 Connor Abbott[AMDGPU] refactor WQM pass in preparation for WWM ...
2017-08-04 Connor Abbott[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQM
2017-08-04 Rafael EspindolaFix which file is in an error message.
2017-08-04 Marcello Maggioni[MachineOperand] Add ChangeToTargetIndex method. NFC
2017-08-04 Yaxun LiuAdd OpenCL 2.0 atomic builtin functions as Clang builtin
2017-08-04 Rafael EspindolaRemove redundant flag.
2017-08-04 Reid Kleckner[Support] Remove getPathFromOpenFD, it was unused
2017-08-04 George KarpenkovFixing buildbots: do not register check-fuzzer if clang...
2017-08-04 George KarpenkovDrop Windows support from libFuzzer tests.
2017-08-04 George KarpenkovPort libFuzzer tests to LIT. Do not require two-stage...
2017-08-04 Easwaran Raman[Inliner] Fix a typo in option description. NFC.
2017-08-04 Javed Absar[ARM] Use searchable-table for banked registers
2017-08-04 Reid Kleckner[ArgPromotion] Preserve alignment of byval argument...
2017-08-04 Martin Probstclang-format: [JS] support fields with case/switch...
2017-08-04 Craig Topper[ConstantInt] Use ConstantInt::getValue instead of...
2017-08-04 Chad Rosier[AArch64] Fix an assertion for pre-index generation...
2017-08-04 Dehao ChenAdjust the hotness threshold from 99.9% to 99%.
2017-08-04 Benjamin Kramer[InstCombine] Fold single-use variable into assert.
2017-08-04 Craig Topper[InstCombine] Remove the (not (sext)) case from foldBoo...
2017-08-04 Craig Topper[InstCombine] Use ConstantInt::getFalse to reduce some...
2017-08-04 Charles Saternos[ThinLTO] Add FunctionAttrs to ThinLTO index
2017-08-04 Sanjay Patel[InstCombine] narrow lshr with constant
2017-08-04 Dmitry Preobrazhensky[AMDGPU][MC] Enabled expressions as operands
2017-08-04 Simon Pilgrim[DAGCombiner] Extending pattern detection for vector...
2017-08-04 Stefan MaksimovicRevert r304953 for release 5.0.0
2017-08-04 Michael Kruse[ForwardOpTree] Refactor out forwardSpeculatable()...
2017-08-04 Filipe Cabecinhas[DSE] Merge stores when the later store only writes...
2017-08-04 Nikolai Bozhenov[InstCombine] Canonicalize clamp of float types to...
2017-08-04 Nikolai BozhenovAdd some tests for cast+clamp/min/max before D33186.
2017-08-04 Philip Pfaffe[PM] Make the new-pm passes behave more like the legacy...
2017-08-04 Haojian Wu[clang-tidy] Add missing documents for "IgnoreMacros...
2017-08-04 Haojian Wu[clang-tidy] Ignore macros in make-unique check.
2017-08-04 George Rimar[ELF] - Move getSymbols() methods to InputFile.
2017-08-04 Florian Gross[AMDGPU] Fixed MSVC build break
2017-08-04 Florian Hahn[Driver] Error if ARM mode was selected explicitly...
2017-08-04 George Rimar[ELF] - Remove ScriptLexer::Error field and check Error...
2017-08-04 George Rimar[ELF] - Fix "--symbol-ordering-file doesn't work with...
2017-08-04 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-08-04 Philip Pfaffe[Polly][PM] Register polly passes with the opt tool...
2017-08-04 James Henderson[ELF] Explicitly write null bytes in string tables
2017-08-04 Manuel KlimekFix typo and update documentation.
2017-08-04 George Rimar[ELF] - Replace parallelForEach with ranged form.
2017-08-04 Philip Pfaffe[NFC] Fix r310036: Appease clang-format
2017-08-04 Simon Atanasyan[mips] Fix typo (missed space) in the warning message
2017-08-04 Simon Atanasyan[mips] Code formatting fix. NFC
2017-08-04 Philip Pfaffe[NFC] ScopPass: Remove unused AnalysisKey from OwningIn...
2017-08-04 Haojian Wu[clang-tidy] Support initializer-list constructor cases...
2017-08-04 Max KazantsevDo not declare a variable which is used only in assert...
2017-08-04 Benjamin Kramer[msan] Switch the pvalloc overflow test to a lit test
2017-08-04 Max Kazantsev[IRCE] Handle loops with step different from 1/-1
2017-08-04 Stanislav Mekhanoshin[AMDGPU] Preserve inverted bit in SI_IF in presence...
2017-08-04 NAKAMURA TakumiRevert r309984, "Use "foo-12345.o" instead of "foo...
2017-08-04 Max KazantsevAvoid comparison between signed and unsigned in SCEVExi...
2017-08-04 Dylan McKay[AVR] Update target machine to use new constructor...
2017-08-04 Max Kazantsev[IRCE] Recognize loops with unsigned latch conditions
2017-08-04 Petr HosekRevert "[llvm][llvm-objcopy] Added support for outputti...
2017-08-04 Craig Topper[InstCombine] Move the call to foldSelectICmpAnd into...
next