2017-11-09 |
Alex Lorenz | [index] tag declarations should use the decl role inste... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Matt Morehouse | [libFuzzer] Don't add leaking inputs to corpus. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Zachary Turner | Add a Cross-compilation toolchain file for MSVC. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Serebryany | [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Michal Gorny | [python] [tests] Update priority values in code complet... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Paul Robinson | Fix out-of-order stepping behavior in programs with... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alex Bradbury | [utils] Fix RISC-V support in update_llc_test_checks.py |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Adrian Prantl | Preserve debug info when DAG-combinging (zext (truncate... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Zachary Turner | [Support] Make llvm::Error and Expected faster. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Teresa Johnson | Revert new ThinLTO ASAN test until lit support added |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Kortchinsky | [scudo] Make getNumberOfCPUs Fuchsia compliant |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alexey Bataev | [SLP] Fix PR23510: Try to find best possible vectorizab... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
George Karpenkov | [analyzer] assume bitwise arithmetic axioms |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] auto-generate test checks; NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] don't name values "tmp"; NFCI |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Mandeep Singh... | [GlobalMerge] Stable sort GlobalSets to fix non-determi... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alex Lorenz | Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Nuno Lopes | revert r317812 [BasicAA] fix build break by converting... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Weiming Zhao | [Builtins] Do not use tailcall for Thumb1 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alexey Bataev | [OPENMP] Codegen for `#pragma omp target parallel for... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Nuno Lopes | [BasicAA] fix build break by converting the previously... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alexey Bataev | [OPENMP] Treat '#pragma omp target parallel for simd... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | revert r317809 - [Reassociate] regenerate test checks... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] regenerate test checks; NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Michael Kruse | Update formatting to reflect change in clang-format... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Ulrich Weigand | [SystemZ] Add support for the "o" inline asm constraint |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] regenerate test checks; NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] add check lines; NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjay Patel | [Reassociate] add tests with 'reassoc' FMF and regenera... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Nuno Lopes | [BasicAA] add assertion for corner case in aliasGEP() |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Bill Seurer | [PowerPC][msan] Update msan to handle changed memory... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Simon Dardis | [mips] Correct microMIP's jump and add unconditional... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Ben Hamilton | [VirtualFileSystem] InMemoryFileSystem::addFile():... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Krasimir Georgiev | [clang-format] Keep Sphinx happy after r317794 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Jonas Hahnfeld | Add const to some variables to avoid const_casts |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Jonas Hahnfeld | Remove const from variables with dynamic memory |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alex Bradbury | [RISCV] Re-generate test/CodeGen/RISCV/alu32.ll using... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Pavel Labath | llgs-tests: Replace the "log+return false" pattern... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Krasimir Georgiev | [clang-format] Sort using declarations by splitting... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Krasimir Georgiev | [clang-format] Apply a clang-tidy suggestion, NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Pavel Labath | Add a unit test for ClangASTContext template arguments... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alex Bradbury | [RISCV] MC layer support for the standard RV32A instruc... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Simon Pilgrim | Fix 'not all control paths return a value' warning... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Dave Lee | Reapply: Allow yaml2obj to order implicit sections... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Alex Bradbury | [RISCV] MC layer support for the standard RV32M instruc... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Jonas Hahnfeld | [OMPT] Fix test cancel_parallel.c |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Jonas Hahnfeld | [OMPT] Add support for testing return addresses on... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Andrew V. Tischenko | Sched model improving on btver2: JFPU01 resource, vtest... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Krasimir Georgiev | [clang-format] Fix a clang-tidy finding, NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Krasimir Georgiev | [clang-format] Fix argument name comment, NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Andrew V. Tischenko | Add -print-schedule scheduling comments to inline asm. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Simon Atanasyan | [MIPS] Fix calculation of the R_MICROMIPS_LO16 / HI16... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Haojian Wu | [clangd] Add rename support. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Pavel Labath | Simplify NativeProcessProtocol::GetArchitecture/GetByte... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Simon Atanasyan | [MIPS] Setup less-significant bit in a symbol value... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sam McCall | [Tooling] Use FixedCompilationDatabase when `compile_fl... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
John McCall | Fix a bug with the use of __builtin_bzero in a conditio... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Craig Topper | [X86] Give priority to EVEX FMA instructions over FMA4... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vitaly Buka | [sanitizers] Rename GetStackTraceWithPcBpAndContext |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vitaly Buka | [msan] Add context argument into GetStackTrace |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vitaly Buka | [lsan] Add "static" to internal function |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vitaly Buka | Fix "default label in switch which covers all enumerati... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Sanjoy Das | [SectionMemoryManager] Abstract out mmap, munmap, mprot... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Craig Topper | [X86] Make X86ISD::FMADDS3 isel patterns commutable. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Serguei Katkov | [GVN PRE] Patch the source for Phi node in PRE |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Serebryany | [libFuzzer] allow merge to resume after being preempted |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Craig Topper | [X86] Rename the VEX scalar fma builtins to end with... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Craig Topper | [X86] Rename the VEX scalar fma builtins to end with... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [llvm-cov] Fix more -path-equivalence test bugs |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [llvm-cov] Fix a -path-equivalence bug in a test |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [llvm-cov] Don't render empty region marker lines |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [Coverage] Use the wrapped segment when a line has... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [Coverage] Emit deferred regions in headers |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [Coverage] Complete top-level deferred regions before... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Vedant Kumar | [Coverage] Emit a gap area after if conditions |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Peter Collingbourne | ubsan: Allow programs to use setenv to configure ubsan_... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Serebryany | [libFuzzer] mechanically simplify a test, NFC |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Merge BUFFER_STORE_DWORD_OFFEN/OFFSET into... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Lower buffer store and atomic intrinsics manually |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Merge BUFFER_LOAD_DWORD_OFFSET into x2, x4 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Merge BUFFER_LOAD_DWORD_OFFEN into x2, x4 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Merge S_BUFFER_LOAD_DWORD_IMM into x2, x4 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Marek Olsak | AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Serebryany | [libFuzzer] fix a test (and hopefully, the bot) |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Craig Topper | [X86] Make sure we don't read too many operands from... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Kostya Serebryany | [libFuzzer] allow user to specify the merge control... |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Petr Hosek | [CMake] Passthrough CMAKE_SYSROOT to external projects |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Mitch Phillips | [cfi-verify] Adds blacklist blame behaviour to cfi... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Petr Hosek | [CMake][runtimes] Fix the variable name |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Simon Atanasyan | [MIPS] Setup less-significant bit in the .got and ... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Rafael Espindola | Handle "-" in tryCreateFile. |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Rui Ueyama | [FileOutputBuffer] Move factory methods out of their... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Evgeniy Stepanov | [Sanitizers, CMake] Also use version script for libclan... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Alex Lorenz | Remove redundant copy-pasted comment in test file from... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Alex Lorenz | [ObjC] Fix function signature handling for blocks liter... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Kamil Rytarowski | Correct atexit(3) support in TSan/NetBSD |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Volodymyr Sapsai | [libcxx] Mark test cxa_deleted_virtual.pass.cpp as... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Craig Topper | [X86] X86MaskedGatherSDNode shouldn't inherit from... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Craig Topper | [X86] Preserve memory refs when folding loads into... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Craig Topper | [X86] Remove an if check on the result of a cast. NFC |
commit | commitdiff | tree | snapshot |
next |