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-05-07
Roman Lebedev
[DagCombiner] Not all 'andn''s work with immediates.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Craig Topper
[X86] Use target feature defines in tests instead of...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Craig Topper
[X86] Make _mm256_gf2p8mul_epi8 require avx features...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Peter Collingbourne
Relax a FileCheck pattern to make it pass on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Dmitry Mikulin
Remove explicit setting of the CFI jumptable section...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Stella Stamenova
Test Commit: fix a comment to be grammatically correct
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[llvm-mca][x86] Remove addsubpd from SSE2 tests
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Eric Fiselier
[C++2a] Implement operator<=> CodeGen and ExprConstant
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Alexander Shaposhnikov
[tools] Adjust the lit config for llvm-strip
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Roman Lebedev
[llvm-rc] Fix build: missing 'override'.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Peter Collingbourne
[CFI] Force LLVM to die if the implicit blacklist files...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Erich Keane
Correct warning on Float->Integer conversions.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[X86] Split WriteFAdd/WriteFCmp/WriteFMul schedule...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Rumeet Dhindsa
Add test to ensure lld writes linked files to linked...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Martin Storsjo
[llvm-rc] Implement the BITMAP resource type
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Martin Storsjo
[llvm-rc] Allow optional commas between the string...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Martin Storsjo
[llvm-rc] Exclude padding from sizes in versioninfo...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Martin Storsjo
[llvm-rc] Fix alphabetical order of cases. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Martin Storsjo
[Driver] Use -fuse-line-directives by default in MSVC...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aaron Smith
[SelectionDAG] Transfer DbgValues when casts are optimi...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Sam Clegg
[WebAssembly] Ensure all .debug_XXX section has proper...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Alexander Shaposhnikov
[tools] Introduce llvm-strip
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Kostya Kortchinsky
[sanitizer] s/TestOnlyInit/Init for the allocator ByteM...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Marshall Clow
Status updates for Rapperswil
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Matt Davis
[llvm-mca] Avoid exposing index values in the MCA inter...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[X86][AVX2] Tag VPMOVSX/VPMOVZX ymm instructions as...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Rui Ueyama
Do not pass Config members to simplify function signatu...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Rui Ueyama
Parse --thinlto-prefix-replace early so that we don...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Rui Ueyama
Use StringRef instead of `const std::string &`. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Rui Ueyama
Refactor BitcodeCompiler::createLTO. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Alexey Bataev
[OPENMP, NVPTX] Small test fix, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Krzysztof Parzyszek
[Hexagon] Move clamping of extended operands directly...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Alexey Bataev
[OPENMP, NVPTX] Codegen for critical construct.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Erich Keane
Fix explicit template parameter reporting for narrowing...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Roman Lebedev
[DAGCombine][NFC] Masked merge unfolding: comment:...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Walter Lee
[asan] Port asan_malloc_linux.cc to RTEMS
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Walter Lee
[sanitizer] On RTEMS, avoid recursion when reporting...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Walter Lee
[asan] Set flags appropriately for RTEMS
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Walter Lee
[sanitizer] Add definitions for Myriad RTEMS platform
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[X86][Znver1] Remove WriteFMul/WriteFRcp InstRW overrid...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Joel Galenson
[docs] Fix typos in the Clang User's Manual.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[X86] Split WriteFDiv schedule classes to support singl...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Alexey Bataev
[OPENMP, NVPTX] Added support for L2 parallelism.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Mark Searles
[AMDGPU][Waitcnt] Remove the old waitcnt pass
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aleksandar...
[mips] Improve handling of -fno-[pic/PIC] option
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aleksandar...
Revert "[mips] Improve handling of -fno-[pic/PIC] option"
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Marshall Clow
Update for Rapperswil
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Greg Clayton
Fix "file ./a.out" and file "../a.out" so that is works...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Aleksandar...
[mips] Improve handling of -fno-[pic/PIC] option
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Petar Jovanovic
Add option -verify-cfiinstrs to run verifier in CFIInst...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Clement Courbet
[NFC] Fix typo in variable name.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Tim Renouf
[AMDGPU] Don't force WQM for DS op
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Joachim Protze
[OMPT] Fix thread_num for implicit_task_end callbacks...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Joachim Protze
[OMPT] Add api_calls_misc.c testcase and rename api_cal...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Peter Szecsi
[ASTImporter] Support importing UnresolvedMemberExpr...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Simon Pilgrim
[X86] Split WriteFRcp/WriteFRsqrt/WriteFSqrt schedule...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Petar Jovanovic
Skip unreachable blocks for CFIInstrInserter verify
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Jonas Paulsson
[SystemZ] Bugfix for MVCLoop CC clobbering.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Igor Kudrin
[sanitizer] Be more accurate when calculating the previ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Roman Lebedev
[InstCombine][NFC] Add tests for one more masked merge...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Clement Courbet
Re-land r331622 "[llvm-exegesis] Add a library to clust...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Clement Courbet
Revert r331622 "[llvm-exegesis] Add a library to cluste...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Clement Courbet
[llvm-exegesis] Add a library to cluster benchmark...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Richard Smith
Remove now-unnecessary check for non-zero nvsize in...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Richard Smith
Non-zero-length bit-fields make a class non-empty.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Vitaly Buka
[sanitizer] Add operator== and operator!= for InternalM...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Vitaly Buka
[sanitizer] Replace InternalScopedBuffer with InternalM...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Vitaly Buka
[sanitizer] Remove reserving constructor from InternalM...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Vitaly Buka
[sanitizer] Implement InternalScopedBuffer with Interna...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Fangrui Song
Fix comment. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Amaury Sechet
[ARM] Select result 1 from ConvertBooleanCarryToCarryFl...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Craig Topper
[TargetLowering] Use StringRef::split instead of SplitS...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Vitaly Buka
[sanitizer] Make InternalScopedBuffer::size() behavior...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-07
Craig Topper
[X86] Fix copy/paste mistake in comment. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Fangrui Song
[llvm-dwp] Define InitLLVM.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Roman Lebedev
[NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Roman Lebedev
ELF Thunks: fix build error: missing 'overrides'
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Sean Fertile
[PPC64] Emit plt call stubs to the text section rather...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Craig Topper
[X86] Enable reciprocal estimates for v16f32 vectors...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Craig Topper
[X86] Add test cases for reciprocal estimation for...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-06
Amaury Sechet
Add test cases for large integer legalization of add...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Daniel Sanders
[globalisel] Remove redundant -global-isel option from...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Fangrui Song
[MC] Remove unused MCOI::GenericOperandType
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Daniel Sanders
[globalisel] Update GlobalISel emitter to match new...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Heejin Ahn
[MIRPraser] Improve error checking for typed immediate...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Fangrui Song
Simplify LLVM_ATTRIBUTE_USED call sites.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Aaron Ballman
Disallow pointers to const in __sync_fetch_and_xxx.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Teresa Johnson
Add -target to address errors in test from r331592
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Teresa Johnson
Skip part of test added in r331592 to help debug bot...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Roman Lebedev
[DAGCombiner] Masked merge: don't touch "not" xor's.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Andrea Di Biagio
[llvm-mca] removes flag -instruction-tables from the...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Teresa Johnson
Add required target to address bot failures from r331592
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Teresa Johnson
[ThinLTO] Support opt remarks options with distributed...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Teresa Johnson
[LTO] Handle Task=-1 passed to addSaveTemps
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Andrea Di Biagio
[llvm-mca] minor tweak to the resource pressure printin...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Andrea Di Biagio
Fix -Wunused-variable warning introduced at r331566.
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Roman Lebedev
[NFC][DagCombiner] unfoldMaskedMerge(): improve readabi...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Piotr Padlewski
[CaptureTracking] Handle capturing of launder.invariant...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Heejin Ahn
[MIRParser] Allow register class names in the form...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-05
Fangrui Song
[Option] Remove an unnecessary conversion function.
commit
|
commitdiff
|
tree
|
snapshot
next