platform/upstream/llvm.git
2016-11-17 Craig Topper[X86] Add a test case where, due to a bug in selectScal...
2016-11-17 Dean Michael... [XRay] Support AArch64 in LLVM
2016-11-17 Zachary TurnerFix warnings and errors introduced with UUID changes.
2016-11-17 Chris Bieneman[CMake] [Darwin] Add support for debugging tablegen...
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-11-17 Konstantin... [AMDGPU] Add missing test for rL287203
2016-11-17 Konstantin... [AMDGPU] Custom lower f16 = fp_round f64
2016-11-17 Rui UeyamaRename a function so that that starts with a lowercase...
2016-11-17 Konstantin... [AMDGPU] Promote f16/i16 conversions to f32/i32
2016-11-17 Rui UeyamaSimplify and use consistent variable name. NFC.
2016-11-17 Konstantin... [AMDGPU] Expand `br_cc` for f16
2016-11-17 Rui UeyamaUse uint16_t instead of size_t for symbol version ID.
2016-11-17 Rui UeyamaAdd single quotes to a warning message for consistency.
2016-11-17 Rui UeyamaSimplify handleAnonymousVersion even more.
2016-11-17 Lang Hames[Orc] Clang-format the recent RPC update (r286620 and...
2016-11-17 Richard SmithRemove -Wsigned-enum-bitfield from -Wmost. On a wide...
2016-11-17 Rui UeyamaSimplify. NFC.
2016-11-17 Rui UeyamaSplit scanVersionScript. NFC.
2016-11-17 Zachary TurnerConvert UriParser to use StringRef.
2016-11-17 Zachary TurnerMake GetValueForVariableExpression use StringRef.
2016-11-17 Zachary TurnerConvert AutoComplete related code to StringRef.
2016-11-17 George Burgess IV[Sema] Fix a bug in enable_if condition instantiation.
2016-11-17 Dehao ChenUse profile info to adjust loop unroll threshold.
2016-11-17 Ivan KrasinExplicitly specify that ubsan-vtable-checks is x86-64.
2016-11-17 Justin Lebar[CUDA] Update docs to indicate that clang now supports...
2016-11-17 Lang HamesRemove a stale test case.
2016-11-17 Peter Collingbournellvm-dis: Remove dead code.
2016-11-17 Ivan KrasinInsert a type check before reading vtable.
2016-11-17 Dylan McKay[AVR] Remove some accidentally-commited code that broke...
2016-11-16 Petr Hosek[CMake] Support lld with LTO bootstrap
2016-11-16 Peter CollingbourneIntroduce GlobalSplit pass.
2016-11-16 Reid KlecknerAdd warning when assigning enums to bitfields without...
2016-11-16 Dylan McKay[AVR] Wrap all methods in the pseudo expansion pass...
2016-11-16 Anna Zaks[analyzer] Remove unused check::RegionChanges::wantsReg...
2016-11-16 Dylan McKay[AVR] Fix basic block naming in ctlz and cttz tests
2016-11-16 Dylan McKay[AVR] Remove unused method from AVRTargetMachine
2016-11-16 Dylan McKay[AVR] Add tests for counting leading/trailing zeros
2016-11-16 Sanjay Patel[x86] allow FP-logic ops when one operand is FP and...
2016-11-16 Ahmed Bougacha[AsmParser] Avoid recursing when lexing ';'. NFC.
2016-11-16 Ahmed Bougacha[CodeGen] Pass references, not pointers, to MMI helpers...
2016-11-16 Ahmed BougachaRevert "Get GlobalISel to build on Linux after r286407"
2016-11-16 Ahmed Bougacha[CodeGen] Pull MMI helpers from FunctionLoweringInfo...
2016-11-16 Ahmed Bougacha[CodeGen] Cleanup MachineModuleInfo doxygen comments...
2016-11-16 Ahmed Bougacha[CodeGen] Sort MMI forward declarations. NFC.
2016-11-16 Shoaib Meenai[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
2016-11-16 Kevin EnderbyGeneral clean up of error handling in llvm-objdump...
2016-11-16 Dylan McKay[AVR] Add the pseudo instruction expansion pass
2016-11-16 Vitaly BukaFix "isn't a prototype" warning
2016-11-16 Peter CollingbourneX86: Simplify X86ISD::Wrapper operand checks. NFCI.
2016-11-16 Sanjoy Das[ImplicitNullChecks] Do not not handle call MachineInstrs
2016-11-16 Zachary TurnerFix some unit test compilation failures.
2016-11-16 Zachary TurnerMake Apropos functions accept StringRefs.
2016-11-16 Peter CollingbourneBitcode: Introduce initial multi-module reader API.
2016-11-16 Zachary TurnerUpdate GenerateAdditionalHelpAvenues to take StringRef.
2016-11-16 George Burgess IVUse the member function location in enable_if diagnostics.
2016-11-16 Eric Fiselier[clang-tidy] Fix identifier naming for initializer...
2016-11-16 Zachary TurnerDon't allow direct access to StreamString's internal...
2016-11-16 Simon Atanasyan[ELF][MIPS] Add MipsGotSection to handle MIPS GOT
2016-11-16 Tim NorthoverARM: fix CodeGen for 64-bit shifts.
2016-11-16 Rong XuMake block placement deterministic
2016-11-16 Sanjay Patel[InstCombine] replace unreachable with assert and remov...
2016-11-16 Matt ArsenaultAMDGPU: Enable ConstrainCopy DAG mutation
2016-11-16 Sanjay Patel[InstCombine] fix formatting and add FIXMEs to foldOper...
2016-11-16 Mike Aizatskyadding operator* to help working with primitive values
2016-11-16 Davide Italiano[ELF] Don't replace path separators on *NIX.
2016-11-16 Geoff Berry[AArch64] Handle vector types in replaceZeroVectorStore.
2016-11-16 Adrian PrantlRelax testcase.
2016-11-16 Rui UeyamaReduce number of tasks in parallel_for_each.
2016-11-16 Adrian PrantlAdd the missing FileCheck invocation to this testcase.
2016-11-16 Yaron KerenRangify for loops, NFC.
2016-11-16 Rui UeyamaExport fewer functions from Error.h.
2016-11-16 Mandeep Singh... [LoopVectorize] Fix for non-determinism in codegen
2016-11-16 Adrian PrantlFix PR31029 by attaching an artificial debug location...
2016-11-16 George Rimar[ELF] - Separate locals list from versions.
2016-11-16 Tom StellardAMDGPU/SI: Avoid creating unnecessary copies in the...
2016-11-16 Eugene Zelenko[ExecutionEngine] Fix examples build broken in r287126...
2016-11-16 Sean CallananFixed layout of test/ASTMerge.
2016-11-16 Benjamin Kramer[Frontend] Allow attaching an external sema source...
2016-11-16 Sanjay Patelfix comment formatting; NFC
2016-11-16 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2016-11-16 Rafael EspindolaDon't error if __tls_get_addr is defined.
2016-11-16 George Rimar[ELF] - Added support for extern "c++" local symbols...
2016-11-16 George Rimar[ELF] - Change error message according to review commen...
2016-11-16 Sanjay Patel[x86] add fake scalar FP logic instructions to Replacea...
2016-11-16 Lang Hames[Orc] Re-enable the RPC unit test disabled in r286917.
2016-11-16 George Rimar[ELF] - Improve diagnostic messages.
2016-11-16 Rui UeyamaDefine -build-id=tree as a synonym for -build-id=sha1.
2016-11-16 Eric Liu[change-namespace] handle constructor initializer:...
2016-11-16 Reid Kleckner[sancov] Name the global containing the main source...
2016-11-16 Daniil Fukalovtest commit, changed tab to spaces, NFC
2016-11-16 Pekka Jaaskelainentarget-data test update for TCE and TCELE
2016-11-16 Simon PilgrimRemove duplicate condition (PR30648). NFCI.
2016-11-16 Adrian McCarthyRemove Windows-specific minidump plugin
2016-11-16 Pekka JaaskelainenAdd a little endian variant of TCE.
2016-11-16 Pekka JaaskelainenAdd a little endian variant of TCE.
2016-11-16 Simon Pilgrim[X86] Add integer division test for PR23590
2016-11-16 Eric FiselierFix -verify tests for older ccache versions
2016-11-16 Simon Pilgrim[X86][AVX512] Autoupgrade lossless i32/u32 to f64 conve...
2016-11-16 Gabor Horvath[clang-tidy] New check to prefer transparent functors...
next