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-09-13
Jason Henline
[SE] Add .clang-format
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Alexander Shaposhnikov
[analyzer] Fix ExprEngine::VisitMemberExpr
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Matt Arsenault
AMDGPU: Remove code I think is dead
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Evgeniy Stepanov
Switch to 64-bit allocator on android/aarch64.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Mike Aizatsky
.clang-tidy: correct style name is 'camelBack' not...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Matt Arsenault
AMDGPU: Support commuting a FrameIndex operand
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Matthew Simpson
[LV] Clean up uniform induction variable analysis ...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nico Weber
[clang-cl] Diagnose duplicate uuids.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Davide Italiano
[LTO] Don't pass SF_Undefined symbols to the IRmover.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Reid Kleckner
Fix MSVC 2013 build by using our <thread> wrapper header
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Evgeniy Stepanov
[asan] Re-poison all redzones on activation.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Richard Smith
Work around a GCC 4.7-specific issue: due to implementi...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Simon Pilgrim
[DAGCombiner] Use APInt directly in (shl (zext (srl...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nico Weber
Revert r281336 (and r281337), it caused PR30372.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Zachary Turner
Some more pointer safety in Breakpoint.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Douglas Katzman
[Myriad]: set LeonCASA processor feature
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Manman Ren
ObjectiveC Generics: Start using ObjCTypeParamType.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Yaxun Liu
AMDGPU: Fix target options fp32/64-denormals
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Simon Pilgrim
[X86][SSE] Added AVX512F and additional vector truncate...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Manman Ren
ObjectiveC generics: Add ObjCTypeParamType in the type...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Simon Pilgrim
[DAGCombiner] Use APInt directly in (shl (ext (shl...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Manman Ren
ObjectiveC: Refactor applyObjCProtocolQualifiers.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Todd Fiala
fixup Xcode build for removal of MIUtilParse.*
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Manman Ren
Add a class ObjCProtocolQualifiers to wrap APIs for...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Matt Arsenault
Fix misleading comment for getOrEnforceKnownAlignment
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Dimitar Vlahovski
Fix a merge mishap in rL281348
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Dimitar Vlahovski
MinidumpParsing: pid, modules, exceptions, strings
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Jason Henline
[SE] Stop using llvm-config --cxxflags
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nico Weber
Traversing template paramter lists of DeclaratorDecls...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Eric Liu
Remove redundant comma around parenthesis in parameter...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Andrea Di Biagio
[ConstantFold] Improve the bitcast folding logic for...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Jonas Hahnfeld
[asan] Add missing include for rand()
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Simon Pilgrim
[X86] Regenerated shift combine tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Vassil Vassilev
[modules] Re-enable some previously excluded files.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Krzysztof Parzyszek
[Hexagon] Clear the flow queue after visiting a single...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Rafael Espindola
Enable merging of SHF_MERGE sections with linker scripts.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nirav Dave
Apply Clang-format to MCAsmParser.cpp NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nirav Dave
Defer asm errors to post-statement failure
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Chad Rosier
[LoopInterchange] Minor refactor. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Tobias Grosser
GPGPU: Use const_cast to avoid compiler warning [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Andrea Di Biagio
[InstSimplify] Add tests to show missed bitcast folding...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Chad Rosier
Don't use else if after return. Tidy comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Chad Rosier
Typo. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Rafael Espindola
Refactor duplicated code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Chad Rosier
[LoopInterchange] Tidy up and remove unnecessary dyn_ca...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
James Molloy
Revert "[ARM] Promote small global constants to constan...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Sam Parker
Remove InstCombine test file
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Rafael Espindola
Turn createKey into a static helper. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Pablo Barrio
[ARM] Add ".code 32" to functions in the ARM instructio...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
James Molloy
[Thumb] Teach ISel how to lower compares of AND bitmask...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Sam Parker
Enable simplify libcalls for ARM PCS
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Ying Yi
[llvm-cov] - Included footer "Generated by llvm-cov...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Rafael Espindola
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Peter Smith
[ARM] Support ldr.w in pseudo instruction ldr rd,=immediate
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
George Rimar
[ELF] - Versionscript: support mangled symbols with...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Pavel Labath
Remove MIUtilParse (no longer used)
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Vassil Vassilev
Revert accidentally checked in change in r281315.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Vassil Vassilev
Simplify. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
James Molloy
[ARM] Promote small global constants to constant pools
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Kirill Bobyrev
[clang-tidy] Fix naming in container-size-empty.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Eric Liu
[WebAssembly] Trying to fix broken tests in CodeGen...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Michael Kruse
Use value directly instead of reference. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Asiri Rathnayake
[libcxx] Fix gcc builds.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Tamas Berghammer
Fix linux build after rL281273
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Ayman Musa
Remove MVT:i1 xor instruction before SELECT. (Performan...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Kirill Bobyrev
[clang-tidy] Extend readability-container-size-empty...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Sjoerd Meijer
Revert of r281304 as it is causing build bot failures...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Tobias Grosser
GPGPU: Allow region statements
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Sjoerd Meijer
This adds a new field isAdd to MCInstrDesc. The ARM...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Tobias Grosser
GPGPU: Extend types when array sizes have smaller types
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Elena Demikhovsky
AVX-512: Fix for PR28175 - Scalar code optimization.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Diana Picus
[AArch64] Support stackmap/patchpoint in getInstSizeInBytes
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Craig Topper
[X86] Remove masked shufpd/shufps intrinsics and autoup...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Craig Topper
[X86] Remove some dead intrinsics. They aren't implemen...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Nikola Smiljanic
Allow register variables in naked functions.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Davide Italiano
[Docs] Fix a broken link in the Kaleidoscope tutorial.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Davide Italiano
[LTO] Only expose the dataLayout string instead of...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Tobias Grosser
Adapt test case to recent change in Global Variable...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Stephen Hines
clang-format: Add Java detection to git-clang-format.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Adam Nemet
Reapply r281276 with passing -emit-llvm in one of the...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Zachary Turner
Revert "[Support][CommandLine] Add cl::getRegisteredSub...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Jason Molenda
Reduce the number of simultaneous debug sessions to...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Dean Michael...
[Support][CommandLine] Add cl::getRegisteredSubcommands()
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Davide Italiano
[lib/LTO] Expose getModule() in lto::InputFile.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Jim Ingham
Add a few const's (thanks Zachary) and return shared...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Richard Trieu
Handle empty message in static_asserts.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Richard Trieu
Fix interaction between serialization and c++1z feature.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Peter Collingbourne
Update Clang for D20147 ("DebugInfo: New metadata repre...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Peter Collingbourne
DebugInfo: New metadata representation for global varia...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Michael Kuperstein
[DAG] Refactor BUILD_VECTOR combine to make it easier...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Enrico Granata
Fix an issue where LLDB was not masking enough bits...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Hans Wennborg
X86: Conditional tail calls should not have isBarrier = 1
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Eric Christopher
Temporarily Revert "[MC] Defer asm errors to post-state...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Adam Nemet
Revert "Add -fdiagnostics-show-hotness"
commit
|
commitdiff
|
tree
|
snapshot
2016-09-13
Reid Kleckner
[DebugInfo] Deduplicate debug info limiting logic
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
George Burgess IV
[Sema] Fix PR30346: relax __builtin_object_size checks.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Adam Nemet
Add -fdiagnostics-show-hotness
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Adam Nemet
Fix a long comment line
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Adam Nemet
[OptDiag] Add getHotness accessor
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Jim Ingham
This is the main part of a change to add breakpoint...
commit
|
commitdiff
|
tree
|
snapshot
next