platform/upstream/llvm.git
2018-04-19 Reid KlecknerDon't do aligned allocations on MSVCRT before 19.12...
2018-04-19 Simon Pilgrim[llvm-mca][X86] Add prefetch instruction resource tests
2018-04-19 Sam Clegg[WebAssembly] Enabled -triple=wasm32-unknown-unknown...
2018-04-19 Rafael EspindolaAdd a test. NFC.
2018-04-19 Sanjay Patel[Reassociate] add baseline tests for binop swapping...
2018-04-19 Peter CollingbourneCOFF: Remove OutputSection::getPermissions() and getCha...
2018-04-19 Simon Pilgrim[llvm-mca][FMA] Add FMA resource tests
2018-04-19 Stanislav Mekhanoshin[AMDGPU] Use packed literals with zero either lower...
2018-04-19 Gerolf Hoflehner[llvm-objdump] Issue error message when object file...
2018-04-19 Craig Topper[X86] Remove non-existant instruction name from X86Disa...
2018-04-19 Jin LinRefine the loop rotation's API
2018-04-19 Peter CollingbourneCOFF: Rename Chunk::getPermissions to getOutputCharacte...
2018-04-19 Reid KlecknerRemove impossible _MSC_VER check
2018-04-19 Lang Hames[ORC] Fix an assertion condition from r329934.
2018-04-19 Craig Topper[X86] Enable popcnt false dependency breaking on Silver...
2018-04-19 Chandler Carruth[PM/LoopUnswitch] Detect irreducible control flow withi...
2018-04-19 Lang Hames[ORC] Make VSO symbol resolution/finalization operation...
2018-04-19 Kostya Kortchinsky[sanitizer] Minor refactor of some ReservedAddressRange...
2018-04-19 Adrian McCarthyFix narrowing warning by appending `f` to literal constant.
2018-04-19 David Zarzycki[UnitTests] NFC/build-perf: Break up nontrivial compile...
2018-04-19 Simon Pilgrim[llvm-mca][X86] Add resource test for every out-of...
2018-04-19 Simon Pilgrim[X86][SLM] Fix typo using SandyBridge resources.
2018-04-19 Rafael EspindolaDefine InputSection::getOffset inline.
2018-04-19 Craig Topper[X86] Correct the scheduling data for register forms...
2018-04-19 Sanjay Patel[Reassociate] fix formatting; NFC
2018-04-19 Simon Pilgrim[X86] Merge some MMX instregex
2018-04-19 Rafael EspindolaSimplify Repl handling.
2018-04-19 Krzysztof Parzyszek[if-converter] Handle BBs that terminate in ret during...
2018-04-19 Krzysztof Parzyszek[Hexagon] Use legal types when lowering CONCAT_VECTORS...
2018-04-19 Francis Visoiu... [llvm-objdump] Remove test object file
2018-04-19 Francis Visoiu... [llvm-objdump] Print "..." instead of random data for...
2018-04-19 Teresa Johnson[gold/ThinLTO] Invoke llvm_shutdown when exiting after...
2018-04-19 Rafael EspindolaSimplify getOffset for synthetic sections.
2018-04-19 Rafael EspindolaRename MergeInputSection::getOffset.
2018-04-19 Steven Wu[CXX] Templates specialization visibility can be wrong
2018-04-19 Mark Searles[AMDGPU] Do not only rely on BB number when finding...
2018-04-19 Ivan A. Kosarev[NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics...
2018-04-19 Simon Pilgrim[llvm-mca][X86] Add mmx instruction to btver2 resource...
2018-04-19 Florian Hahn[NewGVN] Add ops as dependency if we cannot find a...
2018-04-19 Krzysztof Parzyszek[Hexagon] Generate code for vector bswap intrinsics
2018-04-19 Simon Pilgrim[X86][BtVer2] Remove SSE4A EXTRQ/EXTRQI InstRW overrides.
2018-04-19 Erich KeaneFix __attribute__((force_align_arg_pointer)) misalignme...
2018-04-19 Krzysztof Parzyszek[Hexagon] Add/fix patterns for 32/64-bit vector compare...
2018-04-19 Mikhail Maltsev[Unittests] Fix plugins test
2018-04-19 Petr Hosek[Fuzzer] Make InterruptHandler non-blocking for Fuchsia
2018-04-19 Haojian Wu[clang-tidy] Fix unused-variable warning.
2018-04-19 Simon Dardis[mips] Correct the definitions of the unaligned word...
2018-04-19 Roman Lebedev[NFC][InstCombine] A few more tests for masked merge...
2018-04-19 Krasimir Georgiev[clang-format] Don't remove empty lines before namespac...
2018-04-19 Alexander IvchenkoLowering x86 adds/addus/subs/subus intrinsics (clang)
2018-04-19 Alexander IvchenkoLowering x86 adds/addus/subs/subus intrinsics (llvm...
2018-04-19 Florian HahnRemove file accidentally added in r330320.
2018-04-19 Florian Hahn[IR/BasicBlockTest] Fix asan failure introduced in...
2018-04-19 Simon Pilgrim[X86][FMA] Remove FMA reg-reg InstRW scheduler overrides.
2018-04-19 Simon Pilgrim[X86][BtVer2] Remove 128-bit F16C InstRW overrides.
2018-04-19 Simon Pilgrim[llvm-exegesis] Fix PfmIssueCountersTable creation
2018-04-19 Florian Hahn[BasicBlock] Add instructionsWithoutDebug methods to...
2018-04-19 Simon Dardis[mips] Guard some macro expansions properly
2018-04-19 Pavel LabathAttempt to fix TestMiniDump on windows
2018-04-19 Sjoerd Meijer[ARM] Add some missing FP16 VSEL test cases
2018-04-19 Dmitry Vyukovtsan: fix compiler warnings
2018-04-19 Sander de Smalen[AArch64][AsmParser] NFC: Cleanup parsing of scalar...
2018-04-19 Dean Michael... OpenBSD add C++ runtime in a driver's standpoint
2018-04-19 Tobias Grosser[RuntimeDebugBuilder] Do not break for 64 bit integers
2018-04-19 Craig Topper[X86] Scrub scheduling information for MUL/IMUL on...
2018-04-19 Rafael EspindolaSimplify. NFC.
2018-04-19 Rafael EspindolaDon't call getOffset twice. NFC.
2018-04-18 Douglas YungFix test from r330245 on Windows.
2018-04-18 Akira Hatanaka[CodeGen] Do not push a destructor cleanup for a struct...
2018-04-18 Reid Kleckner[MS] Fix unprototyped thunk emission for incomplete...
2018-04-18 Leonard MosescuImprove LLDB's handling of non-local minidumps
2018-04-18 Bob HaarmanFix data race in X86FloatingPoint.cpp ASSERT_SORTED
2018-04-18 Reid Kleckner[COFF] Mark images with no exception handlers for ...
2018-04-18 Heejin Ahn[OpenMP] Compilation error fix on const char*
2018-04-18 Craig Topper[X86] Correct the Defs, Uses, hasSideEffects, mayLoad...
2018-04-18 Alex Shlyapnikov[HWASan] Add "N" suffix to generic __hwasan_load/store.
2018-04-18 Artem Belevich[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16...
2018-04-18 Simon Pilgrim[llvm-mca][X86] Add mmx versions of SSSE3 instructions
2018-04-18 Alex Bradbury[RISCV] Add test changes missed from rL330293
2018-04-18 Alex Bradbury[RISCV] Introduce pattern for materialising immediates...
2018-04-18 Tobias Grosser[RuntimeDebugBuilder] Print vectors passed without...
2018-04-18 Alex Bradbury[RISCV] Add imm-cse.ll test case
2018-04-18 Lei Huang[NFC] test case clean up
2018-04-18 Tobias Grosser[RuntimeDebugBuilder] Turn assert into an unreachable
2018-04-18 Alex Bradbury[RISCV] Expand codegen -> compression sanity checks...
2018-04-18 Craig Topper[X86] Fix the Uses/Defs,mayLoad,mayStore,hasSideEffects...
2018-04-18 Yan Zhangadd extra acronyms for objc property names
2018-04-18 Tobias Grosser[ScopDetect / ScopInfo] Get statistics for scops withou...
2018-04-18 Fangrui Song[OPENMP] Fix -Wunused-lambda-capture. NFC
2018-04-18 Jonathan Peyton[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact...
2018-04-18 Jonathan PeytonIntroduce GOMP_taskloop API
2018-04-18 Alex BradburyRevert "[RISCV] implement li pseudo instruction"
2018-04-18 Artem Belevich[CUDA] added missing __ldg(const signed char *)
2018-04-18 Yaxun Liu[HIP] Add driver input type for HIP
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting Unsigned...
2018-04-18 Martin Storsjo[MinGW] Try to fix asan testing after r330244
2018-04-18 Amara Emerson[AArch64] Add isel pattern for v8i8->v2f32 NVCASTs.
2018-04-18 Jonas Devlieghere[LIT] Have lit run the lldb test suite
2018-04-18 Alex Bradbury[RISCV] Add specific tests for materialising imm32hi20...
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting (Un)Signe...
next