projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2018-11-14
Simon Atanasyan
[ELF] Make TrapInstr and Filler byte arrays. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Richard Smith
[c++20] Implement P0482R6: enable -fchar8_t by default...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Teresa Johnson
[ThinLTO] Fix a crash in lazy loading of Metadata
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[X86] Split masked load/store test files
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Eric Fiselier
Rename cxx-benchmark-unittests target and convert to...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[X86] Update masked load/store test names
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Aakanksha Patil
AMDGPU: Additional pattern for i16 median3 matching
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Vedant Kumar
Mark @llvm.trap cold
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Scott Linder
[Support] Teach YAMLIO about polymorphic types
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Teresa Johnson
[ThinLTO] Update handling of vararg functions to match...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Shoaib Meenai
[AST] Fix typo in MicrosoftMangle
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sanjay Patel
[InstSimplify] add tests for funnel shift with select...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sam Clegg
[WebAssembly] Add support for dylink section in object...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Craig Topper
[X86] Allow pmulh to be formed from narrow vXi16 vector...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Alexander Richardson
[libcxx] [test] Fix running tests on macOS with python3
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sean Fertile
[PPC64] Long branch thunks.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sean Fertile
[NFC] Change address __tls_getaddr is defined at so...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Mandeep Singh...
[InstCombine] Remove a couple of asserts based on incor...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Zachary Turner
Fix some compilation failures introduced in recent...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Kadir Cetinkaya
[clangd] Delete unused includes.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sanjay Patel
[InstCombine] fix formatting for matchBSwap(); NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Florian Hahn
[VPlan, SLP] Use SmallPtrSet for Candidates.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
John Brawn
[SimplifyCFG] Regenerate preserve-branchweights.ll...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[TTI] getOperandInfo - a broadcast shuffle means the...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Pavel Labath
Move DataExtractorTest to unittests/Utility
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
David Bolvansky
Reverted D52835 to fix review comments
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
David Bolvansky
[Diagnostics] Check integer to floating point number...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Bruno Ricci
[AST][NFC] Order the bit-field classes of Stmt like...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Peter Smith
[AArch64] Fix resolution of R_PLT_PAGE RelExpr
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Andrey Churbanov
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Paul Robinson
Document how to comment an actual parameter.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Florian Hahn
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[TTI] Pull out repeated 'ConcreteTTI' static_casts...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Florian Hahn
[VPlan] Update ifdef.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Florian Hahn
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Aaron Ballman
Adding myself as the code owner for clang-query as...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
George Rimar
[LLDB] - Recommit r346848 "[LLDB] - Support the single...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[CostModel] Add generic expansion funnel shift cost...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
George Rimar
Revert r346848 "[LLDB] - Support the single file split...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Haojian Wu
[clangd] Replace StringRef in SymbolLocation with a...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Xing GUO
[llvm-objdump] Improve ELF file type checking statement...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Simon Pilgrim
[X86][AVX512] Remove constant pool shuffle decoding...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Pavel Labath
Fix a crash when parsing incorrect DWARF
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
George Rimar
[LLDB] - Support the single file split DWARF.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sam McCall
[AST] Allow limiting the scope of common AST traversals...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Martin Storsjo
[COFF] Fix a longstanding typo in a variable name....
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Heejin Ahn
[WebAssembly] Make sure event-section XFAILs for build...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sven van Haastregt
Print newline after banner for ModulePass
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Florian Hahn
Recommit r346483: [CallSiteSplitting] Only record condi...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Diana Picus
Fix r346747 and r346796
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Haojian Wu
Suppress a "-Wliteral-conversion" compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Heejin Ahn
[WebAssembly] Temporarily disable event-section.ll
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Haojian Wu
Fix the "make_unique is ambiguous" compiler error.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Alexey Sotkin
[OpenCL] Fix invalid address space generation for clk_e...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
George Rimar
[Clang] - Add '-gsplit-dwarf[=split,=single]' version...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Sam McCall
[clangd] Improve code completion for ObjC methods
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Roman Lebedev
[clang-tidy] Avoid C arrays check
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Craig Topper
[X86] Add -x86-experimental-vector-widening command...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
David Blaikie
Correctly instantiate `iterator_adaptor_base` when...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Yaxun Liu
[HIP] Fix device only compilation
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Petr Hosek
[CMake] Include clang-apply-replacements in Fuchsia...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Stephan T....
[libcxx] [test] Strip trailing whitespace. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Heejin Ahn
[WebAssembly] Add support for the event section
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Zi Xuan Wu
[PowerPC] Enhance the selection(ISD::VSELECT) of vector...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Reid Kleckner
Revert r346810 "Preserve loop metadata when splitting...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Alex Lorenz
[HeaderSearch] loadSubdirectoryModuleMaps should respec...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Eli Friedman
[CodeGen] Fix forward scan in MachineBasicBlock::comput...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Petr Hosek
[CMake] Passthrough CFLAGS when checking the compiler...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-14
Tatyana Krasnukha
Complete reverting r346191
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Tatyana Krasnukha
Complete reverting r346191
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Reid Kleckner
[PDB] Simplify symbol handling code, NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Jessica Paquette
[MachineOutliner][NFC] Use flags set in all candidates...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Adrian Prantl
Make dsymutil more robust when parsing load commands.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Sanjay Patel
[InstCombine] fold funnel shift amount based on demande...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Matthew Voss
Make the ExpandTilde unit test expect "\" (not "/"...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Adrian Prantl
Fix a bug in the parsing of the LC_BUILD_VERSION Mach...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Eric Fiselier
Add cxx-benchmark-unittests target
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Craig Topper
Preserve loop metadata when splitting exit blocks
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Jessica Paquette
[MachineOutliner][NFC] Use MBB flags to avoid call...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Eric Fiselier
Fix "use of" uninitialized memory in benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Sanjay Patel
[InstCombine] canonicalize rotate patterns with cmp...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Matt Arsenault
OpenCL: Don't warn on v printf modifier
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Marshall Clow
Mark #2184 as complete; the tests are fine. (I thought...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
George Karpenkov
[lsan] [FIXUP] Fixup for reviews.llvm.org/D54484
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Jessica Paquette
[MachineOutliner][NFC] Exit getOutliningType if there...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
David Greene
[Driver] Support g++ headers in include/g++
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Bruno Ricci
[AST] Revert r346793 and r346781
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Stanislav Mekhanoshin
[AMDGPU] combine extractelement into several selects
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Louis Dionne
[NFC] Mark LWG3128 and LWG3132 as requiring no work
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Alina Sbirlea
[MemorySSA] Create query after checking if instruction...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Fangrui Song
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Fangrui Song
[ELF] Add a better test for the multi-CU .gdb_index...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Stanislav Mekhanoshin
Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Fangrui Song
[ELF] Rename NameTypeEntry to NameAttrEntry and its...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Bruno Ricci
[AST][NFC] Order the bit-field classes of Stmt like...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
George Karpenkov
[lsan] [NFC] Change ARRAY_SIZE to internal_strnlen
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Nico Weber
[MS Demangler] Print public:, protected:, private:...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
Fangrui Song
[AsmPrinter] Rename a comment of .debug_gnu_pubnames...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
David Blaikie
DebugInfo: Add a driver flag for DWARF debug_ranges...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-13
David Blaikie
DebugInfo: Add a CU metadata attribute for use of DWARF...
commit
|
commitdiff
|
tree
|
snapshot
next