platform/upstream/llvm.git
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...
2017-08-04 Craig Topper[InstCombine] Remove unnecessary casts. NFC
2017-08-04 Max KazantsevFix SCEVExitLimitForget tests to make Sanitizer happy
2017-08-04 Daniel JasperPrevent unused warning in non-assert builds (introduced...
2017-08-04 Victor LeschukUn-revert r310014: false revert, it wasn't the cause...
2017-08-04 Victor LeschukRevert r310014 as it breaks build lld-x86_64-darwin13
2017-08-04 Vedant KumarRevert "[coverage] Special-case calls to noreturn funct...
2017-08-04 Petr HosekReland "[llvm][llvm-objcopy] Added support for outputti...
2017-08-04 Petr Hosek[Driver][Fuchsia] Pass --hash-style=gnu to the linker
2017-08-04 Reid Kleckner[Support] Update comments about stdout, raw_fd_ostream...
2017-08-04 Vedant Kumarcoverage: Update tests to reflect changes from r310012
2017-08-04 Adrian PrantlTeach GlobalSRA to update the debug info for split...
2017-08-04 Connor Abbott[AMDGPU] Add missing hazard for DPP-after-EXEC-write
2017-08-04 Vedant Kumar[llvm-cov] Ignore unclosed line segments when setting...
2017-08-04 Vedant Kumar[llvm-cov] NFC: make_unique-ify two allocations
2017-08-04 Vedant Kumar[Coverage] Precise region termination with deferred...
2017-08-04 George KarpenkovDisable libFuzzer tests on Windows
2017-08-04 Vitaly BukaRevert "[TableGen] AsmMatcher: fix OpIdx computation...
2017-08-04 Matt ArsenaultAMDGPU: Remove pointless asserts
2017-08-03 Akira Hatanaka[Driver][Darwin] Pass -munwind-table when !UseSjLjExcep...
2017-08-03 Teresa JohnsonUse profile summary to disable peeling for huge working...
2017-08-03 Matt ArsenaultAMDGPU: Don't use report_fatal_error for unsupported...
2017-08-03 Matt ArsenaultAMDGPU: Remove error on calls for amdgcn
2017-08-03 Matt ArsenaultAMDGPU: Fix implicitarg.ptr handling special inputs
2017-08-03 Martell MaloneSupport: WOA64 and WOA Signals
2017-08-03 Zachary Turner[llvm-pdbutil] Add an option to only dump specific...
2017-08-03 Petr HosekEnable AddressSanitizer for Fuchsia targets
2017-08-03 Matt ArsenaultAMDGPU: Pass special input registers to functions
2017-08-03 Eric ChristopherFix typo.
2017-08-03 Matt ArsenaultAMDGPU: Add analysis pass for function argument info
2017-08-03 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-03 Easwaran Raman[Inliner] Increase threshold for hot callsites without...
2017-08-03 Eugene Zelenko[Mips] Fix some Clang-tidy modernize-use-using and...
2017-08-03 Michael Kruse[VirtualInstruction] Handle MetadataAsValue as constant.
2017-08-03 Matt ArsenaultDAG: Provide access to Pass instance from SelectionDAG
2017-08-03 Quentin Colombet[GlobalISel] Make GlobalISel a non-optional library.
2017-08-03 Reid Kleckner[PDB] Loosen checks for section contribution sizes
2017-08-03 Davide Italiano[NewGVN] Fix the case where we have a phi-of-ops which...
2017-08-03 Reid Kleckner[PDB] Fix section contributions
2017-08-03 Hiroshi Yamauchi[LVI] Constant-propagate a zero extension of the switch...
2017-08-03 Taewook OhMove unit test to the proper location
2017-08-03 Nico WeberUse "foo-12345.o" instead of "foo.o-12345" as temporary...
2017-08-03 Zachary Turner[llvm-pdbutil] Allow diff to force module equivalencies.
2017-08-03 George Karpenkov[libFuzzer] Un-reverting change in tests after fixing...
2017-08-03 Connor Abbotttest commit
2017-08-03 Nico WeberFix llvm-for-windows-on-linux build after LLVM r272701.
2017-08-03 Michal Gorny[test] Fix clang library dir in LD_LIBRARY_PATH For...
next