platform/upstream/llvm.git
2018-04-11 Tom StellardDriver: Add gcc search path for RHEL devtoolset-7
2018-04-11 Simon PilgrimDon't repeatedly evaluate size() in the for loop. NFCI.
2018-04-11 Nemanja Ivanovic[PowerPC] Fix condition for 64-bit rotate when replacin...
2018-04-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2018-04-11 Puyan LotfiAttempting to work around a non-determinism issue.
2018-04-11 Yonghong Songbpf: signal error instead of silent drop for certain...
2018-04-11 Gabor Buella[x86] wbnoinvd intrinsic
2018-04-11 Gabor Buella[X86] Describe wbnoinvd instruction
2018-04-11 Sam CleggRemove references to old SymbolBody class
2018-04-11 Daniel Neilson[DSE] Add tests for atomic memory intrinsics (NFC)
2018-04-11 Jim InghamFix a thinko in CommandObjectMemoryRegion.
2018-04-11 Alexey Bataev[OPENMP] Code cleanup, NFC.
2018-04-11 Kostya Kortchinsky[sanitizer] Correct name length computation for some...
2018-04-11 David BlaikieRename to match an LLVM change
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-11 Daniel Neilson[DSE] Regenerate tests with update_test_checks.py ...
2018-04-11 Peter CollingbourneCodeGen: Don't try to canonicalize Unix-style paths...
2018-04-11 Simon Pilgrim[X86][Atom] Convert Atom scheduler model to SchedRW...
2018-04-11 Shoaib Meenai[CodeGen] Handle __func__ inside __finally
2018-04-11 Andrea Di Biagio[llvm-mca] Let the Scheduler notify dispatch stall...
2018-04-11 Simon Pilgrim[X86] Generalize X86PadShortFunction to work with Targe...
2018-04-11 Eugene Zelenko[Documentation] Fix formatting and order in Release...
2018-04-11 George Karpenkov[xray] Fix OS X bots.
2018-04-11 Davide Italiano[Target] Remove dead/commented out code. NFC.
2018-04-11 Artem Belevich[NVPTX] Removed 'satom' feature which is no longer...
2018-04-11 Artem Belevich[NVPTX, CUDA] Improved feature constraints on NVPTX...
2018-04-11 Aaron SmithRevert "[cmake] Remove duplicate command line options...
2018-04-11 Dimitry AndricDocument -std= values for different languages
2018-04-11 Tim Renouf[AMDGPU] Ensure there are enough registers for wave...
2018-04-11 Tobias GrosserRevert r327216 'Add isl operator overloads for isl...
2018-04-11 Daniel Neilson[DSE] Regenerate tests with update_test_checks.py ...
2018-04-11 Yonghong Songbpf: accept all asm register names
2018-04-11 Reid Kleckner[FastISel] Disable local value sinking by default
2018-04-11 Sanjay Patel[InstCombine] limit X - (cast(-Y) --> X + cast(Y) with...
2018-04-11 Paul Robinson[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
2018-04-11 Petar Jovanovic[MIPS GlobalISel] Select add i32, i32
2018-04-11 Haicheng Wu[SLP] update a test case. NFC.
2018-04-11 Aaron Smith[cmake] Remove duplicate command line options from...
2018-04-11 Manuel KlimekFix bugs around handling C++11 attributes.
2018-04-11 Yaxun Liu[AMDGPU] Fix lowering enqueue_kernel
2018-04-11 Ivan A. Kosarev[NEON] Support vfma_n and vfms_n intrinsics
2018-04-11 Malcolm Parsons[clang-apply-replacements] Convert tooling::Replacement...
2018-04-11 Andrea Di BiagioRevert "[llvm-mca][CMake] Remove unused libraries from...
2018-04-11 Tim RenoufRevert "[AMDGPU] Ensure there are enough registers...
2018-04-11 Chad Rosier[Driver] Don't forward -m[no-]unaligned-access options...
2018-04-11 Sander de Smalen[AArch64][AsmParser] Split index parsing from vector...
2018-04-11 Tim Renouf[AMDGPU] Ensure there are enough registers for wave...
2018-04-11 Andrea Di Biagio[llvm-mca][CMake] Remove unused libraries from set...
2018-04-11 Simon Pilgrim[X86] Add variable shuffle schedule classes
2018-04-11 Francis Visoiu... [AArch64] Add test case for r329797
2018-04-11 Jan Korous[Sema] Fix built-in decrement operator overload resolution
2018-04-11 Pavel Labathllgs: Send "rich" errors in response to vAttach packets
2018-04-11 Simon Pilgrim[X86][SSE] Tweak cmpps schedule test so that it works...
2018-04-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added v_screen_partition_4se_b32
2018-04-11 Francis Visoiu... [AArch64] Fix regression after r329691
2018-04-11 Andrea Di Biagio[llvm-mca] Minor code cleanup. NFC
2018-04-11 Strahinja Petrovic[PowerPC] Option for secure plt mode
2018-04-11 Andrea Di Biagio[llvm-mca] Renamed BackendStatistics to RetireControlUn...
2018-04-11 Andrea Di Biagio[llvm-mca] Move the logic that prints scheduler statist...
2018-04-11 Artur GainullinEliminate a bitwise 'not' op of 'not' min/max by invert...
2018-04-11 Jonas Toth[clang-tidy] fix buildbots from hicpp-signed-bitwise
2018-04-11 Jonas Toth[clang-tidy] add missing assignment operations in hicpp...
2018-04-11 Sjoerd Meijer[ARM] FP16 VSEL codegen
2018-04-11 George Rimar[ELF] - Reorder local symbols.
2018-04-11 Haojian Wu[Tooling] Correct the "-std" compile command option.
2018-04-11 George Rimar[ELF] - Simplify. NFC.
2018-04-11 Haojian Wu[Tooling] Optimize memory usage in InMemoryToolResults.
2018-04-11 Clement Courbet[Build][NFC] Split off libpfm detection to a separate...
2018-04-11 Sander de Smalen[AArch64][AsmParser] Unify code for parsing Neon/SVE...
2018-04-11 Clement Courbet[llvm-exegesis] Add a flag to disable libpfm even if...
2018-04-11 Adam Balogh[Analyzer] SValBuilder Comparison Rearrangement (with...
2018-04-11 Dean Michael... Adding fuzzer flags support to OpenBSD driver
2018-04-11 Petr Hosek[CMake][runtimes] Process common options in runtimes...
2018-04-11 Craig Topper[X86] Fix typo in intrinsic header file __mask16->__mma...
2018-04-11 Dean Michael... [XRay][compiler-rt] Fix osx-based builds
2018-04-11 Craig Topper[X86] Replace 512-bit masked pmaddubsw and pmaddwd...
2018-04-11 Craig Topper[X86] Remove 128/256-bit masked pmaddubsw and pmaddwd...
2018-04-11 Dean Michael... [XRay][clang] Only enable test for supported platforms
2018-04-11 Dean Michael... [XRay][clang+compiler-rt] Support build-time mode selection
2018-04-11 Craig Topper[X86] In X86FlagsCopyLowering, when rewriting a memory...
2018-04-11 Petr Hosek[libcxx] Set ABI version 2 as default for Fuchsia
2018-04-11 Craig Topper[X86] Switch a test from grep to FileCheck. NFC
2018-04-10 Sriraman TallamSimplification of libcall like printf->puts must check...
2018-04-10 Rui UeyamaUse contains_lower() instead of find_lower() != StringR...
2018-04-10 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto and Includ...
2018-04-10 Sriraman TallamGOTPCREL references must always use RIP.
2018-04-10 Marek OlsakAMDGPU: enable 128-bit for local addr space under an...
2018-04-10 Galina KistanovaDisable flaky tests till they get fixed.
2018-04-10 Aaron BallmanIntroduce a new builtin, __builtin_dump_struct, that...
2018-04-10 Geoff Berry[AArch64][Falkor] Fix bug in Falkor HWPF collision...
2018-04-10 Petr HosekRevert "Handle the default case"
2018-04-10 George Burgess IV[clang-tidy] Add a `android-comparison-in-temp-failure...
2018-04-10 Petr HosekHandle the default case
2018-04-10 Rafael EspindolaDon't warn on ICFed symbols, warn on synthetic ones.
2018-04-10 Roman Lebedev[clang-tidy] Unbreak run-clang-tidy.cpp test (modernize...
2018-04-10 Sanjay Patel[CVP] simplify phi with constant incoming values that...
2018-04-10 Chad Rosier[Driver] Handle the default case missed in r329748.
2018-04-10 Daniel Neilson[Verifier] Refactor duplicate code for atomic mem intri...
2018-04-10 Steven Wu[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
2018-04-10 Alexey Bataev[OPENMP] Additional attributes for the pointer parameters.
next