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
2017-10-11
Eugene Zelenko
[Transforms] Fix some Clang-tidy modernize and Include...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Reid Kleckner
Really fix llvm-rc include-paths.test
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Reid Kleckner
Attempt to fix failing llvm-rc include-paths.text
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Reid Kleckner
[codeview] Implement FPO data assembler directives
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Evgeniy Stepanov
Disable TSan tests on Android.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Evgeniy Stepanov
Disable profile tests on Android.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Krzysztof Parzyszek
[Hexagon] Make sure that new-value jump is packetized...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Kostya Kortchinsky
[sanitizer] Move the errno/ENOMEM allocator checks...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Karpenkov
[Analyzer] Support bodyfarming libstdc++ implementation...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Evgeniy Stepanov
[ubsan] Support ubsan-minimal tests on Android.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Matt Morehouse
[clang-fuzzer] Build with newer protobuf-mutator.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Craig Topper
[X86] Add Knights Mill CPU to cpu_indicator support...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Vlad Tsyrklevich
Reland 'Classify llvm-cfi-verify.'
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Kostya Serebryany
[libFuzzer] disable use_feature_frequency as it degrade...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Florian Hahn
[MachineCombiner] Fix initialisation of LastUpdate...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Zachary Turner
Fix incorrect integer literal suffix.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Lei Huang
[PowerPC] Utilize DQ-Form instructions for spill/restor...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Zachary Turner
[llvm-rc] Use proper search algorithm for finding resou...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Martin Storsjo
Support DWARF unwinding on i386 windows
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Martin Storsjo
[docs] Mention that linux/arm64 is supported with DWARF
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Ted Woodward
Remove default case from switch.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Return early if it fails to parse a hex string.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Petr Hosek
Revert "[sanitizer] Introduce ReservedAddressRange...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Petr Hosek
[sanitizer] Introduce ReservedAddressRange to sanitizer...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Karpenkov
[Analyzer] Fix introduced regression: properly check...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Daniel Neilson
[SCEV] Properly handle the case of a non-constant start...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Kostya Serebryany
[libFuzzer] make -use_feature_frequency less aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Karpenkov
[Analyzer] Remove dead code from testing scripts
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Karpenkov
[Analyzer] Assume that string-like const globals are...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Davide Italiano
[ELF] Try to not emit weird diagnostics on undefined...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Matt Morehouse
[clang-fuzzer] Allow linking with any fuzzing engine.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Sanjay Patel
[x86] avoid infinite loop from SoftenFloatOperand ...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Jake Ehrlich
Reland "[llvm-objcopy] Add support for --strip-sections...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Convert the last uses of ErrorOr in include/llvm/Object.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Lei Huang
[NFC] update test case so checks are not order dependen...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Remove unused include.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Convert the last uses of ErrorOr in COFF.h.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Evgeniy Stepanov
[asan] Tweak test output to diagnose buildbot failures.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Update for llvm change.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Convert a few ErrorOr to Expected.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Vivek Pandya
[NFC] Convert OptimizationRemarkEmitter old emit()...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Convert a couple of ErrorOr to Expected. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Remove an unused include.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rafael Espindola
Convert an ErrorOr to Expected.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Krzysztof Parzyszek
[Hexagon] Handle non-immediate operands to A2_addi...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Simon Pilgrim
Spelling mistake in comment. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Craig Topper
[X86] Correct type for argument to clflushopt intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Craig Topper
[X86] Remove MVT::i1 handling code from LowerTRUNCATE
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Krzysztof Parzyszek
[Pipeliner] Fix offset value for instrs dependent on...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Alexey Bataev
[OPENMP] Remove extra if, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Krzysztof Parzyszek
[Pipeliner] Improve serialization order for post-increments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Matt Morehouse
Reland "[clang-fuzzer] Allow building without coverage...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Alexey Bataev
[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Matt Morehouse
[clang-fuzzer] Fix shared library dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Daniel Marjamaki
[Analyzer] Clarify error messages for undefined result
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Sanjay Patel
[InstCombine] add baseline tests for D38531; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Sanjay Patel
[DAGCombiner] convert insertelement of bitcasted vector...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Haojian Wu
[clang-rename] Add more unittest.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Jonas Devlieghere
Revert "[dsymutil] Timestmap verification for __swift_ast"
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Alex Bradbury
[TargetLowering] Correctly track NumFixedArgs field...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Jonas Devlieghere
[dsymutil] Timestmap verification for __swift_ast
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Alex Bradbury
[RISCV] Fix build after r315327
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Simon Dardis
[mips] Add missing tests from rL315451
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Alexey Bader
[OpenCL] Allow function declaration with empty argument...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Haojian Wu
[clang-rename] Don't add prefix qualifiers to the decla...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Simon Dardis
[mips] Add support for parsing target specific flags...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
NAKAMURA Takumi
llvm/module.modulemap: Create LLVM_MC_TableGen. It...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
NAKAMURA Takumi
llvm/module.modulemap: Move Support_TargetRegistry...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Max Kazantsev
[NFC] Fix variables used only for assert in GVN
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Simon Dardis
[llvm-rc] Fix spelling in message
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Javed Absar
[TableGen] Tidy up CodeGenSchedule.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Oliver Stannard
[Asm] Add debug tracing in table-generated assembly...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Petr Pavlu
Fix dumping of characters with non-standard sizes
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Uriel Korach
[X86] Added tests for TESTM and TESTNM (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Rimar
[ELF] - Fix out of sync comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
George Rimar
[ELF] - Do not set output section flags except SHF_...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Max Kazantsev
[GVN] Prevent LoadPRE from hoisting across instructions...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Daniel Jasper
Revert r314955: "Remove PendingBody mechanism for funct...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Max Kazantsev
[LICM] Disallow sinking of unordered atomic loads into...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Max Kazantsev
[IRCE] Do not process empty safe ranges
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Do not copy Sections vector.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
NAKAMURA Takumi
Reorder.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Split LinkerScript::computeInputSections into two funct...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Swap parameters of getSymbolValue.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Do not handle DefinedCommon in linker scripts.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Rename BytesDataCommand -> ByteCommand.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Inline LinkerScript::process.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Davide Italiano
[GVN] Don't replace constants with constants.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
NAKAMURA Takumi
ClangCodeGenTests: Update libdeps in rL315392, +clangAST.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Split a loop into two to make it clear that it did...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Use more precise type.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Remove a static local varaible.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Avoid a pointer to a pointer to an input section.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Add comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Split decompressAndMergeSection into two separate funct...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Remove useless cast.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Rename filename -> getFilename.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Rename Align -> Alignment.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Rui Ueyama
Rename CurAddressState -> Ctx.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Jake Ehrlich
Revert "[llvm-objcopy] Add support for --strip-sections...
commit
|
commitdiff
|
tree
|
snapshot
next