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-07-25
Krasimir Georgiev
[clang-format ]Extend IncludeCategories regex documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Balazs Keri
[ASTImporter] Add support for import of CXXInheritedCto...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Fix typos, spelling, and grammar in the FileTimeType...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Paul Semel
[llvm-readobj] Generic hex-dump option
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Chandler Carruth
[x86/SLH] Sink the return hardening into the main block...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Chandler Carruth
[x86/SLH] Improve name and comments for the main harden...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Simon Atanasyan
[mips] Replace custom parsing logic for data directives...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Fangrui Song
cc1_main: fix -Wsign-compare on FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Chijun Sima
[Dominators] Assert if there is modification to DelBB...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Craig Topper
[X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multi...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Craig Topper
[X86] Autogenerate complete checks and fix a failure...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Fix bugs in create_directory implementation.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
JF Bastien
CodeGen: use non-zero memset when possible for automati...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Fix missing includes in format_string.hpp helper
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Marshall Clow
New test support for comparisons. Reviewed as https...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Make <experimental/filesystem> explicitly require C...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Ensure path::iterator and PathParser share the same...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Tom Stellard
[RegisterBankInfo] Ignore InstrMappings that create...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Petr Hosek
[profile] Support profiling runtime on Fuchsia
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Eric Fiselier
Add design docs for upcoming file_time_type change.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Marshall Clow
Mark <span> as complete
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Chandler Carruth
[x86/SLH] Teach the x86 speculative load hardening...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Petr Hosek
[CMake] Link static libunwind and libc++abi into libc...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
George Karpenkov
[analyzer] Syntactic matcher for leaks associated with...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Craig Topper
[X86] Use a shift plus an lea for multiplying by a...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-25
Craig Topper
[X86] Expand mul by pow2 + 2 using a shift and two...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Raphael Isemann
Add unit tests for VMRange
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Matt Morehouse
[sanitizer] Update symbolizer test.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Use a two lea sequence for multiply by 37, 41...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Add test cases for multiply by 37, 41, and 73.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Change multiply by 26 to use two multiplies by...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
[CMake] Include CMakeDependentOption in libunwind
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
[CMake] Option to control whether shared/static library...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
George Karpenkov
Revert "[analyzer] Extend NoStoreFuncVisitor to insert...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jason Molenda
Add DumpRegisterValue.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
George Karpenkov
[analyzer] Extend NoStoreFuncVisitor to insert a note...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Rui Ueyama
Fix error messages for bad symbols.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Benjamin Kramer
[Sema] Destroy tokens in DeclaratorChunk params
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Hideki Saito
[LV] Fix for PR38110, LV encountered llvm_unreachable()
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Benjamin Kramer
[clangd] Guard fuzzer against empty inputs.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Roman Tereshin
[SCEV] Add zext(C + x + ...) -> D + zext(C-D + x +...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] When expanding a multiply by a negative of one...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Richard Smith
Don't lifetime-extend or track lifetime problems throug...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Generalize the multiply by 30 lowering to generic...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Raphael Isemann
Remove unused History class
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Heejin Ahn
[WebAssembly] Add tests for weaker memory consistency...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Max Moroz
[libFuzzer] Handle unstable edges by disregarding unsta...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Change multiply by 19 to use (9 * X) * 2 + X...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jordan Rupprecht
Revert "[VFS] Cleanups to VFS interfaces."
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jessica Paquette
[MachineOutliner][NFC] Move outlined function remark...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jessica Paquette
[MachineOutliner][NFC] Move target frame info into...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Peter Collingbourne
Put "built-in" function definitions in global Used...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Chandler Carruth
[x86] Teach the x86 backend that it can fold between...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[Inliner] Teach inliner to merge 'min-legal-vector...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Craig Topper
[X86] Add test case to show failure to combine away...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Azharuddin...
[docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jessica Paquette
[MachineOutliner][NFC] Make Candidates own their call...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jessica Paquette
[MachineOutliner][NFC] Move missed opt remark into...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jessica Paquette
[MachineOutliner][NFC] Sink some candidate logic into...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Kuba Mracek
[tsan] Fix crash in objc_sync_enter/objc_sync_exit...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Erich Keane
Remove stale documentation from InternalsManual.rst
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Sam McCall
[VFS] Cleanups to VFS interfaces.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
[CMake] Fix the setting of LIBCXX_HEADER_DIR in standal...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Pavel Labath
Move dumping code out of RegisterValue class
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Joel Galenson
Use SCEV to avoid inserting some bounds checks.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Sid Manning
[ELF][HEXAGON] Add R_HEX_B15_PCREL_X relocation
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Florian Hahn
[PredicateInfo] Use custom mangling to support ssa_copy...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Simon Atanasyan
[mips] Fix local dynamic TLS with Sym64
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Igor Kudrin
[profile] Fix finding the first and last directory...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Chandler Carruth
[x86/SLH] Extract the core register hardening logic...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Alexander Richardson
Stop wrapping __has_include in another macro
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Igor Kudrin
[profile] Fix a possible memory leak in parseFilenamePa...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Chandler Carruth
[x86/SLH] Tidy up a comment, using doxygen structure...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Sam Parker
[ARM] Disable ARMCodeGenPrepare by default
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Duncan P. N...
ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Pavel Labath
Reimplement EventDataBytes::Dump to avoid DumpDataExtractor
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Florian Hahn
Recommit r334887: [SmallSet] Add SmallSetIterator.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Eric Fiselier
Fix use of incorrect _LIBCXX macro (should be _LIBCPP).
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Eric Liu
[clangd] Tune down quality score for class constructors...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Roman Lebedev
[Sema] Mark implicitly-inserted ICE's as being part...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
Reland "[CMake] Support statically linking dependencies...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jiading Gai
Add a .keep file to prevent svn from skipping over...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Shiva Chen
Revert "[DebugInfo] Generate DWARF debug information...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jiading Gai
For x86_64, gcc 7.2 under Amazon Linux AMI sets its...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Simon Atanasyan
[ELF][MIPS] Fix primary GOT sometimes overflowing by...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Marshall Clow
fix nesting of namespace and standard-version check...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Marshall Clow
Disable 'suggest braces' warnings for std::array in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Jiading Gai
[Test commit] Fix a spelling error.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Chandler Carruth
[x86] Clean up and convert test to use generated CHECK...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Chandler Carruth
[x86] Update the CHECK lines of this test to use the...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Marshall Clow
Implement <span>. Reviewed as https://reviews.llvm...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Shiva Chen
Revert "[DebugInfo] Generate debug information for...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
[sanitizer][fuzzer] Temporarily transition to ZX_TIME_I...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Petr Hosek
[sanitizer] Transition from _zx_vmar_... to _zx_vmar_...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Shiva Chen
[DebugInfo] Generate debug information for labels....
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Shiva Chen
[DebugInfo] Generate DWARF debug information for labels.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Tom Stellard
AMDGPU/GlobalISel: Legalize G_INSERT
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Yaxun Liu
Attempt to fix regression due to r337791
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
George Burgess IV
Fix unused variable warnings; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Dean Michael...
llvm-xray: Broken chrome trace event format output
commit
|
commitdiff
|
tree
|
snapshot
next