2016-12-10 |
Dylan McKay | [AVR] Support stores to undefined pointers |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Ismail Donmez | Fix shared library build |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Chandler Carruth | [PM] Further broaden this test's regex as both the... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Chandler Carruth | [PM] Try to support the new spelling of one of the... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Chandler Carruth | [PM] Support invalidation of inner analysis managers... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Craig Topper | [X86] Use X86ISD::CVTTP2SI and X86ISD::CVTTP2UI for... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Dylan McKay | [AVR] Fix a bunch of incorrect assertion messages |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Kostya Serebryany | [libFuzzer] test cleanup (3) |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Kostya Serebryany | [libFuzzer] test cleanup (2) |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Kostya Serebryany | [libFuzzer] test cleanup |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Kostya Serebryany | [libFuzzer] switch all libFuzzer tests to use -fsanitiz... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Kostya Serebryany | [libFuzzer] use __sanitizer_get_module_and_offset_for_p... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Devin Coughlin | [analyzer] Improve VirtualCallChecker diagnostics and... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Vedant Kumar | [clang-format] Another attempt at python 3 compatibility |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Matt Arsenault | AMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Matt Arsenault | AMDGPU: Fix handling of 16-bit immediates |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Rui Ueyama | Rename find(SymbolVersion) to avoid overloading with... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Matt Arsenault | AMDGPU: Fix vintrp disassembly |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Matt Arsenault | AMDGPU: Change vintrp printing to better match sc |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Vedant Kumar | [ubsan] Treat ObjC's BOOL as if its range is always... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Peter Collingbourne | COFF: Fix test failure on Windows. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Paul Robinson | Bigger-hammer REQUIRES to fix Windows bot. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Artem Belevich | [CUDA,Driver] Added --no-cuda-gpu-arch= option. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Richard Smith | [c++17] P0490R0, NB comment FI 20: allow direct-initial... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | Fix unused variable warnings. NFCI. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rafael Espindola | Fix a bogus warning. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Stephan T.... | [libcxx] [test] Fix string_view tests. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eugene Zelenko | [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Paul Robinson | Speculative REQUIRES to fix Windows bot. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Peter Collingbourne | COFF: New symbol table design. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | [X86] Regenerate test |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Meador Inge | [ELF] Fix test case thinko from r289152 |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rafael Espindola | Add support for R_X86_64_GOT64. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Graydon Hoare | [modules] Add optional out-param to ASTReader::ReadAST... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Reid Kleckner | Remove special error recovery for ::(id) |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matt Arsenault | AMDGPU: Cleanup checks in sext_inreg test |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Hans Wennborg | COFF: Support both /lldmap and /lldmap:<file> |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Peter Collingbourne | COFF: Move a call to toString() out of the hot path. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Adrian Prantl | Fix LLVM's use of DW_OP_bit_piece in DWARF expressions. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matthias Braun | Add README describing the intention of test/CodeGen/MIR |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Stephan T.... | [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSER... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Marek Olsak | AMDGPU/SI: Remove XNACK feature from CI |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Marek Olsak | AMDGPU/SI: Don't reserve XNACK when it's disabled |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Marek Olsak | AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Marek Olsak | AMDGPU/SI: Allow using SGPRs 96-101 on VI |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Reid Kleckner | Improve error message when referencing a non-tag type... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Richard Smith | Add tests for a couple more DRs. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Reid Kleckner | Remove /Zc:sizedDealloc- from the MSVC build |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Paul Robinson | [DWARF] Suppress .loc directives from CFI instructions |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Richard Smith | cxx_dr_status: update to latest issue list and add... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matthias Braun | Move .mir tests to appropriate directories |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Renato Golin | [DFSAN] Another unstable test in AArch64 breaking bots... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Yaxun Liu | Add support for non-zero null pointer for C and OpenCL |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rui Ueyama | Remove `REQUIRES: shell` hack to workaround an echo... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Richard Smith | DR1295 and cleanup for P0135R1: Make our initialization... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments for x86 intrinsics... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matt Arsenault | AMDGPU: Fix isTypeDesirableForOp for i16 |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Reid Kleckner | Relax IRgen check in decl-in-prototype.c to match signe... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Greg Clayton | Fix i386 being able to show member variables correctly... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | [SelectionDAG] Add knownbits support for EXTRACT_VECTOR... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matt Arsenault | AMDGPU: Fix i128 mul |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matt Arsenault | AMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instr... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Matt Arsenault | AMDGPU: Clean up instruction bits |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nico Weber | Don't assert when redefining a built-in macro in a... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Sean Fertile | [PPC] Add intrinsics for vector extract word and vector... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nirav Dave | Revert "In visitSTORE, always use FindBetterChain,... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Reid Kleckner | Store decls in prototypes on the declarator instead... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rafael Espindola | Fix parsing when one extern follows another. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Greg Clayton | Fix buildbots that are failing due to this test by... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Greg Clayton | Rename multiple target test so it is unique. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nirav Dave | In visitSTORE, always use FindBetterChain, rather than... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | Use SelectionDAG.getSplatBuildVector helper. NFCI. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Tom Stellard | AMDGPU/SI: Don't mark VINTRP instructions as mayLoad |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | [SelectionDAG] Use SelectionDAG.getBuildVector helper... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rafael Espindola | Don't crash on an extra symbol in a version script. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Sanjoy Das | [SCEVExpander] Remove \brief, reflow comments; NFC |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Sanjoy Das | [SCEVExpander] Use llvm data structures; NFC |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | [SelectionDAG] Add additional checks to CONCAT_VECTORS... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Vassil Vassilev | Document and publish the useful module-file-info flag. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rafael Espindola | Give preempting symbols precedence over linker script. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nitesh Jain | [LLDB][MIPS] Fix TestWatchpointIter failure |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nitesh Jain | [LLDB][MIPS] Fix TestMultipleHits for MIPS |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Nitesh Jain | [LLDB][MIPS] Fix some test case failures due to elf_abi... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Benjamin Kramer | Plug another leak in the DWARF unittests, DIEInlineStri... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Benjamin Kramer | Fix memory leak in unit test. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Fiselier | Update doc version to 4.0 |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Fiselier | [NFC] Change whitespace to force docs rebuild |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Fiselier | Fix missing const on set::count. Patch from Andrey... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Liu | [clang-format] calculate MaxInsertOffset in the origina... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
NAKAMURA Takumi | llvm/test/Object/archive-thin-create.test: Make sure... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Dylan McKay | [AVR] Remove a set of redundant tests |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Simon Pilgrim | [SelectionDAG] Add partial BITCAST support to computeKn... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Pavel Labath | Fix TestMultipleTargets for on x86_64 architectures |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Peter Smith | [ELF][I386] .got.plt entries for i386 should use VA... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Fiselier | Refactor uses_allocator test types for upcoming fixes |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Malcolm Parsons | Update Doxygen comment in StringSaver (NFC) |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eric Fiselier | Put C++ ABI headers in a special build directory instea... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Daniel Jasper | Revert "[SelectionDAG] Add knownbits support for EXTRAC... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Craig Topper | [X86] Modify patterns from memory form of RCP/RSQRT... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Dylan McKay | [AVR] Use a more appropriate integer type for wide... |
commit | commitdiff | tree | snapshot |
next |