platform/upstream/llvm.git
2019-04-17 Florian Hahn[ScheduleDAGRRList] Recompute topological ordering...
2019-04-17 Louis DionneExplicitly say we don't define new/delete in libc+...
2019-04-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of registers
2019-04-17 Tim Renouf[AMDGPU] Flag new raw/struct atomic ops as source of...
2019-04-17 Nico Webergn build: Merge r358554
2019-04-17 Robert Widmann[LLVM-C] Add DIFile Field Accesssors
2019-04-17 Haojian Wu[clang-tidy] Add fix descriptions to clang-tidy checks.
2019-04-17 Sam McCall[clangd] Include textual diagnostic ID as Diagnostic...
2019-04-17 Simon Pilgrim[CostModel][X86] Add bool anyof/allof reduction costs
2019-04-17 Andrey ChurbanovFixed memory leak reported in Bugzilla:
2019-04-17 Sam McCall[clangd] Include insertion: require header guards,...
2019-04-17 Hans Wennborgclang-cl: Parse /openmp:experimental
2019-04-17 Fangrui Song[DWARF] llvm::Error -> Error. NFC
2019-04-17 Sven van Haastregt[libclang] Expose ext_vector_type
2019-04-17 Fangrui Song[ELF] Use llvm::bsearch. NFC
2019-04-17 Fangrui SongChange some llvm::{lower,upper}_bound to llvm::bsearch...
2019-04-17 Jordan Rupprecht[llvm-objcopy] Support full list of bfd targets that...
2019-04-17 Sam McCall[clangd] lower_bound -> bsearch, NFC
2019-04-17 Roman Lebedev[CVP] processOverflowIntrinsic(): don't crash if consta...
2019-04-17 Fangrui Song[DWARF] Pass ReferenceToDIEOffsets elements by reference
2019-04-17 Dmitri GribenkoFixed error message printing in write_cmake_config.py
2019-04-17 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-17 Craig Topper[X86] In CopyToFromAsymmetricReg, use VR128 instead...
2019-04-17 Andrea Di Biagio[MCA] Moved the bottleneck analysis to its own file...
2019-04-17 Eric ChristopherRevert "Add basic loop fusion pass." Per request.
2019-04-17 Eric ChristopherRevert "Temporarily Revert "Add basic loop fusion pass.""
2019-04-17 Eric FiselierFix visibility for coroutine types on Windows
2019-04-17 Aaron SmithClear the output string passed to GetHostName()
2019-04-17 Peter Collingbourneclangd: Change Windows.h to windows.h.
2019-04-17 Eric ChristopherRemove the run-slp-after-loop-vectorization option.
2019-04-17 Rui UeyamaFix a crash bug caused by a nested call of parallelForEach.
2019-04-17 Eric ChristopherTemporarily Revert "Add basic loop fusion pass."
2019-04-17 Rui Ueyamalld: Fix initial Mach-O load commands size calculation...
2019-04-17 Fangrui Song[Driver] Simplify -g level computation and its interact...
2019-04-17 Kit BartonAdd basic loop fusion pass.
2019-04-17 Yi Kong[builtins] Add __cmpsf2 for ARM version of comparesf2
2019-04-17 Marshall ClowAdd tests for stability to list::sort and forward_list...
2019-04-16 Sam McCall[ADT] llvm::bsearch, binary search for mere mortals
2019-04-16 Sanjay Patel[x86] adjust LEA tests for better coverage; NFC
2019-04-16 Leonard Chan[NFC] Remove unused function (Sema::pushExternalDeclInt...
2019-04-16 Douglas YungModify test to use -S instead of -c so that it works...
2019-04-16 Peter CollingbourneELF: Move build id computation to Writer. NFCI.
2019-04-16 Mitch Phillips[HWASan] Fixed slow DWARF unwinding.
2019-04-16 Marshall ClowFix list/forward_list implementations of remove_if...
2019-04-16 Davide Italiano[tools] Only build lldb-test when needed.
2019-04-16 Robert Widmann[LLVM-C] Add Accessors For Global Variable Metadata...
2019-04-16 Ali TamurFix a typo in comments. [NFC]
2019-04-16 Alex Langford[Process] Fix linux arm64 single step compilation failure
2019-04-16 Louis Dionne[NFC] Build libc++ verbosely in the macOS CI
2019-04-16 Davide Italiano[tools] Make vscode and lldb-instr optional.
2019-04-16 Nick Desaulniers[NVPTXAsmPrinter] clean up dead code. NFC
2019-04-16 Simon Pilgrim[TargetLowering] Rename preferShiftsToClearExtremeBits...
2019-04-16 Frederic Riss[debugserver] Relax the codesigning identity check
2019-04-16 Louis Dionne[libc++] Make sure we use new/delete from libc++abi...
2019-04-16 Sanjay Patel[EarlyCSE] detect equivalence of selects with inverse...
2019-04-16 Anton AfanasyevTime profiler: optimize json output time
2019-04-16 Nikita Popov[CVP] Simplify umulo and smulo that cannot overflow
2019-04-16 Anton Afanasyev[Support][JSON] Add reserve() to json Array
2019-04-16 Simon Pilgrim[SLP] Refactoring of the operand reordering code.
2019-04-16 Louis Dionne[libc++] Remove old workaround for buildit
2019-04-16 Nikita Popov[CVP] Add tests for non-overflowing mulo; NFC
2019-04-16 Simon Pilgrim[X86][AVX] X86ISD::PERMV/PERMV3 node types can never...
2019-04-16 Nikita Popov[InstCombine] Prune fshl/fshr with masked operands
2019-04-16 Nikita Popov[InstCombine] Add tests for fshl/fshr with masked opera...
2019-04-16 Sanjay Patel[x86] add more tests for LEA formation; NFC
2019-04-16 Nikita Popov[IR] Add WithOverflowInst class
2019-04-16 Harlan Haskins[FileSystemStatCache] Update test for new FileSystemSta...
2019-04-16 Matt Morehouse[libFuzzer] Remove tautological compare.
2019-04-16 Harlan Haskins[FileSystemStatCache] Return std::error_code from stat...
2019-04-16 Pavel LabathFix symtab-macho.test broken by r358500
2019-04-16 Michael Kruse[Test] Remove obsolete test.
2019-04-16 Philip Reames[Tests] Add branch_weights to latches so that test...
2019-04-16 Krzysztof Parzyszek[Hexagon] Remove indeterministic traversal order
2019-04-16 Fangrui Song[llvm-objdump] Test tabs in disassemble-align.s with...
2019-04-16 Alexey Bataev[OPENMP][NVPTX]Run combined constructs with if clause...
2019-04-16 Luis Marques[DAGCombiner] Add missing flag to addressing mode check
2019-04-16 whitequark[OCaml] Update api to account for FNeg and CallBr instr...
2019-04-16 Pavel LabathBreakpad: Match the new UUID algorithm in minidumps
2019-04-16 Pavel Labathtest/PECOFF: Remove REQUIRES: system-windows
2019-04-16 Luis Marques[RISCV] Custom lower SHL_PARTS, SRA_PARTS, SRL_PARTS
2019-04-16 Louis Dionne[pstl] Remove the stdlib headers from the PSTL and...
2019-04-16 Eric Liu[clangd] Check file path of declaring header when decid...
2019-04-16 Ulrich Weigand[SystemZ] Add missing intrinsics to intrinsics-immarg.ll
2019-04-16 Kadir Cetinkaya[llvm][Support] Provide interface to set thread priorities
2019-04-16 Alexey Bataev[OPENMP]Require aarch arch for the tests, NFC.
2019-04-16 Nico Weberllvm-undname: Consistently use "return nullptr" in...
2019-04-16 Nico Weberllvm-undname: Fix nullptr deref on invalid structor...
2019-04-16 Alexey Bataev[AArch64] Implement Vector Funtion ABI name mangling.
2019-04-16 Nico Weberllvm-undname: Tweak arena allocator
2019-04-16 Nico Weberllvm-undname: add a missing CHECK: to a passing test
2019-04-16 Nico WeberFix llvm-undname tests after r358485
2019-04-16 Nico Webergn build: Merge r358422
2019-04-16 Nico Weberllvm-undname: Add a -raw-file flag to pass a raw buffer...
2019-04-16 Hans WennborgRe-commit r357452: SimplifyCFG SinkCommonCodeFromPredec...
2019-04-16 Dmitri GribenkoRemoved CMake cache upgrade code from 2011
2019-04-16 Raphael IsemannFix typo in ArmUnwindInfo::GetUnwindPlan
2019-04-16 Hans WennborgAsan use-after-scope: don't poison allocas if there...
2019-04-16 Raphael IsemannCorrectly check if a warning message lacks a trailing...
2019-04-16 Anton AfanasyevUse native llvm JSON library for time profiler output
2019-04-16 Fangrui Song[llvm-objdump] Align instructions to a tab stop in...
next