platform/upstream/llvm.git
2016-04-13 Aaron BallmanReverting r266199; it causes build bot failures.
2016-04-13 David L KreitzerSimplify strlen to a subtraction for certain cases.
2016-04-13 Aaron BallmanAdd functions declared in ctype.h to builtin function...
2016-04-13 Alexey Bataev[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
2016-04-13 Ed MasteMatch types in for loop to fix signedness comparison...
2016-04-13 Pavel LabathRemove obsolete comments
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support for VBROADCAST...
2016-04-13 Simon Pilgrim[X86][SSE] Regenerated vector integer absolute tests
2016-04-13 Petar JovanovicCalculate __builtin_object_size when pointer depends...
2016-04-13 Pavel LabathFix test rerun logic
2016-04-13 Alexander KornienkoComplete support for C++ Core Guidelines Type.6: Always...
2016-04-13 Alexander Kornienko[clang-tidy] Add a readability-deleted-default clang...
2016-04-13 Alexander KornienkoAdd AST Matchers for CXXConstructorDecl::isDelegatingCo...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding supporting to intrinsic...
2016-04-13 Alexey Bader[modules] Add OpenCLImageTypes.def to module map to...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Simon PilgrimAdded missing autogeneration note
2016-04-13 Alexander KornienkoTry to use readability-identifier-naming check on Clang.
2016-04-13 Alexander KornienkoDon't use misc-unused-parameters check on LLVM.
2016-04-13 Alexander Kornienko[clang-tidy] Disable misc-unused-parameters for clang.
2016-04-13 Alexander Kornienko[clang-tidy] add_new_check.py should fail if check...
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-13 Zlatko Buljan[mips][microMIPS] Add CodeGen support for DIV, MOD...
2016-04-13 Richard Smithconstexpr -> const to appease MSVC bots.
2016-04-13 NAKAMURA TakumiASTWriterDecl.cpp: Prune a couple of \param(s), corresp...
2016-04-13 Richard Smith[modules] Add some missing blockinfo records. No functi...
2016-04-13 David Majnemer[InstCombine] We folded an fcmp to an i1 instead of...
2016-04-13 Mehdi AminiSimplify LTOInternalize into UpdateLLVMCompilerUsed
2016-04-13 Mehdi AminiMinor cleanup in Internalize, hide helper class using...
2016-04-13 Mehdi AminiLTOInternalize: Use a StringSet instead of a sorted...
2016-04-13 Hrvoje Varga[mips][microMIPS] Fix for "Cannot copy registers" assertion
2016-04-13 Mehdi AminiMove "ExternalSymbols" out of LTOInternalize (NFC)
2016-04-13 Mehdi AminiReally return whether Internalize did change the Module...
2016-04-13 Mehdi AminiModernize Internalizer with for-range loop (NFC)
2016-04-13 Mehdi AminiRefactor the InternalizePass into a helper class, and...
2016-04-13 Chuang-Yu Cheng[PPC64][VSX] Add a couple of new data types for vec_vsx...
2016-04-13 Jason MolendaUpdate Symtab::InitAddressIndexes so that computed...
2016-04-13 Oleksiy VyalovAttempt to fix TestCPPBreakpointLocations on Linux...
2016-04-13 Mehdi AminiRefactor Internalization pass to use as a callback...
2016-04-13 Wei MiRecommit r265547, and r265610,r265639,r265657 on top...
2016-04-13 Peter CollingbourneELF: Do not create relative relocations for undefined...
2016-04-13 Richard Smith[modules] Refactor handling of cases where we write...
2016-04-13 Mehdi AminiFix FunctionImport export list computation: need to...
2016-04-13 Rafael EspindolaChange how we apply relocations.
2016-04-13 Devin Coughlin[analyzer] Nullability: Treat nil _Nonnull ivar as...
2016-04-13 Matt ArsenaultAMDGPU: Add test for m0 initialization in basic loop
2016-04-13 Matt ArsenaultAMDGPU: Remove leftover ShaderType attributes in tests
2016-04-13 NAKAMURA Takumiclang/test/Driver/cl-options.c: Fix an expression to...
2016-04-12 Mehdi AminiLTOInternalize: Fix member type, should be a reference...
2016-04-12 Tom StellardAMDGPU/SI: Fix spilling of 96-bit registers
2016-04-12 Mehdi AminiFix mismatch on returned type between header and implem...
2016-04-12 Justin BognerCodeGen: Clear the MFI's save and restore point after...
2016-04-12 Jeroen KetemaAdd space between words in verify-scev-maps option...
2016-04-12 Sanjay Patel[x86, InstCombine] fix masked load pass-through operand...
2016-04-12 Akira Hatanaka[ObjC] Pop all cleanups created in EmitObjCForCollectio...
2016-04-12 Manman RenObjC class properties: add diagnostics for unimplemente...
2016-04-12 Adrian McCarthyFix breakpoint_set_restart test for Windows
2016-04-12 Evandro Menezes[AArch64] Fuse AES{D,E}/AESMC for Exynos M1. (NFC)
2016-04-12 Rafael EspindolaAdd test for the interaction of copy relocations and...
2016-04-12 James Y KnightPre-fill LibcallRoutineNames with nullptr.
2016-04-12 Rafael EspindolaAdd a few more cases to this test.
2016-04-12 Davide Italiano[COFF] Simplify the code leveraging implicit conversion.
2016-04-12 Greg ClaytonFixed being able to set breakpoints on destructors...
2016-04-12 Enrico GranataUse the FormatEntity work for great good - parse summar...
2016-04-12 James Y KnightUpdate psabi link for x86-64. Add link to linux gabi...
2016-04-12 David Blaikie[MC/ELFObjectWriter] Fix indentation of class body.
2016-04-12 David L KreitzerFixed a few typos and formatting problems. NFCI.
2016-04-12 Davide Italiano[DebugInfo] Add error message to test.
2016-04-12 Konstantin... [AMDGPU] Add debugger related target options
2016-04-12 Mehdi AminiAdd a pass to name anonymous/nameless function
2016-04-12 Mehdi AminiMove summary creation out of llvm-as into opt
2016-04-12 Justin BognerX86: Avoid accessing SDValues after they've been RAUW'd
2016-04-12 Enrico GranataCleanup the arguments for 'memory find' such that the...
2016-04-12 JF BastienNFC: MergeFunctions return early
2016-04-12 David BlaikieAdd a fixme for an old patch I had lying around that...
2016-04-12 Nicolai HaehnleAMDGPU: add llvm.amdgcn.buffer.load/store intrinsics
2016-04-12 Teresa Johnson[ThinLTO] Only compute imports for current module in...
2016-04-12 JF BastienNFC: MergeFunctions update more comments
2016-04-12 Ed MasteAlways use --eh-frame-hdr on FreeBSD, even for -static
2016-04-12 Eric ChristopherAdd a couple of missing vsx load and store intrinsics.
2016-04-12 Peter CollingbourneELF: Give automatically generated __start_* and __stop_...
2016-04-12 Jonathan PeytonAdd declarations of OpenMP 4.5 target/offload routines...
2016-04-12 Simon Atanasyan[ELF][MIPS] Add test case to check using GP0 value...
2016-04-12 Greg ClaytonRevert to using libdispatch to reap threads on MacOSX...
2016-04-12 Yaxun LiuPass -backend-option to LLVM when there is no target...
2016-04-12 Richard Smith[modules] Extend r266113 to cope with submodules.
2016-04-12 James Y KnightAdd __atomic_* lowering to AtomicExpandPass.
2016-04-12 Derek Schuff[WebAssembly] Fix debug info in reg-stackify.ll test
2016-04-12 Richard Smith[modules] When an incompatible module file is explicitl...
2016-04-12 JF BastienDelete mergefunctions.clang.svn.patch
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-12 Devin Coughlin[analyzer] Nullability: Suppress return diagnostics...
2016-04-12 Nico Weberclang-cl: Remove -isystem, add -imsvc.
2016-04-12 Yaxun Liu[OpenCL] Handle AddressSpaceConversion when target...
2016-04-12 Evgeniy Stepanov[safestack] Fix stack canary test on Mac.
2016-04-12 Tom StellardAMDGPU/SI: Insert wait states required after v_readfirs...
2016-04-12 Matt ArsenaultAMDGPU: Eliminate half of i64 or if one operand is...
2016-04-12 Enrico GranataInitialize the Python script interpreter lazily (i...
2016-04-12 Davide Italiano[IR/Verifier] Each DISubprogram with isDefinition:...
2016-04-12 Matt ArsenaultAPInt: Add overload of isMask
next