platform/upstream/llvm.git
2016-02-26 NAKAMURA TakumiCheckers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocum...
2016-02-26 NAKAMURA TakumiOpenMPClause.h: Fix typo in \param. [-Wdocumentation]
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-26 Peter CollingbourneMake vtables_blacklist dependency conditional on existe...
2016-02-26 Xinliang David Li[PGO] Add test case to ensure covmap section is not...
2016-02-26 Michael Zolotukhin[LoopUnrollAnalyzer] Check that we're using SCEV for...
2016-02-26 Vedant Kumar[profile] Compute number of data entries correctly
2016-02-26 Chandler CarruthFix a warning about an unused variable in release builds.
2016-02-26 Junmo ParkMinor code cleanups. NFC.
2016-02-26 Michael Zolotukhin[UnitTests] UnrollAnalyzer: make unit-test more general...
2016-02-26 Jim InghamAdd the "block" keyword to "thread step-in -e", and...
2016-02-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-02-26 Rui UeyamaRemove redundant template instantiations.
2016-02-26 Greg ClaytonFix all of the unannotated switch cases to annotate...
2016-02-26 Mike Aizatsky[sancov] Pruning full dominator blocks from instrumenta...
2016-02-26 Sanjay Patel[x86, SSE] add tests to show missing pcmp folds
2016-02-26 Xinliang David LiSync up with master
2016-02-26 Xinliang David LiAdd forward declarations /NFC
2016-02-26 Devin Coughlin[analyzer] Shorten ObjcSuperDeallocChecker diagnostics.
2016-02-26 Devin Coughlin[analyzer] Fix a memory error in r261935 caught by...
2016-02-26 Rui UeyamaFix typo in comment.
2016-02-26 David Majnemer[WinEH] Don't remove unannotated inline-asm calls
2016-02-25 Rui UeyamaELF: Add '*' to auto.
2016-02-25 Alexander KornienkoRemove a blank line at EOF. NFC
2016-02-25 Alexander KornienkoAdd a new check, readability-redundant-string-init...
2016-02-25 Rui UeyamaELF: Create MIPS .rld_map section earlier.
2016-02-25 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-02-25 Devin Coughlin[analyzer] Warn on use of 'self' after call to to ...
2016-02-25 Owen AndersonMore internal details of SROA pass to library visibility.
2016-02-25 Rafael EspindolaDelete dead code.
2016-02-25 Rafael EspindolaMove common code out of target specific hooks.
2016-02-25 Justin BognerSupport: Give ManagedStatic's helper object library...
2016-02-25 Simon Atanasyan[ELF][MIPS] Calculate combined addend for R_MIPS_GOT16...
2016-02-25 Devin Coughlin[analyzer] Reapply r261917 with a fix.
2016-02-25 Simon Atanasyan[ELF][MIPS] Remove redundant namespace qualifier. NFC
2016-02-25 Hemant KulkarniReverts change r261907 and r261918
2016-02-25 Marshall Clowmore status updates
2016-02-25 Marshall ClowAdded tests to make sure that the categorization traits...
2016-02-25 Rui UeyamaELF: Split Writer::addPredefiendSections. NFC.
2016-02-25 Rui UeyamaELF: Split Writer::writeHeader. NFC.
2016-02-25 Hongbin ZhengUse regex in testcase, do not fail windows bots
2016-02-25 Devin CoughlinRevert "[analyzer] Make ObjCDeallocChecker path sensitive."
2016-02-25 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-02-25 Rui UeyamaELF: Define log() to print out message if --verbose...
2016-02-25 Hemant KulkarniFix endianness issue on BE machines introduced by r261907
2016-02-25 Devin Coughlin[analyzer] Make ObjCDeallocChecker path sensitive.
2016-02-25 David L KreitzerReformatted a comment to fit the 80 column limit. NFC.
2016-02-25 Jonathan PeytonAdd new OpenMP 4.5 affinity API
2016-02-25 Rui UeyamaRename so that the function name is consistent between...
2016-02-25 Rui UeyamaRemove default values which are always overwritten.
2016-02-25 Rui UeyamaELF: Implement ICF.
2016-02-25 Chris Bieneman[CMake] Fixing install-clang-headers dependencies to...
2016-02-25 Hongbin ZhengTry to fix windows fail at r261902.
2016-02-25 Alexey Samsonov[Sanitizer] Protect against compiler-inserted memcpy...
2016-02-25 Jonathan PeytonAdd initial support for OpenMP 4.5 task priority feature
2016-02-25 Hemant Kulkarni[llvm-readobj] Enable GNU style sections and relocation...
2016-02-25 Jonathan Peytondd new OpenMP 4.5 schedule clause modifiers (monotonic...
2016-02-25 Hongbin ZhengAdapt to LLVM head, again
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Pavel LabathFix PythonDataObjectsTests for python 2
2016-02-25 Bill Seurer[powerpc] reactivate ignore_lib4.cc on powerpc64le
2016-02-25 Michael KruseAdd update_test.py script.
2016-02-25 Maxim Ostapenko[sanitizer] Fix third parameter in COMMON_INTERCEPTOR_W...
2016-02-25 NAKAMURA TakumiRevert r261814, "check-clang-tools: Introduce the featu...
2016-02-25 Marshall ClowUpdate the status of a N4089 and a couple issues
2016-02-25 Tim NorthoverARM: disallow pc as a base register in Thumb2 memory...
2016-02-25 Marshall ClowAnother chunk of N4089
2016-02-25 Alexander Kornienko[clang-tidy] Adding headers needed in modernize-depreca...
2016-02-25 Hongbin ZhengRevert "Adapt to LLVM head. NFC"
2016-02-25 Hongbin ZhengRevert "Introduce analysis pass to compute PostDominato...
2016-02-25 Hongbin ZhengRevert "Introduce DominanceFrontierAnalysis to the...
2016-02-25 Hongbin ZhengRevert "Introduce RegionInfoAnalysis, which compute...
2016-02-25 Sanjay Patelrangify; NFCI
2016-02-25 Ben LangmuirAdd FieldNames to __NSConstantString_tag
2016-02-25 Hongbin ZhengAdapt to LLVM head. NFC
2016-02-25 Geoff Berry[AArch64] Clean up callee-save CFI emission. NFC.
2016-02-25 Hongbin ZhengIntroduce RegionInfoAnalysis, which compute Region...
2016-02-25 Hongbin ZhengIntroduce DominanceFrontierAnalysis to the new PassMana...
2016-02-25 Hongbin ZhengIntroduce analysis pass to compute PostDominators in...
2016-02-25 Rafael EspindolaAdd support for weak symbols in LTO.
2016-02-25 Rafael EspindolaRemove unnecessary prefix.
2016-02-25 Simon Atanasyan[ELF][MIPS] Add STO_MIPS_PLT flag to the symbols requir...
2016-02-25 Nikolay Haustov[AMDGPU] Disassembler: Support for all VOP1 instructions.
2016-02-25 Sanjay Pateldon't repeat names in documentation comments; NFC
2016-02-25 Michael KruseUse inline local variable declaration. NFC.
2016-02-25 Marshall ClowNo, really - test the constructor
2016-02-25 Marshall ClowAdd test to ensure that the converting constructor...
2016-02-25 Tobias Grosserwww: Fix typo
2016-02-25 Aaron BallmanReplace a compiler-specific approach to determining...
2016-02-25 Joerg SonnenbergerGC empty directory.
2016-02-25 Maxim Ostapenko[asan] Disable recvfrom test failing on the bots.
2016-02-25 Haojian Wu[clang-tidy] update links to Google Code Style in docs
2016-02-25 Tobias GrosserAdd Polly GSoC projects
2016-02-25 Johannes DoerfertSupport calls with known ModRef function behaviour
2016-02-25 Michael KruseFix DomTree preservation for generated subregions.
2016-02-25 Johannes DoerfertSimplify code [NFC]
2016-02-25 Johannes DoerfertTry to build alias checks even when non-affine accesses...
2016-02-25 Igor BregerAVX512F: Add GATHER/SCATTER assembler Intel syntax...
next