2017-01-21 |
Kostya Serebryany | [libFuzzer] use print+exit(1) instead of assert to... |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Eric Fiselier | Implement P0513R0 - "Poisoning the Hash" |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Kostya Serebryany | [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sanjay Patel | [InstCombine] auto-generate checks; NFC |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Kostya Serebryany | [libFuzzer] call __sanitizer_dump_coverage via EF |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Guozhi Wei | [PPC] Give unaligned memory access lower cost on proces... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Mehdi Amini | [ThinLTO] Don't perform computeDeadSymbols during O0... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Davide Italiano | [NewGVN] Optimize processing for instructions found... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Tim Northover | GlobalISel: prevent heap use-after-free when looking... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | LowerTypeTests: Simplify; always create SizeM1 with... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Zachary Turner | Fix failing lld pdb test. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Dehao Chen | Add indirect call promotion to SamplePGO |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Petr Hosek | [Basic] Remove the 32-bit x86 and ARM targets for Fuchsia |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Marcos Pividori | [libFuzzer] Don't use `#ifdef` for defined macros,... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Marcos Pividori | [libFuzzer] Use clang as linker on Windows, to properly... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Marcos Pividori | [libFuzzer] Properly use compiler options supported... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Mehdi Amini | [ThinLTO] The "codegen only" path didn't honor the... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Easwaran Raman | Improve PGO support for the new inliner |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Zachary Turner | [pdb] Write the Named Stream mapping to Yaml and binary. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Zachary Turner | [pdb] Merge NamedStreamMapBuilder and NamedStreamMap. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Zachary Turner | [PDB] Rename some files to be more intuitive. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | IRGen: Start using the WriteThinLTOBitcode pass. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | IPO, LTO: Plumb the summary from the LTO API into the... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sanjay Patel | [ValueTracking] recognize variations of 'clamp' to... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Tim Shen | [Altivec] Change vec_sl to a << (b % (sizeof(a) * 8)) |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | docs: Document that !absolute_symbol { all-ones, all... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Teresa Johnson | [ThinLTO] Drop non-prevailing non-ODR weak to declarations |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sanjay Patel | [InstCombine] add tests to show missed canonicalization... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | LowerTypeTests: Implement importing of type identifiers. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Daniel Sanders | [globalisel] Fix an unused variable warning when NDEBUG... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Kostya Serebryany | [libFuzzer] add an assert to protect against LLVMFuzze... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Jan Vesely | AMDGPU/R600: Serialize vector trunc stores to private AS |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Marcos Pividori | [sanitizer] [asan] Use macros to simplify weak aliases... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Daniel Berlin | NewGVN: Remove pr31686.ll, it is tested by pr31594... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Daniel Berlin | NewGVN: Fix PR 31686 and PR 31698 by rewriting store... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | LowerTypeTests: Compute SizeM1BitWidth in exportTypeId... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Kostya Serebryany | [libFuzzer] experimental support for 'equivalance fuzzing' |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Dan Gohman | [WebAssembly] Don't create bitcast-wrappers for varargs. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Rafael Espindola | Don't create a bogus PT_PHDR if we don't allocate the... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Reid Kleckner | Revert "Don't inline dllimport functions referencing... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Rafael Espindola | Reduce code duplication when allocating program headers. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Mehdi Amini | [ThinLTO] Fix lazy-loading of MDString instruction... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sanjay Patel | [x86] add tests to show missed min/max vector codegen... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Manman Ren | Revert r292508 given that we intend to remove driver... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Fix catch_reference_nullptr.pass.cpp test for GCC. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Richard Smith | [docs] Regenerate DiagnosticsReference.rst. We don... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Matt Arsenault | AMDGPU: Add builtin for getreg intrinsic |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Bruno Cardoso... | [Sema] Remove dead typedef |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Chris Bieneman | [DWARF] [ObjectYAML] Adding APIs for unittesting |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Haicheng Wu | Recommit "[InlineCost] Use TTI to check if GEP is free... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Richard Smith | Fix actually-reachable llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Alexey Bataev | [SLP] Initial test for fix of PR31690. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Kostya Kortchinsky | [scudo] Replacing std::atomic with Sanitizer's atomics |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Matthias Braun | ARM: tLDR_postidx should be marked mayLoad |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Rafael Espindola | Simplify. NFC. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [InstCombine][X86] Add MULDQ/MULUDQ undef handling |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Alexey Bataev | [SLP] A new test for horizontal vectorization for non... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Matthias Braun | AArch64LoadStoreOptimizer: Update kill flags when mergi... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Petar Jovanovic | [mips] Fix debug information for __thread variable |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eugene Zelenko | [AMDGPU] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Wei Mi | [RegisterCoalescing] Recommit the patch "Remove partial... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [InstCombine][SSE] Tests showing missed opportunities... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Haicheng Wu | Revert "Recommit "[InlineCost] Use TTI to check if... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Alex Lorenz | [Frontend] The macro that describes the Objective-C... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Haicheng Wu | Recommit "[InlineCost] Use TTI to check if GEP is free... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Alex Lorenz | [Sema] Improve the error diagnostic for dot destructor... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Smith | [ELF] Cleanup createThunks() NFC. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | Remove trailing whitespace. NFCI. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [CostModel][X86] Removed unused cost. NFCI. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Pavel Labath | Prevent client from querying each thread's PC at each... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [InstCombine][SSE] Tests showing missed opportunities... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sjoerd Meijer | [Thumb] Add support for tMUL in the compare instruction... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Don't default older GCC's to C++17, but C++14 or C... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Revert "Don't default older GCC's to C++17, but C+... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Don't default older GCC's to C++17, but C++14 or C... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Krasimir Georgiev | [clang-format] Remove redundant test in style-on-comman... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [InstCombine][SSE] Tests showing missed opportunities... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Krasimir Georgiev | Remove 'RUN: false' from Driver/response-file.c |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Benjamin Kramer | Pacify -Wreorder. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Hafiz Abid... | Fix more unused variable warnings when asserts are... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Mehdi Amini | Add an assertion to PlaceholderQueue destructor, ensuri... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Sam Kolton | [AMDGPU] Add subtarget features for SDWA/DPP |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Malcolm Parsons | Fix documentation typo. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
George Rimar | [ELF] - Do not crash when assign common symbol's values... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Philipp Stephani | Use UTF-8 for all communication with clang-format |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Chandler Carruth | [PM] Tidy up the spacing of this new, much nicer test... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Simon Pilgrim | [InstCombine][SSE] Add DemandedElts support for PACKSS... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Alexey Bataev | [OPENMP] Fix for PR31643: Clang crashes when compiling... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Chandler Carruth | [PM] Port LoopSink to the new pass manager. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Chandler Carruth | [LoopSink] Trivial comment cleanup. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Diana Picus | [ARM] Use helpers for adding pred / CC operands. NFC |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Craig Topper | [AVX-512] Fix a couple test cases to not pass an undef... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Jonas Paulsson | [TargetLowering] Improve comment for setOperationAction(). |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Daniel Berlin | NewGVN: Fix PR 31682, an overactive assert. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Still expose std::align_val_t in C++17 even if we don... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Mohammad Shahid | [SLP] Add a base test for jumbled store |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Saleem Abdulrasool | llvm-cxxfilt: add missing includes from previous change |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Saleem Abdulrasool | llvm-cxxfilt: fix program description |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Collingbourne | ELF: Fix ICF crash on absolute symbol relocations. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Eric Fiselier | Refactor unique_ptr/shared_ptr deleter test types into... |
commit | commitdiff | tree | snapshot |
next |