platform/upstream/llvm.git
2016-11-17 Davide Italiano[lli] Prefer `exit(1)` to `return 1` for consistency.
2016-11-17 Davide Italiano[lli] Factor out error handling. NFCI.
2016-11-17 Bruno Cardoso... [Preprocessor] Support for '-dI' flag
2016-11-17 Sam McCallFix step-over when SymbolContext.function is missing...
2016-11-17 Dylan McKay[ReleaseNotes] Mention the completion of the upstreamin...
2016-11-17 Johannes DoerfertProbably overwritten loads should not be considered...
2016-11-17 Johannes Doerfert[NFC] Add flag to disable error block assumptions
2016-11-17 Johannes Doerfert[FIX] Do not try to hoist memory intrinsic
2016-11-17 Johannes Doerfert[NFC] Skip over trivial assumptions
2016-11-17 Mike Aizatsky[sanitizers] specifying style for global constant
2016-11-17 Johannes Doerfert[DBG] Collect statistics about actually versioned SCoPs
2016-11-17 Zachary TurnerMake GetRegisterByName() take a StringRef.
2016-11-17 Johannes Doerfert[DBG] Allow to emit the RTC value at runtime
2016-11-17 Simon Atanasyan[ELF][MIPS] Remove 'mips' word from MipsGotSection...
2016-11-17 Johannes Doerfert[DBG] Collect statistics about statically infeasible...
2016-11-17 Bruno Cardoso... [CrashReproducer][Darwin] Suggest attaching .crash...
2016-11-17 Johannes Doerfert[DBG] Collect statistics about taken assumptions
2016-11-17 Rafael EspindolaAllow use define symbols to override linker defined...
2016-11-17 Zachary TurnerConvert Platform, Process, and Connection functions...
2016-11-17 Malcolm ParsonsFixes for r287241. Use placement new. Apply clang-format.
2016-11-17 Rui UeyamaAllow SIZEOF() command on nonexistent section.
2016-11-17 Petr Hosek[CMake] Error when LTO and lld are enabled on Darwin
2016-11-17 Eric FiselierWorkaround compilers w/o C++1z inline variables
2016-11-17 Rui UeyamaAdd single quotes to error messages.
2016-11-17 Rui UeyamaUse consistent variable name.
2016-11-17 Rui UeyamaUse llvm::reverse to get a reverse range.
2016-11-17 Eric FiselierRemove files missed in r287250
2016-11-17 Eric FiselierImplement P0504R0: Revisiting in-place tag types for...
2016-11-17 Eric FiselierTest changes for P0504R0 "Revisiting in-place tag types...
2016-11-17 Simon PilgrimFix spelling mistakes in Hexagon target comments. NFC.
2016-11-17 Simon PilgrimFix spelling mistakes in X86 target comments. NFC.
2016-11-17 Reid Kleckner[asan] Create a .ASAN$G(A-Z) section for global registr...
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...
next