| Commit message (Expand) | Author | Age | Files | Lines |
* | [llvm-mca][X86] Add missing enter/leave, invlpg/invlpga, rdmsr/wrmsr, rdpmc a... | Simon Pilgrim | 2019-01-22 | 11 | -13/+363 |
* | [x86] add another partial undef vector binop test; NFC | Sanjay Patel | 2019-01-22 | 1 | -1/+32 |
* | Use response file when generating LLVM-C.dll | Serge Guelton | 2019-01-22 | 2 | -3/+21 |
* | Note that we have a patch for LWG3101 | Marshall Clow | 2019-01-22 | 1 | -2/+2 |
* | [llvm-mca][X86] Add missing mfence/pinsrw tests | Simon Pilgrim | 2019-01-22 | 11 | -11/+132 |
* | [CMake] Turn LLDB_FRAMEWORK_TOOLS into STRING to allow overrides from cache f... | Stefan Granitz | 2019-01-22 | 1 | -1/+1 |
* | [llvm-mca][X86] Add missing monitor/mwait tests | Simon Pilgrim | 2019-01-22 | 11 | -10/+98 |
* | [llvm-mca][X86] Add missing vperm2i128 tests | Simon Pilgrim | 2019-01-22 | 6 | -6/+48 |
* | [llvm-mca][X86] Add missing tzcntw tests | Simon Pilgrim | 2019-01-22 | 8 | -8/+64 |
* | [clangd] Followup fix of rL351818 | Haojian Wu | 2019-01-22 | 1 | -3/+5 |
* | [DAGCombiner] narrow vector binop with 2 insert subvector operands | Sanjay Patel | 2019-01-22 | 4 | -28/+44 |
* | [llvm-objdump] - Introduce getRelocsMap() helper. NFCI. | George Rimar | 2019-01-22 | 1 | -22/+21 |
* | [RISCV][NFC] Change naming scheme for RISC-V specific DAG nodes | Alex Bradbury | 2019-01-22 | 1 | -43/+50 |
* | [MCA] Add tests for int-to-fpu transfer delays. NFC | Andrea Di Biagio | 2019-01-22 | 3 | -0/+612 |
* | Slight fix for r351820 | Serge Guelton | 2019-01-22 | 1 | -2/+2 |
* | Fix llvm::is_trivially_copyable portability issues | Serge Guelton | 2019-01-22 | 4 | -6/+55 |
* | [X86][SSE] Canonicalize OR(AND(X,C),AND(Y,~C)) -> OR(AND(X,C),ANDNP(C,Y)) | Simon Pilgrim | 2019-01-22 | 16 | -969/+1012 |
* | Fix "missing field 'ClangTidyOpts' initializer" warning. NFCI. | Simon Pilgrim | 2019-01-22 | 1 | -2/+3 |
* | [X86][BtVer2] SSE2 vector shifts has local forwarding disabled | Simon Pilgrim | 2019-01-22 | 4 | -98/+98 |
* | Fix "comparison of unsigned expression >= 0 is always true" warning. NFCI. | Simon Pilgrim | 2019-01-22 | 1 | -1/+1 |
* | [X86][BtVer2] X86ISD::VPERMILPV has local forwarding disabled | Simon Pilgrim | 2019-01-22 | 3 | -18/+18 |
* | [clang-tidy] Fix whitespace in docs. NFC | Alexander Kornienko | 2019-01-22 | 1 | -15/+14 |
* | [clangd] NFC: reduce log noise from Diagnostics. | Eric Liu | 2019-01-22 | 1 | -2/+2 |
* | [clangd] Fix the broken buildbot. | Haojian Wu | 2019-01-22 | 1 | -0/+1 |
* | Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink" | Martin Storsjo | 2019-01-22 | 6 | -137/+7 |
* | [CostModel][X86] Add ICMP Predicate specific costs | Simon Pilgrim | 2019-01-22 | 2 | -1044/+1085 |
* | [clangd] Fix the `-Wtype-limits` warning, NFC | Haojian Wu | 2019-01-22 | 1 | -1/+0 |
* | Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp | Michal Gorny | 2019-01-22 | 1 | -15/+16 |
* | [X86][SSE] Add selective commutation support for insertps (PR40340) | Simon Pilgrim | 2019-01-22 | 4 | -5/+26 |
* | [RISCV] Quick fix for PR40333 | Alex Bradbury | 2019-01-22 | 2 | -1/+32 |
* | [LoopPredication] Support guards expressed as branches by widenable condition | Max Kazantsev | 2019-01-22 | 2 | -4/+1546 |
* | [X86] Add test for matchAddressRecursively's MUL handling | Simon Pilgrim | 2019-01-22 | 1 | -0/+73 |
* | [NFC] Add function to parse widenable conditional branches | Max Kazantsev | 2019-01-22 | 2 | -17/+29 |
* | [llvm-objcopy] [COFF] Implement --add-gnu-debuglink | Martin Storsjo | 2019-01-22 | 6 | -7/+137 |
* | [llvm-objcopy] [COFF] Update symbol indices in weak externals | Martin Storsjo | 2019-01-22 | 6 | -6/+89 |
* | [llvm-objcopy] Consistently use createStringError instead of make_error<Strin... | Martin Storsjo | 2019-01-22 | 6 | -42/+40 |
* | [NFC][llvm-readobj]Normalise --/- inconsistency in test options | James Henderson | 2019-01-22 | 1 | -8/+8 |
* | [X86] HADDPS/HADDPD scalar lowering was added at rL350421 | Simon Pilgrim | 2019-01-22 | 1 | -12/+0 |
* | Revert r351778: IR: Add fp operations to atomicrmw | Chandler Carruth | 2019-01-22 | 26 | -395/+22 |
* | [llvm-symbolizer] Add support for --basenames/-s | James Henderson | 2019-01-22 | 5 | -3/+30 |
* | [NFC] Factor out some reusable logic | Max Kazantsev | 2019-01-22 | 1 | -15/+21 |
* | [clangd] NFC: Use buildCompilerInvocation in CodeComplete | Kadir Cetinkaya | 2019-01-22 | 5 | -59/+46 |
* | [clangd] Support clang-tidy configuration in clangd. | Haojian Wu | 2019-01-22 | 12 | -20/+62 |
* | [NFC] Add detector for guards expressed as branch by widenable conditions | Max Kazantsev | 2019-01-22 | 2 | -2/+33 |
* | [LLD][ELF]Fix tests for D56910 | James Henderson | 2019-01-22 | 3 | -5/+6 |
* | [llvm-readelf]Revert --dyn-symbols behaviour to make it GNU compatible, and a... | James Henderson | 2019-01-22 | 5 | -49/+150 |
* | [clangd] Filter out plugin related flags and move all commandline manipulatio... | Kadir Cetinkaya | 2019-01-22 | 9 | -42/+86 |
* | Revert "Remove static_assert(value == std::is_trivially_copyable<T>::value)" | Vitaly Buka | 2019-01-22 | 1 | -0/+4 |
* | [RISCV][NFC] Add break to case statement in RISCVDAGToDAGISel::Select | Alex Bradbury | 2019-01-22 | 1 | -0/+1 |
* | Remove static_assert(value == std::is_trivially_copyable<T>::value) | Vitaly Buka | 2019-01-22 | 1 | -4/+0 |