2018-09-27 |
Luke Cheeseman | Reapply changes reverted in r343114, lldb patch to... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Raphael Isemann | Refactor ClangUserExpression::GetLanguageForExpr |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Nicola Zaghen | [InstCombine] Add new tests in preparation for a combin... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Hans Wennborg | Revert r342942 "[MachineCopyPropagation] Reimplement... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Guillaume Chatelet | [llvm-exegesis][NFC] moving code around. |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Oliver Stannard | [AArch64][v8.5A] Add PSTATE manipulation instructions... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Simon Atanasyan | [mips] Add support MIPS r6 Debian triples |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Martin Storsjo | [Sema] Handle __va_start for Windows/ARM64 in the same... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Vitaly Buka | Revert "[DebugInfo] Generate debug information for... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Simon Atanasyan | [compiler-rt][cmake][mips] Use -mabi option to select... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Tatyana Krasnukha | Replace pointer to C-array of PropertyDefinition with... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Jonas Devlieghere | [target] Fix typo and give bool a default value |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Martin Probst | clang-format: [JS] conditional types. |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | [Coverage] Disable Linux/coverage-missing.cc in Address... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | [llvm-exegesis] Remove unused headers and fix naming... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Simon Atanasyan | [driver][mips] Adjust target triple accordingly to... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | [clang-tidy] Add dependency to clangAnalysis after... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Lang Hames | [ORC] Use ExecutionSession's pre-constructed main JITDy... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | llvm::sort(C.begin(), C.end()) -> llvm::sort(C) |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | [docs] Remove reference to makellvm which was removed... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Fangrui Song | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Lang Hames | Re-reapply r343129 with more fixes. |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Lang Hames | Revert "Re-revert r343129." |
commit | commitdiff | tree | snapshot |
2018-09-27 |
George Karpenkov | [analyzer] [NFC] Move the code for dumping the program... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
George Karpenkov | [analyzer] [NFC] Heavy refactoring of trackNullOrUndefValue |
commit | commitdiff | tree | snapshot |
2018-09-27 |
George Karpenkov | [analyzer] [testing] Pass through an extra argument... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Sam Clegg | [WebAssembly] Update Config member to match command... |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Sam Clegg | Revert "[WebAssembly] Update docs" |
commit | commitdiff | tree | snapshot |
2018-09-27 |
Sam Clegg | [WebAssembly] Update docs |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Yury Delendik | [WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAsse... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Evgeniy Stepanov | [sanitizer] AndroidGetApiLevel for static executables. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Fangrui Song | Remove trailing space in rC343150 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Lang Hames | Re-revert r343129. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Vitaly Buka | Init LookupResult::AmbiguityKind |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Lang Hames | Reapply r343129 with fix. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Hsiangkai Wang | [DebugInfo] Generate debug information for labels. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Fangrui Song | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Fangrui Song | [ELF] llvm::sort(C.begin(), C.end(), ...) -> llvm:... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Ryan Prichard | Allow later -z name=<int> args to override earlier... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Ryan Prichard | [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonathan Peyton | [OpenMP] Add missing __kmpc_critical_with_hint to dllex... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonathan Peyton | [OpenMP] Fix balanced affinity so thread's private... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Tatyana Krasnukha | Fix ProcessKDP after r343130 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Sanjay Patel | [InstCombine] add tests that show undef propagation... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonathan Peyton | [OpenMP] Update ittnotify sources |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonathan Peyton | [OpenMP] Fix performance issue from 376.kdtree |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonathan Peyton | [OpenMP][OMPT] A few improvements |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Martin Storsjo | [asan] [windows] Don't use CheckFailed in dynamic runti... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Fangrui Song | [ELF][test] Use llvm-readelf's short option -r instead... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Tatyana Krasnukha | Fix OSX build after r343130 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Lang Hames | Revert r343129 "[ORC] Change the field order of ThreadS... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Florian Hahn | [LoopInterchange] Preserve LCSSA. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Richard Smith | P1008R1 Classes with user-declared constructors are... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Tatyana Krasnukha | Replace "nullptr-terminated" C-arrays of OptionValueEnu... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Lang Hames | [ORC] Change the field order of ThreadSafeModule to... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Sanjay Patel | [InstCombine] add tests for vector insert/extract; NFC |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Craig Topper | [X86] Update tzcnt fast-isel tests to match clang r343126. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Craig Topper | [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsi... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Tom Stellard | AMDGPU/SI: Change predicate to isCIOnly for 32-bit... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Steven Wu | [libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTO |
commit | commitdiff | tree | snapshot |
2018-09-26 |
David Major | [winasan] Pin the ASan DLL to prevent unloading |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Lang Hames | Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | [DAG] SelectionDAGLegalize::ExpandLegalINT_TO_FP -... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [AArch64] Extend single-operand FP insns to match Arm... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Michael Kruse | [doc] Fix HowToManuallyUseTheIndividualPiecesOfPolly |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Michael Kruse | Move www/experiments to docs/experiments |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Kirill Bobyrev | [clangd] Fix bugs with incorrect memory estimate report |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Kirill Bobyrev | [docs] Update PostingList string representation format |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Tom Stellard | lit: Make sure the builtin_commands directory is packag... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Luke Cheeseman | Revert r343112 as CallFrameString API change has broken... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [AArch64] Refactor instructions that write PSTATE ... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Luke Cheeseman | [AArch64] - Return address signing dwarf support |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [ARM/AArch64][v8.5A] Add Armv8.5-A target |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Clement Courbet | [llvm-exgesis][NFC] Do not pollute buildbots with messa... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [AArch64][AsmParser] Show name of missing feature for... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Clement Courbet | [llvm-exegesis] Get rid of debug_string. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Francis Visoiu... | [CodeGen] Always print register ties in MI::dump() |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [ARM/AArch64] Add target parser unit tests for Armv8.4-A |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Roman Lebedev | [analyzer] scan-build: if --status-bugs is passed,... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Fedor Sergeev | [PassTiming] cleaning up legacy PassTimingInfo interfac... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Hans Wennborg | Revert r343089 "[AArch64] - Return address signing... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Oliver Stannard | [ARM/AArch64][v8.5A] Add Armv8.5-A target |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | [DAG] ExpandLegalINT_TO_FP - pull out repeated getValue... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Hiroshi Inoue | [PowerPC] optimize conditional branch on CRSET/CRUNSET |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Hans Wennborg | Revert r343058 "[ORC] Add support for multithreaded... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Guillaume Chatelet | [llvm-exegesis][NFC] Move CodeTemplate to it's own... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | [X86][SSE] Refresh PR34947 test code to handle D52504 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | [X86][SSE] canReduceVMulWidth - use ComputeNumSignBits... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Hans Wennborg | Disable tests from r342917 on Windows; -lm won't work... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Clement Courbet | [llvm-exegesis] Add support for measuring NumMicroOps. |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | [X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Sam Parker | [ARM] Fix for PR39060 |
commit | commitdiff | tree | snapshot |
2018-09-26 |
David Green | [CodeGen] Enable tail calls for functions with NonNull... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Yury Gribov | Fixes removal of dead elements from PressureDiff (PR37252). |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Luke Cheeseman | [AArch64] - Return address signing dwarf support |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Sven van Haastregt | [CMake] Avoid REVERSE on unset variable |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Jonas Devlieghere | [unittest] Fix NativeProcessProtocolTest.cpp (NFC) |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Mikael Nilsson | Run VerifyDAGDiverence in debug only |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Simon Pilgrim | Removed extra semicolon to fix Wpedantic. (NFCI). |
commit | commitdiff | tree | snapshot |
next |