platform/upstream/llvm.git
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-04-14 Rafael EspindolaRemove the only case where we would relocate a R_386_TL...
2016-04-14 Jonathan PeytonExponential back off logic for test-and-set lock
2016-04-14 Rafael EspindolaMerge duplicated cases. NFC.
2016-04-14 Pavel Labath[test] make expect_state_changes actually expect *only...
2016-04-14 Pavel Labath[test] Relax stderr expectations on targets with chatty...
2016-04-14 Ismail DonmezFix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallou...
2016-04-14 Michael KruseAdd contexts to test cases. NFC.
2016-04-14 Michael KruseAdd InvalidContext to update_test.py.
2016-04-14 Marianne Mailhot... clang-format: Last line in incomplete block is indented...
2016-04-14 Marianne Mailhot... clang-format: Implemented tab usage for continuation...
2016-04-14 Marianne Mailhot... clang-format: Allow include of clangFormat.h in managed...
2016-04-14 Rafael EspindolaAdd missing typename.
2016-04-14 George Rimar[ELF] - Refactoring of end/edata/etext implementation.
2016-04-14 Ulrich WeigandFind .plt section in object files generated by recent ld
2016-04-14 Ulrich WeigandFix test cases for big-endian systems
2016-04-14 Ulrich WeigandFix ARM instruction emulation tests on big-endian systems
2016-04-14 Ulrich WeigandMiscellaneous fixes for big-endian systems
2016-04-14 Ulrich WeigandHandle bit fields on big-endian systems correctly
2016-04-14 Ulrich WeigandFix usage of APInt.getRawData for big-endian systems
2016-04-14 Ulrich WeigandMake Scalar::GetBytes and RegisterValue::GetBytes const
2016-04-14 Ulrich WeigandFixes for platforms that default to unsigned char
2016-04-14 Ulrich WeigandSupport Linux on SystemZ as platform
2016-04-14 Ulrich WeigandAdd new ABI callback to provide fallback unwind registe...
2016-04-14 George RimarReturn back the zero parameter of aggregate initializat...
2016-04-14 Ed Maste[sanitizer] remove FreeBSD PS_STRINGS fallback
2016-04-14 George RimarMake OutputSectionFactory::lookup() inline. NFC.
2016-04-14 George RimarRemoved excessive line. NFC.
2016-04-14 George RimarReduce expression to single line. NFC.
2016-04-14 Simon DardisSummary:
2016-04-14 Renato GolinRevert "Make tsan tests more portable (take 2)"
2016-04-14 George RimarClang formated file. NFC.
2016-04-14 George RimarCombine code branch into single line. NFC.
2016-04-14 Marcin Koscielnicki[sanitizer] [SystemZ] Abort if the kernel might be...
2016-04-14 Marcin Koscielnicki[sanitizer] [SystemZ] Add virtual space size.
2016-04-14 Marcin Koscielnicki[sanitizer] [SystemZ] Implement internal_mmap.
2016-04-14 Renato GolinMake tsan tests more portable (take 2)
2016-04-14 Gabor Horvath[analyzer] Make it possible to query the function name...
2016-04-14 Artem Dergachev[ASTImporter] Implement some expression-related AST...
2016-04-14 Dmitry Vyukovasan: fix build
2016-04-14 Nico WeberReapply r258505 after r266254, this time with a comment...
2016-04-14 Igor Kudrin[Coverage] Update testing methods to support more than...
2016-04-14 Dmitry Vyukovasan: fix out-of-bounds access in quarantine
2016-04-14 Dmitry Polukhin[MSVC] Fix check for wchar_t type in case of -fno-wchar
2016-04-14 Pavel LabathFileSpec: make matching separator-agnostic again
2016-04-14 Vasileios Kalintiris[mips] Remove duplicate tests and add missing prefixes...
2016-04-14 Igor Kudrin[Coverage] Avoid unnecessary copying of std::vector
2016-04-14 Kuba Brecka[tsan] Fix size reporting for OS X zone allocator with...
2016-04-14 Adam NemetRevert "Support arbitrary addrspace pointers in masked...
2016-04-14 Mehdi AminiThinLTO: linkonce compile-time optimization, do not...
2016-04-14 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding support for intrinsics...
2016-04-14 David Majnemer[CodeGen] Teach LLVM how to lower @llvm.{min,max}num...
2016-04-14 Michael Zuckerman[Clang][AVX512][Builtin] Adding intrinsics of vpmovus...
2016-04-14 Mehdi AminiMake sure the LLVMContext outlive the CompilerInstance
2016-04-14 Mehdi AminiDo not use llvm:getGlobalContext() in unittests
2016-04-14 Mehdi AminiDo not use getGlobalContext()... ever.
2016-04-14 Oleksiy VyalovFix Android build after r266267
2016-04-14 Peter CollingbourneELF: Do not create copy relocations for references...
2016-04-14 Matt ArsenaultAMDGPU: Implement canonicalize
2016-04-14 Enrico GranataDon't use auto - (try to) appease the Android g++ bot
2016-04-14 Matthias BraunTargetLowering: Factor out common code for tail call...
2016-04-14 Richard Smith[modules] Store the location of the lexical update...
2016-04-14 Alexander KornienkoReorder ASTNodeKind::AllKindInfo to match NodeKindId.
2016-04-14 Enrico GranataAugment the 'language objc class-table dump' command...
2016-04-14 Richard Smith[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table...
2016-04-13 NAKAMURA Takumiclang-tools-extra/test/clang-tidy/readability-deleted...
2016-04-13 Manman RenObjC kindof: order the methods in global pool relative...
2016-04-13 Reid Kleckner[CodeGen] Avoid ctor/dtor boilerplate with some C++11
2016-04-13 George Burgess IV[CFLAA] Fix up code style a bit. NFC.
2016-04-13 Sanjay Patel[ppc] add tests to show potential andc optimization
2016-04-13 Tim NorthoverARM: override cost function to re-enable ConstantHoisti...
2016-04-13 Amaury SechetRevert "Add LLVMGetAttrKindIDInContext in the C API...
2016-04-13 Duncan P. N... ValueMapper: Resolve cycles on the new nodes
2016-04-13 Amaury SechetAdd LLVMGetAttrKindIDInContext in the C API in order...
2016-04-13 Reid Kleckner[IR] Optimize memory usage of Metadata on MSVC
2016-04-13 Davide Italiano[llvm-lto] Uniform error handling. NFC.
2016-04-13 Richard Smith[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table...
2016-04-13 Matthias BraunARM: Use a callee save register for the swiftself param...
2016-04-13 Matthias BraunX86: Use a callee save register for the swiftself param...
2016-04-13 Matthias BraunAArch64: Use a callee save registers for swiftself...
2016-04-13 Davide Italiano[llvm-lto] clang-format before working on this file.
2016-04-13 Easwaran RamanReturn immediately from analyzeCall if analyzeBlock...
2016-04-13 Kevin EnderbyStart to add real error messages for malformed Mach...
2016-04-13 JF BastienNFC mergefunc: const correctness
2016-04-13 Evgeniy Stepanov[asan] Prefer alloc-dealloc-mismatch to new-delete...
2016-04-13 Bruno Cardoso... [SemaObjC] Properly handle mix between type arguments...
2016-04-13 Tom StellardAMDGPU/SI: Add support for spilling VGPRs without havin...
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.
next