2018-07-13 |
Jim Ingham | Fix the libcxx set, multiset, vector and bitset formatt... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Jim Ingham | Add the new PDBLocationToDWARFExpression.{cpp,h} to... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Petr Hosek | [CMake] Don't use CLANG_DEFAULT_* values |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Raphael Isemann | Add includes for CompletionRequest to every file that... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Raphael Isemann | Replaced more boilerplate code with CompletionRequest... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Raphael Isemann | No longer pass a StringRef to the Python API |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Frederic Riss | Fix TestAttachDenied on macOS Mojave |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marshall Clow | wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...) |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marshall Clow | Shot in the dark to fix gcc 4.9 / c++11 build |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Jonas Devlieghere | [dwarfdump] Add pretty printer for accelerator table... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andrea Di Biagio | [llvm-mca][BtVer2] Add tests for dependency breaking... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Ulrich Weigand | [TableGen] Suppress type validation when parsing patter... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Matt Arsenault | AMDGPU: Properly handle shader inputs with split arguments |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Matt Arsenault | AMDGPU: Fix handling of alignment padding in DAG argume... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marcello Maggioni | [Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marshall Clow | Make internal class __wrap_iter constexpr when not... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Evgeniy Stepanov | Revert "CallGraphSCCPass: iterate over all functions." |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Nicolas Lesser | Fix PR34668 - P0704R1 implementation is too permissive |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marshall Clow | Fix a couple of 'unused variable' warnings in a vector... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Gheorghe-Teodor... | [OpenMP] Initialize data sharing stack for SPMD case |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Roman Lebedev | [NFC][X86][AArch64] Negative tests for 'check for ... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Gheorghe-Teodor... | [OpenMP][libomptarget] Fix data sharing and globalizati... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Joel Galenson | [cfi-verify] Only run AArch64 tests when it is a suppor... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Jonas Devlieghere | [dwarfdump] Pretty print DW_AT_APPLE_runtime_class |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Kostya Kortchinsky | [sanitizer] Use -Wl,-z,global on Android |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Sjoerd Meijer | [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Nemanja Ivanovic | [PowerPC] Materialize more constants with CR-field... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Joel Galenson | [cfi-verify] Support AArch64. |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Stella Stamenova | [json, test] Fix the json.td test - the path to python... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Erich Keane | [NFC] Rename clang::AttributeList to clang::ParsedAttr |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Simon Atanasyan | [mips] Add microMIPS case to the tests and regenerate... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andrea Di Biagio | [llvm-mca] Improve a few debug prints. NFC |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Erich Keane | Add parens to silence Wparentheses warning, introduced... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Erich Keane | [NFC] Silence Wparentheses warning in DomTreeUpdater... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Adam Balogh | [Analyzer] alpha.unix.cstring.OutOfBounds checker enabl... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Ulrich Weigand | [TableGen] Support multi-alternative pattern fragments |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Tim Renouf | DivergenceAnalysis: added debug output |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Adam Balogh | [clang-tidy] Exception Escape Checker |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Marco Castelluccio | Add a test with multiple BBs on the same line |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Kristof Umann | [analyzer][UninitializedObjectChecker] Fixed captured... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Kristof Umann | [analyzer][UninitializedObjectChecker] Support for... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Tatyana Krasnukha | Adjust thread name column width depending on real name... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Sam McCall | [clang-tidy] readability-inconsistent-declaration-param... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Tatyana Krasnukha | Add abbreviated name for Debugger::EventHandlerThread. |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Chandler Carruth | [SLH] Introduce a new pass to do Speculative Load Harde... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Simon Pilgrim | [SLPVectorizer] Add initial alternate opcode support... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Jonas Devlieghere | Convert a location information from PDB to a DWARF... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Chandler Carruth | [UpdateTestChecks] Teach the x86 asm parser to skip... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Chandler Carruth | [x86] Fix a capitalization that I failed to save in... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Chandler Carruth | [x86] Teach the EFLAGS copy lowering to handle much... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andrea Di Biagio | [llvm-mca] Simplify the Pipeline constructor. NFC |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Andrea Di Biagio | [llvm-mca] Removed unused arguments from methods in... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Sander de Smalen | [AArch64][SVE] Asm: Vector Unpack Low/High instructions. |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Simon Pilgrim | [AArch64] Updated bigendian buildvector tests |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Simon Pilgrim | [ARM] Regenerated arg endian test |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Sander de Smalen | [AArch64][SVE] Asm: Support for insert element (INSR... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Petar Jovanovic | [LiveDebugValues] Tracking copying value between registers |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Dan Liew | Remove `tsan/Darwin/gcd-after-null.mm` test. |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Craig Topper | [X86] Prefer MOVSS/SD over BLEND under optsize in isel. |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Dean Michael... | [XRay][compiler-rt] Add PID field to llvm-xray tool... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Craig Topper | [X86] Remove isel patterns that turns packed add/sub... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Dean Michael... | [XRay][compiler-rt] Profiling Mode: Flush logs on exit |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Chijun Sima | [DomTreeUpdater] Ignore updates when both DT and PDT... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Joel E. Denny | [FileCheck] Implement -v and -vv for tracing matches |
commit | commitdiff | tree | snapshot |
2018-07-13 |
George Karpenkov | [fuzzer] [tests] Increase the number of iterations... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Sanjay Patel | [InstCombine] return when SimplifyAssociativeOrCommutat... |
commit | commitdiff | tree | snapshot |
2018-07-13 |
Matthias Braun | CodeGen: Remove pipeline dependencies on StackProtector... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Piotr Padlewski | Simplify recursive launder.invariant.group and strip |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | PR38136: improve handling of template argument deductio... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matt Davis | [llvm-mca] Constify SourceMgr::hasNext. NFC. |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Stella Stamenova | [lldbsuite] The test inside TestOverloadedFunctions... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matt Davis | [llvm-mca] Add cycleBegin/cycleEnd callbacks to mca... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | [X86] Regenerate checks in sse-scalar-fp-arith.ll. |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Fangrui Song | [InstCombine] Simplify isKnownNegation |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Jason Molenda | Remove incorrect thread-pc-values clearing |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Raphael Isemann | Get rid of the C-string parameter in DoExecute |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | [X86] Add AVX512 equivalents of some isel patterns... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | Revert r336950 and r336951 "[X86] Add AVX512 equivalent... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
George Burgess IV | Remove redundant *_or_null checks; NFC |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | [X86] Add AVX512 equivalents of some isel patterns... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | foo |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Martin Storsjo | Revert "[SLPVectorizer] Add initial alternate opcode... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Stella Stamenova | [process] Update the documentation for ReadMemory and... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Joerg Sonnenberger | Support linking static PIE binaries on NetBSD |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | PR38141: check whether noexcept-specifications are... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Erich Keane | AttributeList de-listifying: |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Dan Liew | [CMake] Fix a typo in the variable used to retrieve... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Bill Wendling | [gold-plugin] Disable section ordering for relocatable... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Marco Castelluccio | Simplify instrprof-dlopen-dlclose-gcov.test to avoid... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matt Morehouse | [SanitizerCoverage] Add associated metadata to 8-bit... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Stefan Pintilie | [PowerPC] [NFC] Update __float128 tests |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | [X86][FastISel] Support EVEX version of sqrt. |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Craig Topper | [X86] Add show-mc-encoding to some fast-isel intrinsic... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Vedant Kumar | [Driver] Conform warn_drv_object_size_disabled_O0 to... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Krzysztof Parzyszek | [Hexagon] Fix testcases failing after r336933 |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matt Arsenault | AMDGPU: Fix assert in truncate combine with vectors |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matthias Braun | Revert "(HEAD -> master, origin/master, arcpatch-D37582... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Krzysztof Parzyszek | [Hexagon] Diagnose intrinsics not supported by selected... |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Matt Morehouse | [libFuzzer] If LLD available, require it to build first. |
commit | commitdiff | tree | snapshot |
2018-07-12 |
Richard Smith | Add tests for function conversions in conversion functi... |
commit | commitdiff | tree | snapshot |
next |