platform/upstream/llvm.git
2016-03-22 Sean SilvaTidy up this test a bit.
2016-03-22 Pete CooperMove empty atom check to target independent code. ...
2016-03-22 Pete CooperAvoid memcpy from nullptr. NFC.
2016-03-22 Pete CooperDon't memcpy from a null source. Found by UBSan
2016-03-22 Sean CallananReverted a change in r264074 that made lldb-mi use...
2016-03-22 Derek BrueningTest commit to verify repository access and fix a typo.
2016-03-22 Davide Italiano[LTO] Keep linkonce_odr symbols when appropriate.
2016-03-22 Joerg SonnenbergerTypo
2016-03-22 Justin BognerMC: Don't access the filesystem in MCContext's constructor
2016-03-22 Enrico GranataMake it so that a command alias can actually remove...
2016-03-22 Justin Lebar[NVVM] Remove noduplicate attribute from synchronizing...
2016-03-22 Justin Lebar[CUDA] Don't allow templated variadic functions.
2016-03-22 Tobias GrosserInvalidate scop on encountering a complex control flow
2016-03-22 Siva Chandra[lldb-mi] Uncomment a line in CMakeLists.txt to make...
2016-03-22 Rafael EspindolaDrop comdats from the dst module if they are not selected.
2016-03-22 George Burgess IVKeep CodeGenPrepare from preserving the domtree.
2016-03-22 JF BastienUpdate cxx-features test to C++1z
2016-03-22 Pete CooperFix operator= on OwningAtomPtr to call destructor when...
2016-03-22 Enrico GranataFix a bug caused by my alias refactoring where, if...
2016-03-22 Sean CallananBackend support for top-level Clang epxressions
2016-03-22 Sean SilvaMark SymbolBody::getSymbol as `const`.
2016-03-22 Rui UeyamaWe do not use libLTO, so fix the error.
2016-03-22 John ThompsonD18325: Added mm_malloc module export.
2016-03-22 Rui UeyamaELF: Create LTO.{cpp,h} and move LTO-related code to...
2016-03-22 Sean Silva[lto] Provide a file name for the combined LTO object.
2016-03-22 Matthias BraunRevert "Support arbitrary addrspace pointers in masked...
2016-03-22 Enrico GranataChanges to the Xcode project file to make LLDB build...
2016-03-22 Simon Pilgrim[X86][AVX] Added AVX1 tests for 256-bit vector idiv...
2016-03-22 Simon Pilgrim[SelectionDAG] Ensure constant folded legalized vector...
2016-03-22 Tim NorthoverCodeGen: check return types match when emitting tail...
2016-03-22 Sanjoy DasRemove unnecessary branch from test
2016-03-22 Adam Nemet[LoopVersioning] Relax an assert for LCSSA PHIs
2016-03-22 Etienne Bergeron[clang-tidy] Fix broken test with redundant string...
2016-03-22 Yabin Cui[tsan] Fix check-tsan build by using CHECK_NE.
2016-03-22 Sanjoy DasAllow lowering call sites with both funclets and deopt...
2016-03-22 Pete CooperMore MSVC bot appeasement. Explicitly define rvalue...
2016-03-22 Dan Gohman[WebAssembly] Implement the rotate instructions.
2016-03-22 Etienne Bergeron[clang-tidy] Fix redundant-string-cstr check with msvc...
2016-03-22 Zachary TurnerUnicode support on Win32.
2016-03-22 Etienne Bergeron[clang-tidy] Skip reporting of not applicable fixes.
2016-03-22 Sanjoy DasAdd a hasOperandBundlesOtherThan helper, and use it...
2016-03-22 Justin BognerStaticAnalyzer: Avoid an unintentional copy
2016-03-22 Pete CooperAppease MSVC bots by changing visibility of AtomVector.
2016-03-22 Etienne Bergeron[clang-tidy] Fix redundant-string-init check with msvc...
2016-03-22 Yabin Cui[tsan] Disable randomized address space on linux aarch64.
2016-03-22 Pete CooperUse owning pointers instead of raw pointers for Atom...
2016-03-22 David MajnemerMake build bots happy
2016-03-22 David Majnemer[MS ABI] Assign an inheritance model for the dest of...
2016-03-22 Chris Bieneman[Perf-training] Using os.devnull instead of a temp...
2016-03-22 Chris Bieneman[Perf-training] Cleanup based on feedback from Sean...
2016-03-22 Simon Pilgrim[X86][SSE] Reapplied: Simplify vector LOAD + EXTEND...
2016-03-22 Reid Kleckner[asan] Add ucrtbase.dll to the list of DLLs to intercept
2016-03-22 Reid Kleckner[asan] Add one more x86 encoding to the interceptor...
2016-03-22 Vedant Kumar[unittests] clang-format a line, NFC
2016-03-22 Kuba Brecka[tsan] Change nullptr to NULL in one Darwin test.
2016-03-22 Daniel Sanders[mips] Make simm6 consistent with the rest. NFC.
2016-03-22 Daniel Sanders[mips] Range check simm7.
2016-03-22 Daniel Jasperclang-format: [JS] do not wrap ES6 imports/exports.
2016-03-22 Daniel Sanders[mips] Range check simm5.
2016-03-22 Daniel Sanders[mips] Range check vsplat_uimm[1234568].
2016-03-22 Daniel Sanders[mips] Range check uimm4_ptr, remove uimm6_ptr, and...
2016-03-22 Zinovy Nis[PATCH] Force LoopReroll to reset the loop trip count...
2016-03-22 Aaron BallmanMoving files that were placed in the wrong directory...
2016-03-22 Aaron BallmanFix crashes from delayed template parsing code that...
2016-03-22 Rafael EspindolaSkip some relocations in scanRelocs.
2016-03-22 George Rimar[ELF] - Process R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRE...
2016-03-22 Marina Yatsina[ELF][gcc compatibility]: support section names with...
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-22 Vasileios KalintirisFix warning about extra semicolon. NFC.
2016-03-22 Simon Atanasyan[ELF][MIPS] Delete GotSection::addMipsLocalEntry method
2016-03-22 Jonas Hahnfeld[OMPT] Make tests require OMPT_BLAME
2016-03-22 Mohit K. Bhakkad[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
2016-03-22 Mehdi AminiFix unittests: resize() -> reserve()
2016-03-22 Mehdi AminiDenseMap resize() is now named reserved(), adapt the...
2016-03-22 Jonas Hahnfeld[OMPT] Create infrastructure and add first tests for...
2016-03-22 Mehdi AminiRename DenseMap::resize() into DenseMap::reserve()...
2016-03-22 Akira Hatanaka[Objective-c] Do not set IsExact to true when the recei...
2016-03-22 Junmo ParkMinor code cleanup. NFC.
2016-03-22 Pete CooperRevert "Use owning pointers instead of raw pointers...
2016-03-22 Pete CooperUse owning pointers instead of raw pointers for Atom...
2016-03-22 Chris Bieneman[Perf-training] Fixing an issue with multi-threading...
2016-03-22 Mike SpertusVisual Studio Native Visualizations for constructors...
2016-03-22 Sanjoy DasAppease the windows buildbots
2016-03-22 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-22 Reid KlecknerMove -fms-compatibility-version=19 into target cflags
2016-03-22 Reid Kleckner[asan] Relax strdup test check lines
2016-03-22 Sanjoy DasAdd "first class" lowering for deopt operand bundles
2016-03-22 Reid KlecknerWrap 81 character line to satisfy linter
2016-03-22 Reid Kleckner[asan] Intercept strdup on Windows
2016-03-22 Siva Chandra[JITLoaderGDB] Pack the jit entry struct according...
2016-03-22 Reid Kleckner[asan] Also apply r264006 to asan_win_dynamic_runtime_t...
2016-03-22 Reid KlecknerFix coverage-related asan tests for VS 2015
2016-03-22 Justin Lebar[CUDA] Implement atomicInc and atomicDec builtins
2016-03-22 Justin Lebar[sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMa...
2016-03-21 NAKAMURA TakumiRevert r263974, "clang-cl: With -fmsc-version=1900...
2016-03-21 Reid Kleckner[asan] Set the unhandled exception filter slightly...
2016-03-21 Reid Kleckner[asan] Add new _*_base interceptors for VS 2015
2016-03-21 Pete CooperMove ownership of Pass File's to the MachoLinkingContext.
2016-03-21 Mike Aizatsky[sancov] do not instrument nodes that are full pre...
2016-03-21 Justin Lebar[CUDA] Add documentation explaining how to detect clang...
next