platform/upstream/llvm.git
2016-11-17 Michal Gorny[tests] Use __SSE2__ (rather than __i686__...) for...
2016-11-17 Manman RenObjC Module: try to make objc module deterministic.
2016-11-17 Eugene Zelenko[CodeView] Fix some Clang-tidy modernize-use-default...
2016-11-17 Zachary TurnerRewrite all Property related functions in terms of...
2016-11-17 Malcolm ParsonsUse unique_ptr for cached tokens for default arguments...
2016-11-17 Kostya Serebryany[libFuzzer] better documentation for -fsanitize-coverag...
2016-11-17 Saleem AbdulrasoolSema: correct typo correction for ivars in @implementation
2016-11-17 Rui UeyamaEnable -threads by default.
2016-11-17 Anna Zaks[asan] Update the tests as Mach-O metadata liveness...
2016-11-17 Anna Zaks[asan] Turn on Mach-O global metadata liveness tracking...
2016-11-17 Rui UeyamaPass StringRefs instead of StringMatcher because it...
2016-11-17 Konstantin... Revert "AMDGPU: Enable ConstrainCopy DAG mutation"
2016-11-17 Daniil Fukalov[SCEV] limit recursion depth of CompareSCEVComplexity
2016-11-17 Rafael EspindolaSimplify. NFC.
2016-11-17 Benjamin Kramer[include-fixer] Add a test for the full round trip...
2016-11-17 Benjamin KramerLink include-fixer into libclang if clang-tools-extra...
2016-11-17 Benjamin Kramer[include-fixer] Refactor include fixer to be usable...
2016-11-17 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-17 Malcolm Parsons[docs] Remove doubled spaces
2016-11-17 Rafael EspindolaAvoid accessing an end() iterator.
2016-11-17 Simon PilgrimWdocumentation fix
2016-11-17 Simon Pilgrim[X86][SSE] Improve lowering of vXi64 multiply with...
2016-11-17 Simon PilgrimFix spelling in comment. NFC.
2016-11-17 Malcolm Parsons[clang-tidy] Ignore template instantiations in moderniz...
2016-11-17 Pavel Labath[cmake] Move LLVM_BUILD_STATIC check to an earlier...
2016-11-17 Pablo Barrio[ARM] Relax restriction on variadic functions for tailc...
2016-11-17 Eugene Leviant[ELF] Remove unneeded forward declarations. NFC.
2016-11-17 Oren Ben Simhon[X86] RegCall - Handling v64i1 in 32/64 bit target
2016-11-17 Eugene Leviant[ELF] Convert SymbolTableSection to input section
2016-11-17 Malcolm Parsons[clang-tidy] Changes to modernize-use-default check
2016-11-17 Sanjoy DasDelete dead code and add asserts instead; NFC
2016-11-17 Sanjoy Das[ImplicitNullCheck] Fix an edge case where we were...
2016-11-17 Zachary TurnerFix one more build error with lldb-server.
2016-11-17 Craig Topper[X86] Fix formatting. NFC
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.
next