platform/upstream/llvm.git
2018-10-01 Matthias BraunX86, AArch64, ARM: Do not attach debug location to...
2018-10-01 Craig Topper[X86] Add more test shrinking with truncate and sign...
2018-10-01 Akira HatanakaDistinguish `__block` variables that are captured by...
2018-10-01 Krasimir Georgiev[clang-format] Update comment, NFCI
2018-10-01 Craig TopperRevert r343499 and r343498. X86 test improvements
2018-10-01 Sid Manning[ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_3...
2018-10-01 Krzysztof Parzyszek[Hexagon] Remove incorrect pattern for swiz
2018-10-01 Krasimir Georgiev[clang-format] Fix typo in comment, NFCI
2018-10-01 David CarlierUnbreak linux cfi build
2018-10-01 Kristof Umann[analyzer][NFC] Refactor functions in PlistDiagnostics...
2018-10-01 David Carlier[Cfi] Compiling cfi library on FreeBSD and NetBSD
2018-10-01 Stanislav Mekhanoshin[AMDGPU] Fixed SIInstrInfo::getOpSize to handle subregs
2018-10-01 Zachary Turner[PDB] Add support for dumping Typedef records.
2018-10-01 Zachary Turner[PDB] Add support for parsing VFTable Shape records.
2018-10-01 Matthias BraunMIRParser: Check that instructions only reference DILoc...
2018-10-01 Fangrui SongRemove redundant null pointer check in operator delete
2018-10-01 Jonas DevlieghereFix tests affected by printing change.
2018-10-01 Wouter van... [WebAssembly] Fixed AsmParser not allowing instructions...
2018-10-01 Tatyana KrasnukhaFix build with GCC < 5.0 (PR39131)
2018-10-01 Craig Topper[X86] Enable load folding in the test shrinking code
2018-10-01 Craig Topper[X86] Improve test instruction shrinking when the sign...
2018-10-01 Aaron Smith[lldb] Start a new line for the next output if there...
2018-10-01 Dan Liew[NFC] Fix `-Wcast-qual` warnings in Darwin `internal_sy...
2018-10-01 Rui UeyamaAdd an explanation about cross linking.
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule...
2018-10-01 Matthias BraunDAGCombiner: StoreMerging: Fix bad index calculating...
2018-10-01 Alexey Bataev[OPENMP][NVPTX] Handle `requires datasharing` flag...
2018-10-01 Sanjay Patel[x86] add tests for 256- and 512-bit vector types for...
2018-10-01 Simon Pilgrim[X86] Create schedule classes for BT(C|R|S)mi and BT...
2018-10-01 Evandro Menezes[AArch64] Refactor cheap cost model
2018-10-01 Sam McCall[Basic] Update clang tests (really testing sys::fs...
2018-10-01 Simon Pilgrim[X86] Remove unnecessary BTmi/BTmr scheduler overrides
2018-10-01 Jesper Antonsson[InstCombine] Handle vector compares in foldGEPIcmp...
2018-10-01 Simon Atanasyan[mips] Generate tests expectations using update_llc_tes...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BTmr schedule uop counts
2018-10-01 Alexey Bataev[OPENMP] Simplify code, NFC.
2018-10-01 Sanjay Patel[InstCombine] try to convert vector insert+extract...
2018-10-01 Haojian Wu[Preprocessor] Fix a crash when handling non-alpha...
2018-10-01 Sanjay Patel[InstCombine] add more insert-extract tests for D52439...
2018-10-01 Alexey Bataev[OPENMP] Fix enum identifier, NFC.
2018-10-01 Simon Pilgrim[X86] Create schedule classes for BTmi and BTmr instruc...
2018-10-01 Jonas Hahnfeld[libomptarget-nvptx] Enable asserts in bclib
2018-10-01 Jonas Hahnfeld[libomptarget-nvptx] reduction: Determine if runtime...
2018-10-01 Andrey ChurbanovFixed workaround made in https://reviews.llvm.org/D51694.
2018-10-01 Haojian Wu[clangd] Add "check-clangd" target
2018-10-01 Haojian WuMove llvm util dependencies from clang-tools-extra...
2018-10-01 Patrick LysterAdd support for unified_shared_memory clause on require...
2018-10-01 Jonas Devlieghere[Interpreter] Escape backticks when dumping format...
2018-10-01 Jonas DevlieghereEscape newlines in default disassembly format.
2018-10-01 Robert Widmann[LLVM-C] Add an accessor for the kind of a Metadata...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix masked load schedule
2018-10-01 Guillaume Chatelet[llvm-exegesis][NFC] Move random functions from CodeTem...
2018-10-01 Sam McCall[Support] Listing a directory containing dangling symli...
2018-10-01 Haojian WuBuild clang-headers when building clang tools.
2018-10-01 Hans WennborgRevert r343407 "[InstCombine] try to convert vector...
2018-10-01 Sam McCall[CodeComplete] #include completion treats -I as non...
2018-10-01 Guillaume Chatelet[llvm-exegesis][NFC] Make randomizeUnsetVariables a...
2018-10-01 Alexander Timofeev[AMDGPU] Divergence driven instruction selection. Shift...
2018-10-01 Puyan Lotfi[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test...
2018-10-01 Sam McCall[clangd] Query dex index using query-style trigrams...
2018-10-01 Andrea Di Biagio[X86][BtVer2] Teach how to identify zero-idiom VPERM2F1...
2018-10-01 Puyan Lotfi[llvm-objcopy] Adding support for decompressing zlib...
2018-10-01 Florian HahnRecommit r343308: [LoopInterchange] Turn into a loop...
2018-10-01 James HendersonFix typo in LLD man page
2018-10-01 Eric Liu[clangd] Fix header mapping for std::string. NFC
2018-10-01 Clement Courbet[X86][Sched] Update scheduling information for VZEROALL...
2018-10-01 Clement Courbet[X86][Sched] Add pfm uop counter definitions for SNB...
2018-10-01 Carlos Alberto... [DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead...
2018-10-01 Clement Courbet[CodeGen][NFC] Add tests for heterogeneous types in...
2018-10-01 Craig Topper[X86] Stop X86DomainReassignment from creating copies...
2018-10-01 Lang Hames[ORC] Pass Symbols to ExecutionSession::lookup by value...
2018-10-01 Eric FiselierAttempt to fix aligned allocation configuration under...
2018-10-01 Eric FiselierRemove one more warning from clang-cl build
2018-10-01 Eric FiselierFix Shadowing warning on Windows
2018-10-01 Eric FiselierFix even more Clang warnings.
2018-10-01 Eric FiselierBump default dialect to C++14 for clang-cl
2018-10-01 Eric FiselierRemove even more clang-cl warnings
2018-10-01 Eric FiselierMork more tests as FLAKY
2018-10-01 Eric FiselierRemove even more warnings from clang-cl build
2018-10-01 Eric FiselierTurn off warnings under clang-cl
2018-10-01 Eric FiselierFix threaded test under no-threading configuration
2018-10-01 Eric FiselierAttempt to unbreak Windows configuration.
2018-10-01 Lang Hames[ORC] Add convenience methods for creating DynamicLibra...
2018-10-01 Lang Hames[ORC] Add a method to JITTargetMachineBuilder to get...
2018-09-30 Craig Topper[X86] Change an llvm_unreachable to a report_fatal_erro...
2018-09-30 Lang Hames[ORC] Add an 'intern' method to ExecutionEngine for...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-30 Simon Pilgrim[X86] Fix scheduler class for BTmi instructions
2018-09-30 Lang Hames[ORC] Extract and tidy up JITTargetMachineBuilder,...
2018-09-30 Martin Storsjo[COFF] In MinGW mode, ignore relocations against a...
2018-09-30 Simon Pilgrim[LLVM-MCA][X86] Add missing VCMPESTR/VCMPESTR tests
2018-09-30 Eric FiselierFix linkage error on ProgramPoint's dump method.
2018-09-30 Craig Topper[X86] Copy memrefs when folding a load for division...
2018-09-30 Aaron BallmanReverting r343415 as it breaks at least one of the...
2018-09-30 Bjorn Pettersson[PHIElimination] Lower a PHI node with only undef uses...
2018-09-30 Bjorn Pettersson[PHIElimination] Update the regression test for PR16508
2018-09-30 Aaron BallmanAllow clang-tidy to be built without a dependency on...
2018-09-30 Simon Pilgrim[LLVM-MCA][X86] Add some AVX512 tests
2018-09-30 Simon Pilgrim[X86][Btver2] Fix PCmpIStrI/PCmpIStrM schedules
next