platform/upstream/llvm.git
2016-04-19 Ben CraigInclude initializer_list from utility
2016-04-19 Ahmed Bougacha[ARM NEON] Define vfms_f32 on ARM, and all vfms using...
2016-04-19 Tim Shen[SSP, 2/2] Create llvm.stackguard() intrinsic and lower...
2016-04-19 Lang Hames[Orc] Add explicit move ops to OrcRemoteTargetRPCAPI...
2016-04-19 Lang Hames[Orc] Fix missing return in RPC move assignment operator.
2016-04-19 Eric LiuFixed a bug in AnnotatedLine::startsWith when there...
2016-04-19 Jacques Pienaar[lanai] Add lowering for SETCCE i32.
2016-04-19 David Majnemer[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
2016-04-19 Manman RenObjC Class Property: don't emit class properties on...
2016-04-19 Rui UeyamaAttempt to fix buildbot.
2016-04-19 Rui UeyamaELF: Add +, -, *, / and & to SECTIONS linker script...
2016-04-19 Douglas KatzmanFix PR26999 better- RenderDebugEnablingArgs() once...
2016-04-19 Justin Lebar[CUDA] Add a test for r266496 (raise an error if a...
2016-04-19 Eugene Zelenko[Clang-tidy] Fix extra semicolon warning in cppcoreguid...
2016-04-19 Sanjoy Das[X86] Simplify StackMapShadowTracker; NFC
2016-04-19 Sanjoy Das[X86MCInstLower] Clean up EmitNops; NFC
2016-04-19 Krzysztof Parzyszek[Hexagon] Implement branch relaxation
2016-04-19 Kate StoneAdds a test to detect when clang omits specialized...
2016-04-19 Martin Probstreuse mustBeJSIdent for interface detection
2016-04-19 Martin Probstclang-format: [JS] support `interface` as a free standi...
2016-04-19 Sanjay Patel[builtin_expect] tighten checks, add test, add comments
2016-04-19 Sanjay Patelreduce indentation; NFCI
2016-04-19 Duncan P. N... IR: Enable debug info type ODR uniquing for forward...
2016-04-19 Ahmed Bougacha[CodeGen] Widen non-power-of-2 vector HFA base types.
2016-04-19 Ahmed Bougacha[CodeGen] Fix whitespace. NFC.
2016-04-19 Douglas KatzmanPass dwarf-version to cc1as.
2016-04-19 David L KreitzerPreliminary changes for fixing PR27241. Generalized...
2016-04-19 Duncan P. N... Linker: Simplify test/Linker/dicompositetype-unique...
2016-04-19 Zachary Turner[llvm-pdbdump] Print a better error message when PDB...
2016-04-19 Eugene Zelenko[Release Notes] Mention Clang-tidy misc-unused-using...
2016-04-19 Lang Hames[Orc] Add move ops to RPC to satisfy MSVC.
2016-04-19 Chad Rosier[ValueTracking] Improve isImpliedCondition for conditio...
2016-04-19 Lang Hames[Orc] Add pthread dependence to the RPCUtilsTest unit...
2016-04-19 Sanjay Patelreduce indentation; NFCI
2016-04-19 Duncan P. N... IR: LLVMContextTest => DebugTypeODRUniquingTest, NFC
2016-04-19 Michael Zuckerman[Clang][Builtin][AVX512] Adding intrinsics for VGETMANT...
2016-04-19 Duncan P. N... Linker: Avoid constructing ValueMap::MDMapT
2016-04-19 Jonathan Peyton[ITTNOTIFY] Remove serialized parallel regions from...
2016-04-19 Brendon Cahoon[DependenceAnalysis] Refactor uses of getConstantPart...
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Andrey TuretskiyRevert r266747 (Compilation for Intel MCU (Part 1/3...
2016-04-19 Mehdi AminiFix Gold test after r266750 (ModuleLinker: Do not impor...
2016-04-19 Duncan P. N... IR: Use Optional instead of unique_ptr for Metadata...
2016-04-19 Mehdi AminiModuleLinker: Do not import linkonce/weak as "external_...
2016-04-19 Duncan P. N... IR: Use Optional instead of unique_ptr for debug info...
2016-04-19 Samuel Benzaquen[ASTMatchers] Do not try to memoize nodes we can't...
2016-04-19 Andrey TuretskiyCompilation for Intel MCU (Part 1/3)
2016-04-19 Teresa JohnsonEnable ODR uniquing of DITypes in more places
2016-04-19 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding intrinsics support...
2016-04-19 Martin ProbstSummary:
2016-04-19 Martin Probstclang-format: [JS] simplify import/export.
2016-04-19 Duncan P. N... IR: getOrInsertODRUniquedType => DICompositeType::getOD...
2016-04-19 Johannes DoerfertRelate domains to statements during construction [NFC]
2016-04-19 Johannes DoerfertAdd user assumptions after domain generation [NFC]
2016-04-19 Johannes DoerfertDo not build domains for out of SCoP blocks [NFC]
2016-04-19 Johannes DoerfertMark Scop::getDomainConditions as const [NFC]
2016-04-19 Duncan P. N... IR: Require DICompositeType for ODR uniquing type map
2016-04-19 Pavel LabathRevert "LLDB: Fixed two race conditions when stopping...
2016-04-19 Daniel JasperInitial version of misc-unused-using-decl check.
2016-04-19 Gabor Horvath[clang-tidy] readability-container-size-empty fixes
2016-04-19 Marianne Mailhot... LLDB: Fixed two race conditions when stopping private...
2016-04-19 Simon Pilgrim[InstCombine][X86] Added extra tests introduced for...
2016-04-19 Simon Pilgrim[InstCombine][X86] Regenerate SSE combine tests as...
2016-04-19 Ben CraigFramework to allow testing of static libc++abi
2016-04-19 Ben CraigEnable testing for static libc++abi
2016-04-19 Simon Pilgrim[X86][AVX2] Prefer VPERMQ/VPERMPD over VINSERTI128...
2016-04-19 George RimarUpdated comment. NFC.
2016-04-19 Laszlo NagyD17487: [analyzer][scan-build-py] flag filter modificat...
2016-04-19 Pavel LabathFix typo in TestSourceManager.py
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Mehdi AminiMinor improvement to debug output for Function Importer...
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Sanjoy DasAdd a description for the PatchableFunction pass; NFC
2016-04-19 Sanjoy DasDisable the PatchableFunction pass for NVPTX & Wasm
2016-04-19 Serge PavlovWarn if function or variable cannot be implicitly insta...
2016-04-19 Daniel BerlinCorrect IDF calculator for ReverseIDF
2016-04-19 Lang Hames[Orc] Disable RPC callST unit test until the S390 failu...
2016-04-19 Sagar Thakur[LSAN] Fix test swapcontext.cc on MIPS
2016-04-19 Sanjoy DasIntroduce a "patchable-function" function attribute
2016-04-19 Duncan P. N... LTO: Adapt to LLVM API changes in r266713
2016-04-19 Duncan P. N... IR: Rename API for enabling ODR uniquing of DITypes...
2016-04-19 Lang Hames[ORC] Whitespace.
2016-04-19 Lang Hames[Orc] Tidy up some of the RPC primitives, add a unit...
2016-04-19 Todd Fialatest infra cleanup: convert test_runner lib into package
2016-04-19 Duncan P. N... BitcodeWriter: Break recursion when enumerating Metadat...
2016-04-19 Justin Lebar[CUDA] Add --no-cuda-noopt-debug, which disables -...
2016-04-19 Justin Lebar[CUDA] Add --cuda-compile-host-device, which overrides...
2016-04-19 Akira HatanakaAdd a test case to check a member's default constructor...
2016-04-19 Saleem Abdulrasoolvim: add swiftcc keyword
2016-04-19 Rui UeyamaCOFF: Support /manifestinput command line option.
2016-04-19 Eric FiselierMake tuples constructors conditionally EXPLICIT. See...
2016-04-19 Chaoren LinFix Windows build.
2016-04-19 Jacques Pienaar[lanai] Set boolean contentss to ZeroOrOneBooleanContent.
2016-04-19 Mehdi AminiIncrease SmallVector size for ConstantUniqueMap::getHas...
2016-04-18 Michael KupersteinPort DemandedBits to the new pass manager.
2016-04-18 Adrian Prantl[ObjC++] Fix crash when emitting debug info for a block...
2016-04-18 Richard SmithAdd missing #include, found by modules selfhost.
2016-04-18 Richard SmithAdd missing header, found by modules selfhost.
2016-04-18 Richard SmithMark -Xclang as being a compilation-only option so...
next