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-11-06
Alexander Shaposhnikov
Introduce llvm-install-name-tool
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Steven Wu
Fix a typo in my previous commit
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
David Tenty
[NFC] Add SUPPORT_PLUGINS to add_llvm_executable()
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Quentin Colombet
[GISel][ArtifactCombiner] Relax the constraint to combi...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Steven Wu
[Object][MachO] Rewrite macho-invalid-fat-arch-size...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Dávid Bolvanský
[X86TargetTransformInfo] Fixed warning: Expression...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[X86] Fix SLM v2i64 ADD/Sub/CMPEQ instruction schedules
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[X86] Fix SLM v2f64 ADD/MUL + FP BLEND/HADD instruction...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Dávid Bolvanský
[X86ISelLowering] Fixed typo in assert. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Saleem Abdulrasool
unwind: disable RTTI during the build of libunwind
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Craig Topper
[X86] Add 'fxsr' feature to -march=pentium2 to match...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Craig Topper
[X86] Add 'mmx' to all CPUs that have a version of...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[CostModel][X86] Improve add vXi64 + fadd vXf64 reducti...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
paulhoad
[clang-format] [RELAND] Remove the dependency on frontend
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
paulhoad
[clang-format] Assert that filenames are not empty
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[CostModel][X86] Add add/fadd reduction tests for SLM
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
CodeGenInstruction - fix uninitialized variable warning...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
LoopAccessAnalysis - fix uninitialized variable warning...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
BranchProbabilityInfo - fix uninitialized variable...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Louis Dionne
[libcxx] Make generate_feature_test_macro_components...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Saleem Abdulrasool
Revert "build: explicitly set the linker language for...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Yitzhak Mandelbaum
[libTooling] Fix breakage from change #84922
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Don Hinton
[CommandLine] Add inline ArgName printing
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Yitzhak Mandelbaum
[libTooling] Small changes in Transformer API.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Jon Chesterfield
[libomptarget] Revert all improvements to support
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Yitzhak Mandelbaum
[libTooling] Simplify type structure of `Stencil`s.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Pavel Labath
DWARFDebugLoclists: Move to a incremental parsing model
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Yitzhak Mandelbaum
[clang-tidy] Update TransformerClangTidyCheck to use...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Miloš Stojanović
[NFC][APInt] Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Pavel Labath
lldb/docs: update the lldb-x86_64-debian bot url
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Pavel Labath
lldb: Skip reproducer+expression evaluation test on...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Haojian Wu
[clangd] Improve the output of rename tests where there...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Sanjay Patel
[x86] avoid crashing when splitting AVX stores with...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Ilya Biryukov
[Support] fix mingw-w64 build
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[X86] Fix uninitialized variable warnings. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
X86FoldTablesEmitter - fix static analyzer potential...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[X86] LowerAVXExtend - fix dodgy self-comparison assert.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Momchil Velikov
[AArch64] Move the branch relaxation pass after BTI...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Pilgrim
[APInt] Fix implicit truncation warning in bitsToFloat...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Roman Lebedev
[LoopUnroll] countToEliminateCompares(): fix handling...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Roman Lebedev
[NFC][LoopUnroll] Update test coverage for peeling...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Louis Dionne
[libc++][P0202] Marked algorithms copy/copy_n/copy_if...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Benjamin Kramer
Silence warning, PyMODINIT_FUNC already contains extern "C"
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
dfukalov
[AMDGPU] Improve code size cost model (part 2)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Tim Northover
NeonEmitter: remove special 'a' type modifier.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Sjoerd Meijer
[TTI][LV] preferPredicateOverEpilogue
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Tim Northover
NeonEmitter: switch to enum for internal Type represent...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Ilya Biryukov
[Syntax] Add nodes for most common statements
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Tatham
[ARM,MVE] Add intrinsics for gather/scatter load/stores.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Tatham
[ARM,MVE] Integer-type nitpicks in MVE intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Tatham
[clang,MveEmitter] Fix sign/zero extension in range...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Simon Tatham
[ARM MVE] Remove accidental 64-bit vst2/vld2 intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Haojian Wu
[clangd] Implement a function to lex the file to find...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
paulhoad
clang-format: Add a fallback style to Emacs mode
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
paulhoad
[clang-format] [PR35518] C++17 deduction guides are...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
LLVM GN Syncbot
gn build: Merge 24130d661ed
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Matthias Gehre
[clang-tidy] Add readability-make-member-function-const
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Thomas Finch
YAML parser robustness improvements
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Yevgeny Rouban
[ADT] Add equality operator for SmallPtrSet
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
QingShan Zhang
[PowerPC] Fix the incorrect 'RM' flag set on load/store...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Chris Bieneman
Implement `sys::getHostCPUName()` for Darwin ARM
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Vladimir Vereschaka
Fixed a profdata file size detection on Windows system.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-06
Teresa Johnson
[IRMover] Set Address Space for moved global values
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Daniel Sanders
[globalisel][docs] Rework GMIR documentation and add...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Daniel Sanders
[globalisel][docs] Rework GMIR documentation and add...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
James Molloy
[Automaton] Make Automaton thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Daniel Sanders
[globalisel][docs] Add a section about debugging with...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Stanislav Mekhanoshin
[AMDGPU] Add missing flags to DS_Real
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Sanjay Patel
[SLP] add tests for 2-wide reductions; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Alex Langford
[TestMTCSimple] Disable the test if you don't have...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Volodymyr Sapsai
Revert "[analyzer] Add test directory for scan-build."
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Teresa Johnson
[IRMover] Use GlobalValue::getAddressSpace instead...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Simon Atanasyan
[mips] Fix `getRegForInlineAsmConstraint` to do not...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Kelvin Li
[CMake] Prevent adding lld to test dependency (TEST_DEP...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Alina Sbirlea
[LoopRotationUtils] Check values are newly inserted...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Simon Pilgrim
[Hexagon] getCompoundCandidateGroup - fix 'false' value...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Haibo Huang
[lldb] Add a install target for lldb python on darwin
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Philip Reames
[X86/Atomics] Correct a few transforms for new atomic...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Bill Wendling
Fix typo so that '-O0' is correctly specified
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Alexey Bataev
[OPENMP50]Simplify processing of context selector scores.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Amy Huang
[MIR] Add MIR parsing for heap alloc site instruction...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Mark de Wever
[Sema] Fixes templated friend member assertion
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Adrian Prantl
[ValueObject] Upstream early exit from swift-lldb....
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Adrian Prantl
[ValueObject] Upstream initialization from swift-lldb.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Jonas Devlieghere
[Reproducer] Add test case for expression evaluation
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Benjamin Kramer
[X86] Gate select->fmin/fmax transform on NoSignedZeros...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Fred Riss
TestBatchMode.py: add missing @skipIfRemote
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Fred Riss
testsuite: skipIfNoSBHeaders should skip when running...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Fred Riss
Modernize add-dsym test Makefile
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Julian Lettner
Revert "[lit] Better/earlier errors when no tests are...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Stanislav Mekhanoshin
[AMDGPU] Removed dead code from R600ISelLowering.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Philip Reames
[X86/Atomics] (Semantically) revert G246098, switch...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Michael Liao
[HIP] Fix visibility for 'extern' device variables.
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Sid Manning
[llvm-objdump] Fix spurious "The end of the file was...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Joel E. Denny
[lit] Fix `not` calling internal commands
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Stanislav Mekhanoshin
[AMDGPU] Removed dead code handling M0CopyReg
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Adrian Prantl
ValueObject: Upstream early-exit from swift-lldb. ...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Reid Kleckner
[dexter] Fix feature tests on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Reid Kleckner
[dexter] Remove lit check for python 3
commit
|
commitdiff
|
tree
|
snapshot
2019-11-05
Benjamin Kramer
[X86] Specifically limit fmin/fmax commutativity to...
commit
|
commitdiff
|
tree
|
snapshot
next