platform/upstream/llvm.git
2016-04-07 Rui UeyamaELF: Add --strip-debug option.
2016-04-07 Quentin Colombet[TargetRegisterInfo] Fix the comment of SuperRegClassIt...
2016-04-07 Quentin Colombet[AArch64] gcc does not like litteral without quotes...
2016-04-07 Quentin Colombet[AArch64][CallLowering] Do not build the API if GlobalI...
2016-04-07 Richard Smith[modules] Allow differences in flags that only affect...
2016-04-07 Rui UeyamaELF: Add --no-gnu-unique option.
2016-04-07 Quentin Colombet[GlobalISel] Add RegBankSelect hooks into the pass...
2016-04-07 Evgeniy Stepanov[sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_AT...
2016-04-07 Mike Aizatsky[sancov] updaing android test after enabling cc edge...
2016-04-07 Konstantin... [AMDGPU] Implement get_local_size for amdgcn--amdhsa...
2016-04-07 Manman Ren[ObjC kindof] Use type bound to filter out the candidat...
2016-04-07 Manman RenNFC: simplify code in BuildInstanceMessage.
2016-04-07 Rui UeyamaELF: Implement --start-lib and --end-lib
2016-04-07 Jan VeselyAMDGPU/SI: Implement atomic load/store for i32 and i64
2016-04-07 Tom StellardAMDGPU/SI: Add latency for export instructions
2016-04-07 Quentin Colombet[RegBankSelect] Initial implementation for non-optimize...
2016-04-07 Marshall ClowRecommit r263036 with additional inlining, so that...
2016-04-07 Derek Bruening[sanitizer] Add early call handling to strlen interceptor
2016-04-07 Quentin Colombet[RegisterBankInfo] Add more details on the expectation of
2016-04-07 Quentin Colombet[RegisterBankInfo] Provide a target independent helper...
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-07 Quentin Colombet[RegisterBankInfo] Change the signature of getSizeInBit...
2016-04-07 Simon PilgrimMinor Wdocumentation fix. NFCI.
2016-04-07 Quentin Colombet[RegisterBankInfo] Provide a default constructor for...
2016-04-07 Eugene ZelenkoMention readability-static-definition-in-anonymous...
2016-04-07 Simon Pilgrim[X86][SSE] Added bitmask pattern shuffle tests
2016-04-07 Quentin Colombet[MachineRegisterInfo] Track register bank for virtual...
2016-04-07 Quentin Colombet[RegisterBank] Rename RegisterBank::contains into Regis...
2016-04-07 Ehsan Amiri[PPC] Added a note to release notes
2016-04-07 Ulrich Weigand[SystemZ] Fix build break from r265689
2016-04-07 Mike Aizatsky[sancov] updaing android test
2016-04-07 Etienne Bergeron[clang-tidy] add new checker for string literal with...
2016-04-07 Kevin B. Smith[X86]: Fix for PR27251.
2016-04-07 Ulrich Weigand[SystemZ] Implement conditional returns
2016-04-07 Davide Italiano[IR/Verifier] Merge two ifs into one. NFC.
2016-04-07 Ulrich Weigand[GVN] Address review comments for D18662
2016-04-07 Rafael EspindolaFix an use after free.
2016-04-07 JF BastienNFC: disallow comparison of AtomicOrdering
2016-04-07 Ulrich Weigand[GVN] Fix handling of sub-byte types in big-endian...
2016-04-07 Ehsan Amiri[PPC] Enable transformations in PPCPassConfig::addIRPas...
2016-04-07 Rafael EspindolaSimplify dynamic relocation creation.
2016-04-07 Etienne Bergeron[clang-tidy] fix a crash with -fdelayed-template-parsin...
2016-04-07 Benjamin Kramer[clang-tidy] Remove unnecessary getName() on Decls...
2016-04-07 Etienne Bergeron[clang-tidy] Fix infinite loop in MisplacedWideningCast...
2016-04-07 Tom StellardAMDGPU/SI: Add MachineBasicBlock parameter to SIInstrIn...
2016-04-07 Michael ZuckermanFixing duplicate declaration "_mm256 _mm_set_epi32...
2016-04-07 Rafael EspindolaDelete Off_Bss.
2016-04-07 Sanjay Patelmake __builtin_isfinite more efficient (PR27145)
2016-04-07 Marshall ClowAdded a noexcept test
2016-04-07 Rafael EspindolaDon't create dynamic relocs for discarded .eh_frame...
2016-04-07 Marshall ClowFix bug #27260 - add missing swap(reference, reference...
2016-04-07 Etienne Bergeron[clang-tidy] Fix FP with readability-redundant-string...
2016-04-07 Valery Pykhtin[AMDGPU] fix readlane/readfirstlane src vgpr operand...
2016-04-07 Dmitry PolukhinFix test/Assembler/ifunc-asm.ll test on hexagon-elf...
2016-04-07 Alexey Bataev[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause...
2016-04-07 Dmitry Polukhin[GCC] Attribute ifunc support in llvm
2016-04-07 Kuba Brecka[tsan] Remove long sleeps from fork tests
2016-04-07 Kuba Brecka[tsan] Add support for OS X OSAtomic* functions
2016-04-07 Rafael EspindolaAdd a test for the offset of dynamic relocations.
2016-04-07 Kuba Brecka[tsan] Add TSan __tsan_atomic* functions to tsan_interf...
2016-04-07 Kuba Brecka[tsan] Add interceptors for dispatch_apply
2016-04-07 Kuba Brecka[tsan] Add XPC support (OS X)
2016-04-07 Kuba Brecka[tsan] Add support for dispatch event sources
2016-04-07 Kuba Brecka[tsan] Fix synchronization in dispatch_sync
2016-04-07 Kuba Brecka[tsan] Fix Darwin tests (missing FileCheck's)
2016-04-07 NAKAMURA TakumiInlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation]
2016-04-07 Kuba BreckaEnabling AddressSanitizer tests, they should pass now...
2016-04-07 Alexander Kornienko[docs] Update version (http://llvm.org/PR27253)
2016-04-07 Benjamin KramerMove class into an anonymous namespace. NFC.
2016-04-07 Benjamin KramerMake helper functions static. NFC.
2016-04-07 Kuba BreckaSimplify the ASan expression (follow-up for the previou...
2016-04-07 Kuba BreckaTentative fix (add `extern "C"` declarations to express...
2016-04-07 Pavel LabathEnable TestDebugBreak on x86_64 as well
2016-04-07 Valery Pykhtinfix r265645: target dependent printf formatting flags.
2016-04-07 Jeroen Ketema[CMake] Check for sys/types.h in config-ix.cmake
2016-04-07 Pavel LabathRevert "Reduce code duplication in ProcessGDBRemote"
2016-04-07 Simon Pilgrim[X86][SSE] Add support for VZEXT constant folding
2016-04-07 Valery Pykhtin[AMDGPU] llvm-objdump: Minimal HSA Code Object disassem...
2016-04-07 Saleem AbdulrasoolSymbol: fix build
2016-04-07 Amaury Sechet[BlockPlacement] Remove an unnecessary continue
2016-04-07 Amaury Sechet[MBP] Remove an unused function parameter
2016-04-07 Amaury SechetDo some refactoring in the LLVM C API echo test to...
2016-04-07 Saleem AbdulrasoolBasic: thread CodeGenOptions into TargetInfo
2016-04-07 Wei MiFix the sanitizer bootstrap error in r265547.
2016-04-07 Amaury SechetRevert "[BlockPlacement] Remove an unnecessary continue...
2016-04-07 Duncan P. N... Revert "ValueMapper: Make LocalAsMetadata match functio...
2016-04-07 Ahmed Bougacha[X86] Reuse EFLAGS and form LOCKed ops when only user...
2016-04-07 Ahmed Bougacha[X86] Refresh and tweak EFLAGS reuse tests. NFC.
2016-04-07 Sean SilvaDon't use PATH_MAX.
2016-04-07 Duncan P. N... ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMa...
2016-04-07 Bruno Cardoso... [CrashReproducer] Use toUppercase from include/clang...
2016-04-07 Duncan P. N... ValueMapper: Make LocalAsMetadata match function-local...
2016-04-07 Bruno Cardoso... [CrashReproducer] Change std::toupper to ::toupper
2016-04-07 Quentin Colombet[AArch64] Teach RegisterBankInfo about the CC register...
2016-04-07 Duncan P. N... IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals...
2016-04-07 Mike Aizatsky[sancov] removing flaky test case (win)
2016-04-07 Quentin Colombet[AArch64] Teach RegisterBankInfo about the mapping...
2016-04-07 Michael ZolotukhinFollow-up for r265605: don't mutate vector we're iterating.
2016-04-07 Quentin Colombet[RegisterBankInfo] Implement a target independent versi...
2016-04-07 Hans WennborgRe-commit r265039 "[X86] Merge adjacent stack adjustmen...
next