2018-07-06 |
Craig Topper | [X86] Cleanup some of the avx512 masked fma tests to... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Zachary Turner | [llvm-pdbutil] Dump more info about globals. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Stefan Pintilie | [Power9] Add __float128 library call for frem |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Zachary Turner | [PDB] Sort globals symbols by name in GSI hash buckets. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Easwaran Raman | [x86]Add a test case to show missed vfnmadd generation. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Jim Ingham | Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Dave Lee | Revert "objdump: Support newer ObjC image info flags" |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Mandeep Singh... | [OpenEmbedded] Add OpenEmbedded vendor |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Maksim Panchenko | [X86][Disassembler] Fix LOCK prefix disassembler support |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Dave Lee | objdump: Support newer ObjC image info flags |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Jim Ingham | Address a few post facto review comments from Adrian. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Jim Ingham | Don't muck with _LIBCPP_INLINE_VISIBILITY just to get... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Alex Lorenz | [Sema] -Wformat-pedantic only for NSInteger/NSUInteger... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Alex Langford | [CMake] Simplify a few framework build rules |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Michael Zolotukhin | Revert r332168: "Reapply "[PR16756] Use SSAUpdaterBulk... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Heejin Ahn | [WebAssembly] Add missing _S opcodes of atomic stores... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Heejin Ahn | [ORC] Add BitReader/BitWriter to target_link_libraries |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Craig Topper | [X86] Use shufflevector instead of a select with a... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sander de Smalen | This is a recommit of r336322, previously reverted... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Marc-Andre... | [clangd] Implementation of textDocument/documentSymbol |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lang Hames | [ORC] In CompileOnDemandLayer2, clone modules on to... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Diogo N. Sampaio | Testing commit permision |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Craig Topper | [X86] Remove the last of the 'x86.fma.' intrinsics... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Louis Dionne | Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Marshall Clow | Fix HTML blunder |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | Add PCH tests for R336379 |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | [clang-cl, PCH] Implement support for MS-style PCH... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Rui Ueyama | Remove redundnat call of makeArrayRef(). NFC. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Raphael Isemann | Fixed redefinition warnings with LLVM_ENABLE_MODULES |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Craig Topper | [X86] Add SHUF128 to target shuffle decoding. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Matt Arsenault | Fix asserts in AMDGCN fmed3 folding by handling more... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Matt Arsenault | AMDGPU: Don't use spir_kernel in a test |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Matt Arsenault | AMDGPU/GlobalISel: Implement custom kernel arg lowering |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Rui Ueyama | Simplify PPC64::calcEFlags(). |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | [CostModel][X86] Add UDIV/UREM by pow2 costs |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Paul Semel | [llvm-objdump] Removed archive-headers-disas test |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Louis Dionne | [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBC... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Louis Dionne | [NFC] Add <initializer_list> to the synopsis of <utility> |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Andrea Di Biagio | [llvm-mca] Fix RegisterFile debug prints. NFC |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Rui Ueyama | Make a test more robust. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Marco Castelluccio | Make __gcov_flush flush counters for all shared libraries |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | Fix __builtin_*_overflow when out-param isn't constexpr |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Paul Semel | [llvm-objcopy] Fix timezone dependant tests |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Tobias Grosser | [ScopInfo] Move foldSizeConstantsToRight() to isl++ |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Add lib calls for float128 operations with... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | [X86][SSE] Add srem x, (1 << c) combine tests |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Add test case for checking PT_INTERP behavior. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Marchi | [clang-move] ClangMoveTests: Remove dots in output... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Paul Semel | [llvm-objdump] Add --archive-headers (-a) option |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Eliminate dead "if". NFC. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Buella | [X86] Fix some vector cmp builtins - TRUE/FALSE predicates |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Convert excessive dyn_cast -> cast. NFC. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Test we are able to assign version to symbols... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Clement Courbet | [llvm-exegesis] Add uop computation for more X87 instru... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | Fix comment typo. NFCI. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Michael Kruse | [CodeGen] Fix potential null pointer dereference. NFC. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Check we do not assign version to undefined... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sanjay Patel | [AArch64, PowerPC, x86] add tests for signbit bit hacks... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Vladimir Stefanovic | [mips] Add '-mcrc', '-mno-crc' options to enable/disabl... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Buella | [X86] NFC - add more test cases for vector cmp intrinsics |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Add test to check we don't crash when tracing... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | [SLPVectorizer] Begin abstracting InstructionsState... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Clement Courbet | [llvm-exegesis][NFC]clang-format |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Test LLD creates empty .imports file. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Yvan Roux | Revert "[CMake] Run libFuzzer tests with check-all." |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Add test to check we produce an error if unable... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Ryan Taylor | [AMDGPU] Add VALU to V_INTERP Instructions |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Remove dead code. NFC. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Chandler Carruth | [ADT] Switch to indirect even the trivial case through... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Krasimir Georgiev | Partially revert r336268 in address-offsets.ll |
commit | commitdiff | tree | snapshot |
2018-07-05 |
George Rimar | [ELF] - Advance position in a memory region when change... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sander de Smalen | [TableGen] Increase the number of supported decoder... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | [X86][SSE] Add extra v16i16 shl x,c -> pmullw test |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Marton | [ASTImporter] Fix import of objects with anonymous... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | Try to fix -Wimplicit-fallthrough warning. NFCI. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Kirill Bobyrev | [NFS] Wipe trailing whitespaces |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Simon Pilgrim | Fix -Wunused-variable warning. NFCI. |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Aleksandar... | [mips] Fix atomic operations at O0, v3 |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Joachim Protze | Dropped non-supoorted "--no-as-needed" flag from OMPT... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Joachim Protze | [OMPT] Add synchronization to threads_nested.c testcase |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Ivan A. Kosarev | [NEON] Fix combining of vldx_dup intrinsics with updati... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sander de Smalen | Reverting r336322 for now, as it causes an assert failure |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Mikael Holmen | Partial revert of "NFC - Various typo fixes in tests" |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sander de Smalen | [AArch64][SVE] Asm: Support for predicated FP rounding... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Eric Liu | [clangd] Log sema completion context kind and query... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sam McCall | Revert "[clangd] FileDistance: temporarily disable... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sjoerd Meijer | [ARM] ParallelDSP: only support i16 loads for now |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Eric Liu | [clangd] Treat class constructor as in the same scope... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sander de Smalen | [AArch64][SVE] Asm: Support for signed/unsigned MIN... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Optimize codgen for conversions of int to... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Craig Topper | [X86] Remove X86 specific scalar FMA intrinsics and... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9][NFC] add back-end tests for passing homogeneou... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Add tests for passing float128 in VSX reg... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Serge Pavlov | [demangler] Avoid alignment warning |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Serge Pavlov | [demangler] Avoid alignment warning |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Ensure float128 in non-homogenous aggregates... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Sam McCall | [clangd] Track origins of symbols (various indexes... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Update fp128 as a valid homogenous aggregate... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9]Legalize and emit code for quad-precision conve... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Implement float128 parameter passing and retur... |
commit | commitdiff | tree | snapshot |
next |