platform/upstream/llvm.git
2016-03-31 Rong Xu[PGO] use emplace_back. NFC.
2016-03-31 Sanjay Patel[x86] use SSE/AVX ops for non-zero memsets (PR27100)
2016-03-31 Valery Pykhtin[AMDGPU] enable few disassembler tests that were mistak...
2016-03-31 Hans WennborgMore checks in win32-seh-nested-finally.ll after commen...
2016-03-31 Ulrich Weigand[PowerPC] Attempt to fix fast-isel-i64offset.ll failure
2016-03-31 Xinliang David LiMinor code cleanup /NFC
2016-03-31 Stephan BergmannDon't use potentially invalidated iterator
2016-03-31 Ulrich Weigand[PowerPC] Correctly compute 64-bit offsets in fast...
2016-03-31 Nemanja Ivanovic[PowerPC] Basic support for P9 atomic loads and stores
2016-03-31 Jun Bum Lim[AArch64] Handle missing store pair opportunity
2016-03-31 Ulrich Weigand[PowerPC] Remove incorrect use of COPY_TO_REGCLASS...
2016-03-31 Daniel Sanders[mips] Range check simm16
2016-03-31 Daniel Sanders[mips] Range check simm11 and mem_simm11.
2016-03-31 Pavel LabathDon't vary debug info for lldb-server tests
2016-03-31 Dmitry Polukhin[IFUNC] Introduce GlobalIndirectSymbol as a base class...
2016-03-31 Sam Kolton[AMDGPU] Disassembler: support for DPP
2016-03-31 Daniel Sanders[mips] Split mem_msa into range checked mem_simm10...
2016-03-31 Nirav DavePrevent X86ISelLowering from merging volatile loads
2016-03-31 Rafael EspindolaPass a const SymbolBody to needsGot. NFC.
2016-03-31 Pavel LabathFix DWO breakage in r264909
2016-03-31 Daniel Sanders[mips] Range check simm9 and fix a bug this revealed.
2016-03-31 Rafael EspindolaFix the alignment check.
2016-03-31 Alexander Kornienko[docs] Fix a typo, change the style of the clang-tidy...
2016-03-31 Alexander Kornienkonote for top-level consts in function decls tidy
2016-03-31 Anastasia Stulova[OpenCL] Added nosvm attribute for OpenCL v2.0.
2016-03-31 Benjamin Kramer[TTI] Let the cost model estimate ctpop costs based...
2016-03-31 Alexey Bataev[OPENMP] Support dumping OpenMP specific constructs.
2016-03-31 Alexey Bataev[OPENMP] Allow skip expression after comma in clauses...
2016-03-31 Zlatko Buljan[mips][microMIPS] Implement MFC*, MFHC* and DMFC* instr...
2016-03-31 Jeroen KetemaSilence warnings in OCaml bindings
2016-03-31 Jonas PaulssonIndentation fix in SystemZInstrInfo.cpp
2016-03-31 Akira Hatanaka[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject...
2016-03-31 Mike SpertusVisual Studio native visualization for clang::TemplateDecl
2016-03-31 Sanjoy Das[InstCombine] Fix incorrect rule from rL236202
2016-03-31 Sanjoy DasDelete trailing whitespace
2016-03-31 Sanjoy Das[SCEV] Track NoWrap properties using MatchBinaryOp...
2016-03-31 Sanjoy Das[SCEV] NFC code motion to simplify later change
2016-03-31 Craig Topper[X86] Use MVT instead of EVT in code called after legal...
2016-03-31 Richard TrieuFix -Wdynamic-class-memaccess to skip invalid classes.
2016-03-31 Davide Italiano[DebugInfo] Subprograms should belong to a CU.
2016-03-31 Eric FiselierFix LWG issue 2469 - Use piecewise construction in...
2016-03-31 Hal Finkel[PowerPC] Load two floats directly instead of using...
2016-03-31 Bruno Cardoso... [DarwinDriver] Increase the number of valid digits...
2016-03-31 Eric FiselierTeach __tree how to handle map's __value_type
2016-03-31 Eric FiselierUpdate container_test_types.h and cleanup the related...
2016-03-31 Sean SilvaFix case confusion.
2016-03-31 Pete CooperRevert "Remove useless unreachable. Switch coverage...
2016-03-31 Pete CooperRemove unused variants of make_dynamic_error_code....
2016-03-31 Pete CooperUse Expected<T> instead of ErrorOr<T>in yaml reader...
2016-03-31 Enrico GranataAdd --help and --long-help options to 'command alias...
2016-03-31 Pete CooperChange library search methods to return Optional instea...
2016-03-31 Pete CooperFix a bunch more of -Wpessimizing-move issues.
2016-03-31 Pete CooperFix a bunch of -Wpessimizing-move issues.
2016-03-31 Sanjoy DasIntroduce a @llvm.experimental.guard intrinsic
2016-03-31 George Burgess IV[Sema] Fix PR27122: ICE with enable_if+ill-formed call.
2016-03-31 Pete CooperConvert a few macho reader/writer helpers to new error...
2016-03-30 Pete CooperConvert readBinary to llvm::Error. NFC
2016-03-30 Hans WennborgAdd some more triples after r264966
2016-03-30 Bruno Cardoso... [CrashReproducer] Add a module map callback for added...
2016-03-30 Bruno Cardoso... [VFS] Handle empty entries in directory traversal
2016-03-30 Justin Lebar[CUDA] Add -disable-llvm-passes to CodeGenCUDA/link...
2016-03-30 Pete CooperConvert normalized file to atoms methods to new error...
2016-03-30 Eric FiselierFix deduction of __atomic_load's parameter types.
2016-03-30 Hans Wennborg[X86] Enable call frame optimization ("mov to push...
2016-03-30 Justin Lebar[CUDA] Don't initialize the CUDA toolchain if we don...
2016-03-30 Justin Lebar[CUDA] Make unattributed constexpr functions implicitly...
2016-03-30 Justin Lebar[CUDA] Add math forward declares to CUDA header wrapper.
2016-03-30 Pete CooperFix MachO test which is failing on a Windows bot.
2016-03-30 Pete CooperConvert lld file writing to llvm::Error. NFC.
2016-03-30 Matt ArsenaultAMDGPU: Add frexp_mant + frexp_exp builtins
2016-03-30 Matthias BraunCodeGen: Factor out code for tail call result compatibi...
2016-03-30 Matthias BraunAvoid unnecessary #include; NFC
2016-03-30 Enrico GranataEnhance the 'type X list' commands such that they actua...
2016-03-30 Simon Atanasyan[ELF][MIPS] Revert r264761 and add test case to demonst...
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Rui UeyamaFix -Wpessimizing-move warnings.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Pete CooperRemove useless unreachable. Switch coverage already...
2016-03-30 Matt ArsenaultAMDGPU: Add frexp_exp intrinsic
2016-03-30 Matt ArsenaultAMDGPU: Constant folding for frexp_mant
2016-03-30 Paul RobinsonDocs: keep copyright years up-to-date.
2016-03-30 Paul RobinsonDocs: keep copyright years up-to-date.
2016-03-30 Richard TrieuFix Clang crash with template type diffing.
2016-03-30 Vassil VassilevAdd -emit-llvm-only to the regression test for PR21547.
2016-03-30 Ryan Govostes[asan] Mark the initialization-bug.cc unsupported on...
2016-03-30 Vassil VassilevCanonicalize UnaryTransformType types when they don...
2016-03-30 Teresa JohnsonUse existing PrintEscapedString in AssemblyWriter
2016-03-30 Peter CollingbourneCloning: Reduce complexity of debug info cloning and...
2016-03-30 Jonathan PeytonFix bug when KMP_USE_ADAPTIVE_LOCKS is 0
2016-03-30 Sanjay Patelfix typos
2016-03-30 Aaron BallmanSilencing warnings from MSVC 2015 Update 2. Both of...
2016-03-30 Matt ArsenaultAMDGPU: Remove separate r600 double data layout
2016-03-30 Oleg Ranevskyy[Clang][ARM] __va_list declaration is not saved in...
next