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-03-31
Sam Kolton
[AMDGPU] Disassembler: support for DPP
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Daniel Sanders
[mips] Split mem_msa into range checked mem_simm10...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Nirav Dave
Prevent X86ISelLowering from merging volatile loads
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Rafael Espindola
Pass a const SymbolBody to needsGot. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pavel Labath
Fix DWO breakage in r264909
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Daniel Sanders
[mips] Range check simm9 and fix a bug this revealed.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Rafael Espindola
Fix the alignment check.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Alexander Kornienko
[docs] Fix a typo, change the style of the clang-tidy...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Alexander Kornienko
note for top-level consts in function decls tidy
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Anastasia Stulova
[OpenCL] Added nosvm attribute for OpenCL v2.0.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Benjamin Kramer
[TTI] Let the cost model estimate ctpop costs based...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Alexey Bataev
[OPENMP] Support dumping OpenMP specific constructs.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Alexey Bataev
[OPENMP] Allow skip expression after comma in clauses...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Zlatko Buljan
[mips][microMIPS] Implement MFC*, MFHC* and DMFC* instr...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Jeroen Ketema
Silence warnings in OCaml bindings
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Jonas Paulsson
Indentation fix in SystemZInstrInfo.cpp
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Akira Hatanaka
[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Mike Spertus
Visual Studio native visualization for clang::TemplateDecl
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sanjoy Das
[InstCombine] Fix incorrect rule from rL236202
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sanjoy Das
Delete trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sanjoy Das
[SCEV] Track NoWrap properties using MatchBinaryOp...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sanjoy Das
[SCEV] NFC code motion to simplify later change
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Craig Topper
[X86] Use MVT instead of EVT in code called after legal...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Richard Trieu
Fix -Wdynamic-class-memaccess to skip invalid classes.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Davide Italiano
[DebugInfo] Subprograms should belong to a CU.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Eric Fiselier
Fix LWG issue 2469 - Use piecewise construction in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Hal Finkel
[PowerPC] Load two floats directly instead of using...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Bruno Cardoso...
[DarwinDriver] Increase the number of valid digits...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Eric Fiselier
Teach __tree how to handle map's __value_type
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Eric Fiselier
Update container_test_types.h and cleanup the related...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sean Silva
Fix case confusion.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Revert "Remove useless unreachable. Switch coverage...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Remove unused variants of make_dynamic_error_code....
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Use Expected<T> instead of ErrorOr<T>in yaml reader...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Enrico Granata
Add --help and --long-help options to 'command alias...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Change library search methods to return Optional instea...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Fix a bunch more of -Wpessimizing-move issues.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Fix a bunch of -Wpessimizing-move issues.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Sanjoy Das
Introduce a @llvm.experimental.guard intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
George Burgess IV
[Sema] Fix PR27122: ICE with enable_if+ill-formed call.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Pete Cooper
Convert a few macho reader/writer helpers to new error...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Convert readBinary to llvm::Error. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Hans Wennborg
Add some more triples after r264966
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Bruno Cardoso...
[CrashReproducer] Add a module map callback for added...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Bruno Cardoso...
[VFS] Handle empty entries in directory traversal
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[CUDA] Add -disable-llvm-passes to CodeGenCUDA/link...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Convert normalized file to atoms methods to new error...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Eric Fiselier
Fix deduction of __atomic_load's parameter types.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Hans Wennborg
[X86] Enable call frame optimization ("mov to push...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[CUDA] Don't initialize the CUDA toolchain if we don...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[CUDA] Make unattributed constexpr functions implicitly...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[CUDA] Add math forward declares to CUDA header wrapper.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Fix MachO test which is failing on a Windows bot.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Convert lld file writing to llvm::Error. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
AMDGPU: Add frexp_mant + frexp_exp builtins
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matthias Braun
CodeGen: Factor out code for tail call result compatibi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matthias Braun
Avoid unnecessary #include; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Enrico Granata
Enhance the 'type X list' commands such that they actua...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Simon Atanasyan
[ELF][MIPS] Revert r264761 and add test case to demonst...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Rui Ueyama
Fix -Wpessimizing-move warnings.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Update copyright year to 2016.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Remove useless unreachable. Switch coverage already...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
AMDGPU: Add frexp_exp intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
AMDGPU: Constant folding for frexp_mant
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Docs: keep copyright years up-to-date.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Paul Robinson
Docs: keep copyright years up-to-date.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Richard Trieu
Fix Clang crash with template type diffing.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vassil Vassilev
Add -emit-llvm-only to the regression test for PR21547.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Ryan Govostes
[asan] Mark the initialization-bug.cc unsupported on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Vassil Vassilev
Canonicalize UnaryTransformType types when they don...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Teresa Johnson
Use existing PrintEscapedString in AssemblyWriter
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Peter Collingbourne
Cloning: Reduce complexity of debug info cloning and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Jonathan Peyton
Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Sanjay Patel
fix typos
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Aaron Ballman
Silencing warnings from MSVC 2015 Update 2. Both of...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
AMDGPU: Remove separate r600 double data layout
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Oleg Ranevskyy
[Clang][ARM] __va_list declaration is not saved in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Aaron Ballman
Silencing warnings from MSVC 2015 Update 2. All of...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
LegalizeDAG: Don't replace vector store with integer...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Matt Arsenault
LegalizeDAG: Don't replace vector load with integer...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
David Majnemer
[IndVarSimplify] Don't insert after a catchswitch
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Davide Italiano
[LTO] Add a test to ensure we treat externally availabl...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Convert file handle* methods to llvm::Error instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
Add #include <functional> to PassManagerBuilder, now...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Simon Pilgrim
[X86][AVX] Ensure EltsFromConsecutiveLoads tests the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Change loadFileList to llvm::Error. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[NVPTX] Make NVVMReflect a function pass.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Lebar
[PassManager] Make PassManagerBuilder::addExtension...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Pete Cooper
Convert lld Pass::runOnFile to llvm::Error from std...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Justin Bogner
test: Remove a test for a transform that hasn't existed...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
Rui Ueyama
Attempt to fix test failure on Windows.
commit
|
commitdiff
|
tree
|
snapshot
next