platform/upstream/llvm.git
2016-04-13 Sanjay Patel[x86] add tests to show potential BMI optimization
2016-04-13 Hans WennborgMake sure CheckDestructor gets called on dllimported...
2016-04-13 Davide Italiano[DebugInfo] Optimize memory layout of DISubprogram.
2016-04-13 Betul Buyukkurt[PGO] Fix the buildbots for r266229.
2016-04-13 Charles LiLit C++11 Compatibility Patch #7
2016-04-13 Tim NorthoverAsmParser: record "# line file" context to calculate...
2016-04-13 Easwaran RamanTest case for r265852.
2016-04-13 Peter CollingbourneLibDriver: Silently do nothing when provided no inputs.
2016-04-13 Bruno Cardoso... [CrashReproducer] Add test to run the reproducer script...
2016-04-13 Bruno Cardoso... [CrashReproducer] Setup 'use-external-names' in YAML...
2016-04-13 Bruno Cardoso... [VFS] Move default values to in-class member initializa...
2016-04-13 Rafael EspindolaFix warning about unused variable.
2016-04-13 Rafael Espindolagit-clang-format. NFC.
2016-04-13 Rafael EspindolaDon't set MustBeInDynSym for hidden symbols.
2016-04-13 Betul Buyukkurt[PGO] Remove redundant VP instrumentation
2016-04-13 Nemanja Ivanovic[PowerPC] Basic support for P9 byte comparison and...
2016-04-13 Adhemerval... ELF: Implement --dynamic-list
2016-04-13 Hubert TongRemove redundant null-check; NFC
2016-04-13 David Blaikiellvm-dwp: Add assert text
2016-04-13 David Blaikielibclang: Use early-return to reduce indentation.
2016-04-13 Evandro Menezes[AArch64] Disable LDP/STP for quads
2016-04-13 David BlaikieSimplify memory management of CXEvalResultKind/ExprEval...
2016-04-13 Davide ItalianoRevert "[IR/Verifier] Each DISubprogram with isDefiniti...
2016-04-13 George Rimar[ELF] - Change -t implementation to print which archive...
2016-04-13 Devin Coughlin[analyzer] Nullability: Suppress diagnostic on bind...
2016-04-13 David Blaikie[IR/DebugInfoMetadata] Simplify array length calculatio...
2016-04-13 Nirav DaveCleanup Store Merging in UseAA case
2016-04-13 Mehdi AminiSanity check `opt` options compatibility: can't have...
2016-04-13 Mehdi AminiRevert "Make aliases explicit in the summary"
2016-04-13 Mehdi AminiMake aliases explicit in the summary
2016-04-13 Chris Bieneman[OrderFiles] Don't allow lit to run dtrace multithreaded
2016-04-13 Tim NorthoverAArch64: allow 64-bit access to sysregs.
2016-04-13 Tim NorthoverARM: make Darwin's "-arch armv7em" default to hard...
2016-04-13 Mehdi AminiRevert inadvertently modified comment in r266131
2016-04-13 Marshall ClowQualify calls to addressof to avoid getting ADL. Fixes...
2016-04-13 Peter CollingbourneELF: Use hidden visibility for all DefinedSynthetic...
2016-04-13 Rafael EspindolaTest dynamic relocations pointing to __stop_ symbols.
2016-04-13 Tim NorthoverAArch64: don't create instructions that write to xzr...
2016-04-13 Artem Tamazov[AMDGPU][llvm-mc] Support of Trap Handler registers...
2016-04-13 Zoran Jovanovic[mips] Fix emitAtomicCmpSwapPartword to handle 64 bit...
2016-04-13 Vasileios Kalintiris[mips] Sign-extend i32 values truncated from previously...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support to intrinsics...
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)
next