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
2016-07-26
Tim Northover
GlobalISel: give MachineInstrBuilder a uniform interfac...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Haojian Wu
[include-fixer] Don't add qualifiers in missing complet...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Todd Fiala
reduce Green Dragon macOS build session filename length
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Martin Bohme
Revert "Make RecursiveASTVisitor visit lambda capture...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
David Majnemer
Update for LLVM changes
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Martin Bohme
Make RecursiveASTVisitor visit lambda capture initializ...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Eric Liu
[Tooling] skip anonymous namespaces when checking if...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Daniel Sanders
[mips] Fix typos in spelling of lowerRETURNADDR.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Martin Bohme
Revert test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Marshall Clow
Implement LCM and GCD for C++17. Same code as for Libra...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Marshall Clow
Implement LCM and GCD for Library Fundamentals. Reviewe...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Krzysztof Parzyszek
[Hexagon] Update store offset when not packetizing...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Oliver Stannard
[ARM] Improve error messages for .arch_extension directive
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Oliver Stannard
[ARM] Implement -mimplicit-it assembler option
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Martin Bohme
Test commit -- adding a newline
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
George Rimar
[ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluation
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Daniel Sanders
[lit] Document the 'available_features' member of the...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Simon Pilgrim
[X86][SSE] Added extra memory folding tests for cvtsd2s...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Rafael Espindola
Disable test on windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
George Rimar
[ELF] - Fixed possible iterator overflow.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Simon Pilgrim
[X86][SSE] Fixed issue with memory folding of (v)cvtsd2...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Simon Dardis
[mips] MIPS64R6 compact branch support
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Simon Pilgrim
Fixed spelling in comment
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Benjamin Kramer
[tblgen] Compare const char * with strcmp instead of...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Simon Dardis
[mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliases
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Pavel Labath
Fix incorrect form test in SymbolFileDWARF
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Pavel Labath
Fix DataExtractor::PeekData for zero length peeks
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Craig Topper
[X86] Remove isCommutable=1 from instructions that...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Craig Topper
[AVX512] Don't mark ADDSSZr_Int or MULSSZr_Int as commu...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Eugene Leviant
[ELF/Linkerscript] Remove special handling of TLS/NOTE...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Dimitry Andric
Remove obsolete XFAIL for a test that used to sometimes...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Jason Molenda
Add support for an additional dictionary in the per...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
David Majnemer
Update for LLVM changes
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
David Majnemer
Reapply: [InstSimplify] Add support for bitcasts"
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Kelvin Li
[OpenMP] diagnose orphaned teams construct
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Amaury Sechet
Propery format doccomment in lto.h . NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Matthias Braun
LiveIntervalAnalysis: Fix handleMoveDown() problem
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Tim Northover
GlobalISel: remove redundant ';'s. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Jason Molenda
DynamicLoaderDarwinKernel will look in four addresses...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Peter Collingbourne
Add qualification to fix MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Peter Collingbourne
COFF: Implement /linkrepro flag.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Chris Bieneman
[CMake] Updating Xcode Toolchain creation to support...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Rui Ueyama
Split getPhdrsIndices. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Vedant Kumar
[Coverage] Do not write out coverage mappings with...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Rui Ueyama
Replace std::find_if with plain for loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Sebastian Pop
GVN-hoist: use a DFS numbering of instructions (PR28670)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Sebastian Pop
GVN-hoist: limit hoisting depth (PR28670)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-26
Evgeniy Stepanov
[safestack] Fix stack guard live range.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Chris Bieneman
[CMake] Pass DYLD_LIBRARY_PATH as CMake variable instea...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Chris Bieneman
[CMake] Support feeding DYLD_LIBRARY_PATH into archiver...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Enrico Granata
Print a warning if the directory passed to --test-subdi...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Xinliang David Li
Define compatibility flag if not defined with -std=c++
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Adam Nemet
[lit] Don't match tool names within new PM's <> markers
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rui Ueyama
Split LinkerScript::createSections into small functions.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rui Ueyama
Fix parameter names.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Jan Vesely
Make min follow the OCL 1.0 specs
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Michael Kuperstein
Attempt to pacify windows bots, again.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rui Ueyama
Do not pass InputFile to reportDiscarded().
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Renato Golin
[ARM] Saturation instructions are DSP-only
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
David Majnemer
Revert "[InstSimplify] Add support for bitcasts"
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
David Majnemer
[InstSimplify] Add support for bitcasts
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rui Ueyama
Make ConstraintKind an enum class.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Akira Hatanaka
[Sema][ObjC] Compute the nullability of a conditional...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Davide Italiano
[LinkerScript] Refactor KEEP handling in a separate...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
David Blaikie
[WebAssembly] Update for Target API (TargetRegistry...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rui Ueyama
Re-commit "Split LinkerScript::createSections".
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Simon Pilgrim
[X86] Regenerate v2i256 shift legalization tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Simon Pilgrim
[X86] Regenerate i64 shift legalization tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Tim Northover
GlobalISel: add generic casts to IRTranslator
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Tim Northover
GlobalISel[AArch64]: support pointer types in argument...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Michael Kuperstein
[PM] Port SymbolRewriter to the new PM
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Kevin Enderby
Next step along the way to getting good error messages...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Jordan Rose
Fix r276671 to not use a defaulted move constructor.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Eugene Zelenko
[Clang-rename] Remove custom version, fix extra space...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Chris Bieneman
Revert "Enable cross-compilation across architectures...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Jan Vesely
AMDGPU: Remove read_workdim intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
Scalarizer: Support scalarizing intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
AMDGPU: Make skip threshold an option
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
AMDGPU: Fix missing verify-machineinstrs in control...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
LiveIntervals: Return index from replaceMachineInstrInMaps
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
MachineVerifier: Fix printing nonsense for physical...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Evgeniy Stepanov
Fix invalid iterator use in safestack coloring.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Matt Arsenault
AMDGPU: Delete dead code
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Chris Bieneman
[CMake] Cleaning up some CMake warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Rong Xu
[PGO] Fix profile mismatch in COMDAT function with...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Michael Kuperstein
Attempt to pacify windows bots.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Jordan Rose
StringSwitch cannot be copied (take 2).
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Daniel Berlin
Revert NewGVN N^2 behavior patch
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Zachary Turner
Add a modulemap for LLVMDebugInfoMsf.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Michael Kuperstein
Don't use iplist in SymbolRewriter. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Justin Bogner
cmake: When adding lit testsuites, ignore Output direct...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Simon Pilgrim
[X86][SSE] Added 2048-bit vector comparison tests
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Daniel Berlin
NFC: Make a few asserts in GVNHoist do the same thing...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Jordan Rose
Revert "StringSwitch cannot be copied or moved."
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Eugene Leviant
[ELF] Fix bug in test case
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Daniel Berlin
Fix N^2 instruction ordering comparisons in GVNHoist.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Daniel Berlin
NFC: Refactor GVNHoist class so not everything is public
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Joel Jones
[cc1as] Add MCTargetOptions argument to createAsmBackend
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Joel Jones
MC] Provide an MCTargetOptions to implementors of MCAsm...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-25
Sunil Srivastava
Support '#pragma once' in headers when using PCH
commit
|
commitdiff
|
tree
|
snapshot
next