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
2019-05-30
Fangrui Song
[ELF] Delete dead SHT_NOBITS->SHT_PROGBITS code after...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Antonio Afonso
Remove length modifier when using assignment suppressio...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Erich Keane
Revert "clang support gnu asm goto."
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Greg Clayton
Fix a regression in DWARF access speed caused by svn...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sam Parker
[NFC][ARM][ParallelDSP] Refactor narrow sequence
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Greg Clayton
Improve DWARF parsing and accessing by 1% to 2%
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Anastasia Stulova
[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Csaba Dabis
[analyzer] print() JSONify chain: Fix possible build...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
Follow up of r362096
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[ELF] De-template addUndefined() and addWrappedSymbols...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Csaba Dabis
[analyzer] print() JSONify chain: Fix build-bot breaks
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[ARM] Change the MC names for VMAXNM/VMINNM
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[ARM] Add CLI support for Armv8.1-M and MVE
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[ELF][test] Update znotext-plt-relocations.s to emit...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
[ARM] LowerVECTOR_SHUFFLE - fix uninitialized variable...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Roman Lebedev
[NFC][Codegen] Add add+sub/sub+add constant-fold tests...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Roman Lebedev
[LoopIdiom] Basic OptimizationRemarkEmitter handling
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Roman Lebedev
[LoopIdiomRecognize][NFC] Sort includes
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[ARM] add target arch definitions for 8.1-M and MVE
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
George Rimar
[llvm-readobj] - Rewrite reloc-types.test to use YAML...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[ARM] Introduce separate features for FP registers
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sven van Haastregt
[OpenCL] Support logical vector operators in C++ mode
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Pavel Labath
DWARFASTParserClang: Delete dead code
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
Fix Wdocumentation warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
George Rimar
[llvm-readobj] - An attemp to fix BB.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
[CostModel][X86] Add bool vector and/or/xor cost tests
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
George Rimar
[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
[X86][SSE] Improve bool vector extload (PR26091)
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
George Rimar
[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
Revert "asm goto: fix out-of-bounds read of Constraints...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[ELF] Implement Local Dynamic style TLSDESC for x86-64
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
Fix sphinx warning about missing footnote.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Simon Pilgrim
Fix MSVC "not all control paths return a value" warning.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Pavel Labath
DWARFASTParserClang: Move attribute parsing into a...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Eugene Leviant
[llvm-objcopy] Remove %p format specifiers
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 vector splice (constr...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Cullen Rhodes
[AArch64][SVE2] Asm: support SVE2 load instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Cullen Rhodes
[AArch64][SVE2] Asm: support FCVTX/FLOGB instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Cullen Rhodes
[AArch64][SVE2] Asm: add ext (immediate offset, constru...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Pavel Labath
Make CompileUnit::GetSupportFiles return a const list
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[ARM] Add an MVE execution domain
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
asm goto: fix out-of-bounds read of Constraints after...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[TableGen] AsmMatcher: allow repeated input operands
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[CMake] Use find_package(LLVM) instead of LLVMConfig
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Sjoerd Meijer
[TableGen] New default operand "undef_tied_input"
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Pavel Labath
[lldb-server] Support 'g' packets
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Benjamin Kramer
[AST] asm goto labels don't have constraints, don't...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Craig Topper
[LoopVectorize] Precommit tests for D62510. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
Mark CodeGen/asm-goto.c as x86 specific after r362045
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[libcxx][libcxxabi] Remove the unused CMake checks
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[runtimes] Use -Wunknown-pragmas for the pragma check
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Florian Hahn
[LV] Inform about exactly reason of loop illegality
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[runtimes] Check if pragma comment(lib, ...) is support...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
John McCall
Add the `objc_class_stub` attribute.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Pengfei Wang
[X86] Add ENQCMD instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[Driver] Render target options (e.g. -fuse-init-array...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[PowerPC] Set the default PLT mode on musl to Secure PLT
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
[Driver] -static-pie: add -z text
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Fangrui Song
DWARFDebugInfoEntry: delete unused Extract() and rename...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[runtimes] Support ELF dependent libraries feature
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Petr Hosek
[CMake] Set LLVM_PATH in the runtimes build
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Jan Korous
[BitstreamWriter][NFC] Remove obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Jennifer Yu
clang support gnu asm goto.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-30
Davide Italiano
[crashlog] Add a missing call to decode.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Alex Langford
[Commands] Remove commented out code
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Seiya Nuta
[llvm-objcopy][MachO] Print an error message on use...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Reid Kleckner
Move the pybool logic from CMake to Python for simplicity
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Amy Huang
CodeView - add static data members to global variable...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Reid Kleckner
[llvm-pdbutil] Dump inline call site line table annotations
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Richard Trieu
Use correct format specifier to silence -Wformat warning.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Akira Hatanaka
[ObjC] Fix encoding of ObjC pointer types that are...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Greg Clayton
Fix Xcode project lldb unit test target so it compiles.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Alex Langford
[Target] Sink some asserts into Process::GetLanguageRuntime
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Matt Arsenault
LoopVersioningLICM: Respect convergent and noduplicate
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] Remove EndPath function as it is dead code
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Tim Northover
Revert "IR: add optional type to 'byval' function param...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Tim Northover
Revert "LLVM IR: update Clang tests for byval being...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] ConditionBRVisitor: Boolean support
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] ConditionBRVisitor: MemberExpr support
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] ConditionBRVisitor: Remove duplicated code
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] ConditionBRVisitor: Test 'add-pop-up-notes...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Roman Lebedev
[LoopIdiomRecognize][NFC] Use DEBUG_TYPE, add LLVM_DEBU...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Pete Couperus
[ARC] Cleanup ARCAsmPrinter.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] ConditionBRVisitor: Enhance to write out...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Roman Lebedev
UpdateTestChecks: Lanai triple support
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Nico Weber
gn build: Make it possible to build with coverage infor...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Benjamin Kramer
[DAGCombiner] Replace gathers with a zero mask with...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticP...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Tim Northover
LLVM IR: update Clang tests for byval being a typed...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Tim Northover
IR: add optional type to 'byval' function parameters
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] print() JSONify chain: Generic stmt_id
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Nico Weber
mac: Make ubsan test config look more like asan test...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Artem Dergachev
[analyzer] SATestBuild.py: Use driver for analyzing...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] print() JSONify: SVal implementation
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Chris Bieneman
[CMake] [Runtimes] Set *_STANDALONE_BUILD
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Nikita Popov
[InstCombine] Optimize always overflowing signed satura...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Haojian Wu
Fix an unused-variable error.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Thomas Lively
[WebAssembly] Support VPtr sanitizer for Emscripten
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Csaba Dabis
[analyzer] print() JSONify: CFG implementation
commit
|
commitdiff
|
tree
|
snapshot
next