platform/upstream/llvm.git
2016-03-23 Tobias GrosserDrop explicit -polly-delinearize parameter
2016-03-23 Andrew Wilkins[cmake] fix libgo-llgo paths in install target
2016-03-23 Renato GolinRevert "[tsan] Disable randomized address space on...
2016-03-23 Andrey Turetskiy[X86] Add "x87" in x86 target feature map.
2016-03-23 Andrey Turetskiy[X86] Introduction of FeatureX87.
2016-03-23 Hrvoje Varga[mips][microMIPS] Delay slot filler modifications
2016-03-23 Haojian WuAdd check for unneeded copies of locals
2016-03-23 Simon Atanasyan[ELF][MIPS] Add comment with MIPS GOT relocations handl...
2016-03-23 Tobias Grosserwww: Drop one more </div>
2016-03-23 Tobias Grosserwww: Drop polyhedral news reference.
2016-03-23 Tobias GrosserCodegen:Do not invalidate dominator tree when bailing...
2016-03-23 Justin BognerFAQ: Remove the entire Build Problems section
2016-03-23 Tobias GrosserAdd option to disallow modref function calls in scops.
2016-03-23 Justin BognerFAQ: We require GCC 4.7 - nobody's asking about build...
2016-03-23 Vedant Kumar[docs] Fix typo in ProgrammersManual.rst
2016-03-23 Valery Pykhtin[AMDGPU] Fix missing assembler predicates.
2016-03-23 Davide Italiano[Tests] Remove the correct files.
2016-03-23 Lang Hames[Docs] Clarify boolean conversion for Error and Expecte...
2016-03-23 Davide Italiano[LTO] Remove dead code.
2016-03-23 George Burgess IV[Sema] Allow implicit conversions of &overloaded_fn...
2016-03-23 Sanjoy DasRemove stale comment
2016-03-23 Sanjoy Das[StatepointLowering] Don't do two DenseMap lookups...
2016-03-23 Sanjoy Das[StatepointLowering] Minor NFC cleanups
2016-03-23 Sanjoy Das[StatepointLowering] Minor nfc refactoring
2016-03-23 Sanjoy Das[StatepointLowering] Schedule gc relocates before uniqu...
2016-03-23 Tom StellardAMDGPU: Cache information about register pressure sets
2016-03-23 Chris Bieneman[Apple Clang] Expose llvm-config from stage2 builds...
2016-03-23 Junmo ParkMinor code cleanup. NFC.
2016-03-23 Enrico GranataChange 'apropos' such that it doesn't look into the...
2016-03-23 Davide Italiano[ModuleUtils] Use range-based loop. NFC.
2016-03-23 Sean Silva[docs] Use reST link.
2016-03-23 Sean SilvaBring back Makefile.sphinx
2016-03-23 Sean Silva[docs] Clarify the sense of --compile-command
2016-03-22 Michael Kruse[ScopInfo] Fix domains after loops.
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...
next