platform/upstream/llvm.git
2019-05-01 Raphael IsemannFix build URL in new LLDB website
2019-05-01 Raphael IsemannRemoved unnecessary conversion to StringRef
2019-05-01 George Rimar[yaml2obj] - Report when unknown section is referenced...
2019-05-01 Fangrui SongChange llvm-{objdump,readobj} -long-option to --long...
2019-05-01 Fangrui Song[llvm-readobj] Change -t to --symbols in tests. NFC
2019-05-01 Fangrui Song[gold] Fix two readelf tests after rL359649
2019-05-01 Petr Hosek[compiler-rt] Use correct spelling of the -Wno-pedantic...
2019-05-01 Craig Topper[X86FixupLEAs] Hoist the calls to isLEA out of the...
2019-05-01 Fangrui SongFix test/tools/llvm-readobj/mips-plt.test
2019-05-01 Petr Hosek[libcxx] Move CMake file to src, avoid using globs
2019-05-01 Fangrui SongUse __extension__ to suppress __EH_FRAME_LIST__ warnings
2019-05-01 Tom Stellardlib/Header: Fix Visual Studio builds try #2
2019-05-01 Fangrui Song[llvm-readobj] llvm-readobj --elf-output-style=GNU...
2019-05-01 Fangrui Song[llvm-readobj] llvm-readobj --elf-output-style=GNU...
2019-05-01 Fangrui Song[test] Change llvm-readobj -long-option to --long-optio...
2019-05-01 Petr Hosek[compiler-rt] Cleanup the --target and --sysroot handling
2019-05-01 Fangrui Song[llvm-readobj] Change -long-option to --long-option...
2019-05-01 David L. JonesRevert "[llvm] r359313 - [PowerPC] Update P9 vector...
2019-05-01 Fangrui SongDelete outdated comment about DISubprogram. NFC
2019-05-01 Petr Hosek[compiler-rt] Pass sysroot and disable pedantic for...
2019-05-01 Alex Langford[CMake] Correct lldbPluginProcessPOSIX dependencies
2019-05-01 Petr Hosek[compiler-rt] Rework the object build support
2019-05-01 Lang Hames[JITLink] Make sure we explicitly deallocate memory...
2019-05-01 Marshall ClowFix a bunch of unordered container tests that were...
2019-05-01 Jonathan Metzman[libFuzzer] Disable i386 on non-Linux platforms
2019-05-01 Eric ChristopherMake some comments that were meant to be for public...
2019-05-01 Fangrui Song[llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS...
2019-04-30 Jonathan Metzman[libFuzzer] Fix failing test: sigint.test
2019-04-30 Nico Webergn build: Fix build on macOS after r359570 / r359527
2019-04-30 JF BastienFix auto-init test
2019-04-30 Nico Webergn build: Merge r359626
2019-04-30 Sam Clegg[WebAssembly] Update expectations for gcc torture tests
2019-04-30 Philip Reames[InstCombine] Limit a vector demanded elts rule which...
2019-04-30 Mitch PhillipsAdded test.
2019-04-30 Mitch Phillips[sanitizer_common] Added 64-bit signed flag parser.
2019-04-30 Dan Gohman[WebAssembly] Use the "wasm32-wasi" triple in tests
2019-04-30 Dan Gohman[WebAssembly] Test the "wasm32-wasi" triple
2019-04-30 JF BastienVariable auto-init: don't initialize aggregate padding...
2019-04-30 Alina Sbirlea[MemorySSA] Invalidate MemorySSA if AA or DT are invali...
2019-04-30 Lang Hames[ORC] Move SimpleCompiler/ConcurrentIRCompiler definiti...
2019-04-30 Rong Xu[llvm-profdata] Fix indentation error in docs. NFC.
2019-04-30 Kostya Serebryany[libFuzzer] temporarily disable a test on windows,...
2019-04-30 Reid KlecknerRemove two unnecessary wrappers of canPassInRegisters
2019-04-30 Alina Sbirlea[AliasAnalysis/NewPassManager] Invalidate AAManager...
2019-04-30 Stanislav Mekhanoshin[AMDGPU] gfx1010 VMEM and SMEM implementation
2019-04-30 Kostya Serebryany[libFuzzer] add MagicSeparatorTest
2019-04-30 Rong Xu[llvm-profdata] Fix indentation error. NFC
2019-04-30 Eric ChristopherAdd an include of Module since we actually access it...
2019-04-30 Eric ChristopherFix a few -Werror warnings:
2019-04-30 Alina SbirleaSet LoopInterleaved in the PassManagerBuilder.
2019-04-30 Alina Sbirlea[PassManagerBuilder] Add option for interleaved loops...
2019-04-30 Lang Hames[JITLink] Add debugging output to print resolved extern...
2019-04-30 Lang Hames[ORC][JITLink] Name in-memory compiled objects after...
2019-04-30 Rong Xu[llvm-profdata] Add overlap command to compute similari...
2019-04-30 Reid KlecknerRevert r359325 "[NFC][Sanitizer] Change "return type...
2019-04-30 Jonathan Metzman[libFuzzer] Replace -seed_corpus to better support...
2019-04-30 Fedor Sergeev[NFC][InlineCost] cleanup - comments, overflow handling.
2019-04-30 Simon Pilgrim[X86][SSE] Fold extract_subvector(extend(x)) -> extend_...
2019-04-30 Amy Kwan[compiler-rt][builtins][sanitizers] Update compiler...
2019-04-30 Dan Gohman[WebAssembly] Fix test after r359602
2019-04-30 Nico WeberFix stack-use-after free after r359580
2019-04-30 Petr Hosek[Driver] Support compiler-rt crtbegin.o/crtend.o for...
2019-04-30 Dan Gohman[WebAssembly] Support EXPLICIT_NAME symbols in llvm...
2019-04-30 Jonathan Peyton[OpenMP] Add OpenMP 5.0 nonmonotonic code
2019-04-30 Dan Gohman[WebAssembly] Support f16 libcalls
2019-04-30 Jonathan Peyton[OpenMP] Eliminate some compiler warnings
2019-04-30 Yaxun LiuAdd requires amdgpu-registered-target for amdgpu-float1...
2019-04-30 Craig Topper[X86] Remove if that's always true
2019-04-30 Eric FiselierSupport overaligned types in `aligned_storage`.
2019-04-30 Evandro Menezes[SimplifyLibCalls] Clean up code (NFC)
2019-04-30 Yaxun LiuAMDGPU: Enable _Float16
2019-04-30 Jonas DevlieghereAdd CxxModuleHandler to Xcode project
2019-04-30 Sanjay Patel[AArch64] add more tests for constant folding failures...
2019-04-30 Petr HosekReland "[compiler-rt] Simple crtbegin.o and crtend...
2019-04-30 Jonathan Metzmanfix broken test
2019-04-30 Jonathan Metzmanremove extra zeros
2019-04-30 Jonathan Metzmanremove stale comment
2019-04-30 Jonathan Metzmanchange order
2019-04-30 Jonathan Metzmanfix comment
2019-04-30 Jonathan Metzman[libFuzzer] Enable for i386
2019-04-30 Jonathan MetzmanFix issues with testing for i386
2019-04-30 Jonathan MetzmanEnable x86 builds
2019-04-30 Craig Topper[X86] If PreprocessISelDAG reorders a load before a...
2019-04-30 Craig Topper[X86] Initial cleanups on the FixupLEAs pass. Separate...
2019-04-30 Nico WeberRe-reland "[Option] Fix PR37006 prefix choice in findNe...
2019-04-30 Petr HosekRevert "[compiler-rt] Simple crtbegin.o and crtend...
2019-04-30 Yitzhak Mandelbaum[LibTooling] Fix broken test after r359574.
2019-04-30 Jonas DevlieghereSort Symbol/CMakeLists.txt
2019-04-30 Petr Hosek[compiler-rt] Simple crtbegin.o and crtend.o implementation
2019-04-30 Jonas DevlieghereXFAIL x86-64-zmm-read on Darwin
2019-04-30 Yitzhak Mandelbaum[LibTooling] Change Transformer's TextGenerator to...
2019-04-30 Stella StamenovaUn-xfail the TestMiniDump tests on Windows
2019-04-30 Michal Gorny[lldb] [Process/NetBSD] Fix handling piod_len from...
2019-04-30 Louis Dionne[libc++][CMake] Refactor how we link against system...
2019-04-30 Nico Webergn build: Add check-clangd target after r3359424
2019-04-30 Russell GallopAdd llvm-profdata to LLVM_TOOLCHAIN_TOOLS
2019-04-30 Jordan Rupprecht[llvm-objcopy] Add RISC-V support for -B/-O
2019-04-30 Kostya Kortchinsky[scudo][standalone] Add the memory reclaiming mechanism
2019-04-30 Sanjay Patel[SelectionDAG] remove div-by-zero constant folding...
2019-04-30 Andrew Ng[LLD][ELF] /DISCARD/ output sections should not be...
next