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-02-05
Jan Kratochvil
Resolve binary symlinks before finding its separate...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
James Henderson
Fix more print format specifiers in debug_rnglists...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Jan Kratochvil
Fix upper->lower case for /usr/lib/debug/.build-id...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Peter Smith
[ELF] Implement --[no-]apply-dynamic-relocs option.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Haojian Wu
[clangd] Expclictly set the init value of -assume-heade...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
George Rimar
[ELF] - Report valid binary filename when reporting...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Serguei Katkov
Revert [SimplifyCFG] Relax restriction for folding...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Craig Topper
[X86] Add isel patterns for selecting masked SUBV_BROAD...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Max Kazantsev
[NFC] Add tests for PR35743
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Serguei Katkov
[SimplifyCFG] Relax restriction for folding uncondition...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Craig Topper
[X86] Remove unused lambda. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Craig Topper
[X86] Remove X86ISD::SHUF128 from combineBitcastForMask...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Serguei Katkov
Re-apply [SCEV] Fix isLoopEntryGuardedByCond usage
commit
|
commitdiff
|
tree
|
snapshot
2018-02-05
Erik Pilkington
[demangler] return early if conditional expr parsing...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Craig Topper
[X86] Auto-generate full checks. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Daniil Fukalov
Recommit rL323890: [AMDGPU] Add ds_fadd, ds_fmin, ds_fm...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Zvi Rackover
X86 Tests: Add shuffle that can be improved by widening...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Florian Hahn
[PartialInliner] Update test (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Florian Hahn
[InlineFunction] Set arg attrs even if there only are...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Sander de Smalen
[TableGen][AsmMatcherEmitter] Fix tied-constraint check...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Chad Rosier
[LV] Use Demanded Bits and ValueTracking for reduction...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Fix initialization of array<const T, 0> with GCC.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Mark LWG 3014 as complete. No code changes needed
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Implement LWG 3014 - Fix more noexcept issues in filesy...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Mark LWG 3013 as already complete. See r316941
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Remove debug println from rec.dir.itr.increment test
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Implement LWG2989: path's streaming operators allow...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Mark issue 2851 as complete
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Address LWG 2849 and fix missing failure condition...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
correct comment about C++03 assignment operators
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
Make array<const T, 0> non-CopyAssignable and make...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Craig Topper
[X86] Add DAG combine to turn (bitcast (and/or/xor...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Craig Topper
[X86] Remove unused function argument. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-04
Eric Fiselier
[libc++] Fix PR35491 - std::array of zero-size doesn...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Craig Topper
[DAGCombiner] When folding fold (sext/zext (and/or...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Simon Pilgrim
[MIPS] Regenerate vector tests with update script
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Simon Pilgrim
[SelectionDAG] Don't use simple VT in generic shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Simon Pilgrim
[X86][SSE] Don't chain shuffles together in schedule...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Craig Topper
[X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
David Green
Remove unneeded -debug argument from new test
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Lang Hames
[ORC] Rename NullResolver to NullLegacyResolver.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
David Green
[InstCombine] Allow common type conversions to i8/i16/i32
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Sander de Smalen
Recommit rL323952: [DebugInfo] Enable debug information...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Alex Bradbury
[RISCV] Update two RISCV codegen tests after rL323991
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Simon Pilgrim
Fix MSVC signed/unsigned comparison warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Alex Bradbury
[RISCV] Create a LinuxTargetInfo when targeting Linux
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Michael Kruse
[ScopBuilder] Make -polly-stmt-granularity=scalar-indep...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Michael Kruse
[ScopInfo] Allow epilogues to be the main statement...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Artem Dergachev
Revert r324166 "[analyzer] Add a checker for mmap(...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Artem Dergachev
[analyzer] Add a checker for mmap()s which are both...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Eric Fiselier
Work around GCC constexpr initialization bug
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Eric Fiselier
Work around Clang bug introduced in r324062
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Evgeniy Stepanov
[hwasan] Add a paragraph on stack instrumentation.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
George Karpenkov
[analyzer] Do not infer nullability inside function...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Richard Smith
Fix crash when trying to pack-expand a GNU statement...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-03
Jason Molenda
Turn off the deprecated ALWAYS_SEARCH_USER_PATHS feature
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sam Clegg
[WebAssembly] Refactor linker-generated symbols. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Jason Molenda
Fix a copy of a fixed length, possibly non-nul terminat...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Update Eq so that it uses NAME just like B does. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Eric Fiselier
Fix has_unique_object_representation after Clang commit...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Richard Smith
Fix incorrect usage of std::is_assignable.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Richard Smith
Add missing direct-init / parameter-declaration-clause...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Add -{no,}-check-sections flags to enable/disable secti...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Daniel Neilson
[InstCombine] Use getDestAlignment in SimplifyMemSet...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
[X86] Prefer to create a ISD::SETCC over X86ISD::PCMPEQ...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Strip .note.gnu.build-id sections if --build-id is...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Add --no-gnu-unique and --no-undefined-version for...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sanjay Patel
[InstCombine] make sure tests are providing coverage...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
James Dennett
More documentation cleanup for Decl.h.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rui Ueyama
Consolidate --foo and --no-foo options. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Kuba Mracek
Use NULL instead of nullptr in invalid-pointer-pairs...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
[X86] Pass SDLoc by const reference in a few more place...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Eric Fiselier
Make __has_unique_object_representations reject empty...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
James Dennett
Documentation cleanup, no functional change.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Matt Morehouse
[clang-proto-to-cxx] Accept protobufs with missing...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Ben Hamilton
[clang-format] New format param ObjCBinPackProtocolList
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
[X86] Add avx512 command line to ptest.ll to demonstrat...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
Partially revert r324124 [X86] Add tests for missed...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Eric Fiselier
Emit label names according to -discard-value-names.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Kuba Mracek
[asan] Make concurrent_overflow.cc less flaky
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Aditya Nandakumar
[GISel][NFC]: Move RegisterBankInfo::getSizeInBits...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
[X86] Add tests for missed opportunities to use ptest...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Alex Denisov
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sanjay Patel
[InstCombine] simplify logic for swapMayExposeCSEOpport...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Kamil Rytarowski
Correct FileCheck usage in two newly added tests
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Kamil Rytarowski
Add new NetBSD interceptors: devname(3), devname_r(3)
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Jim Ingham
Add the ability to restrict the breakpoint to a module
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sanjay Patel
[InstCombine] fix typos, formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Adrian Prantl
Use an alternative approach to prevent Spotlight from...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
George Karpenkov
[analyzer] [tests] Fix crash in SATestBuild.py
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Eric Liu
[Tooling] Returns non-zero status code when files are...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Michael Kruse
Run clang-format after r324003. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Erik Pilkington
[demangler] Clean up the expression parser
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Amara Emerson
[AArch64][GlobalISel] Use getRegClassForTypeOnBank...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sanjay Patel
[InstCombine] add baseline tests for unsigned saturated...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rafael Espindola
Revert "Start setting dso_local in clang."
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Rafael Espindola
Start setting dso_local in clang.
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Craig Topper
[X86] Remove checks for FeatureAVX512 from the X86...
commit
|
commitdiff
|
tree
|
snapshot
2018-02-02
Sam McCall
[clangd] Fix ExternC test broken by r324081
commit
|
commitdiff
|
tree
|
snapshot
next