platform/upstream/llvm.git
2016-04-02 Davide Italiano[LTO] Fix symbols which were internalized incorrectly.
2016-04-02 Sean SilvaFix MSVC build after r265206
2016-04-02 Sean SilvaPR27104: Add -mllvm option
2016-04-02 Eugene Zelenko[Clang-tidy] Improve checks documentation consistency.
2016-04-02 Hans WennborgFix -Wpedantic warning about extra semi-colon
2016-04-02 Rafael EspindolaDon't create a plt when LD access is optimized.
2016-04-01 Rafael EspindolaDon't create a PLT when we optimize out the plt use.
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-04-01 Zachary TurnerAdd some unit tests for ClangASTContext.
2016-04-01 Rong Xu[PGO] Use a helper function to find all indirect call...
2016-04-01 Tim NorthoverAArch64: avoid clobbering SP for dead MOVimm pseudos.
2016-04-01 Akira Hatanaka[CodeGen] Emit lifetime.end intrinsic after objects...
2016-04-01 Greg ClaytonFixed an issue where if we have DWARF in an executable...
2016-04-01 Richard Smith[modules] Start moving the code for encoding AST record...
2016-04-01 Rui UeyamaRename a few variables. NFC.
2016-04-01 Nico WeberMake DIASession work if msdia*.dll isn't registered.
2016-04-01 Adrian PrantlAdd missing emissionKind flags to the DICompileUnits...
2016-04-01 Mehdi AminiThinLTO: special handling for LinkOnce functions
2016-04-01 Manman RenSwift Calling Convention: add swifterror attribute.
2016-04-01 Todd Fialaskip and xfail two std::list-related libcxx tests that...
2016-04-01 James Y KnightClean up a couple more preprocessor tests to use match...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector float tests - fabs /...
2016-04-01 Simon Pilgrim[X86][SSE] Vector i64 load tests
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated comparison mask and float immedi...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_extract tests.
2016-04-01 David BlaikieUpdate owners to reflect recent changes
2016-04-01 Enrico GranataRemove more of the code-running ObjC data formatter...
2016-04-01 Rong XuFix buildbot lldb-amd64-ninja-netbsd7 failure
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_insert tests.
2016-04-01 James Y KnightRemove useless check for ThreadModel==Single in ARMISel...
2016-04-01 Andy GibbsDiagnose missing macro argument following charize operator.
2016-04-01 Peter CollingbourneLowerBitSets: Move declarations to separate namespace.
2016-04-01 Todd Fialamark TestCallWithTimeout.py XFAIL on macosx.
2016-04-01 Mike Aizatsky[libfuzzer] adding license headers to cpp files
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_partial tests.
2016-04-01 Sanjay Patel[x86] add an SSE2 + fast-unaligned accesses run for...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_logical tests.
2016-04-01 Tom StellardAMDGPU: Implement {BUFFER,FLAT}_ATOMIC_CMPSWAP{,_X2}
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vector sdiv to shifts tests
2016-04-01 Mike Aizatsky[sancov] save entry block from pruning (it is always...
2016-04-01 Sanjay Patel[x86] add an SSE1 run for these tests
2016-04-01 Rafael EspindolaSimplify if. NFC.
2016-04-01 Todd FialaGuard xunit result test class and test method name...
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated vec_setcc tests.
2016-04-01 Simon Pilgrim[X86][SSE] Regenerated the vec_set tests.
2016-04-01 Bruno Cardoso... [CrashReproducer] Add -fmodule-cache-path to reproducer...
2016-04-01 Sanjay Patel[x86] avoid intermediate splat for non-zero memsets...
2016-04-01 Chad Rosier[AArch64] Fix a typo. NFC.
2016-04-01 George Rimar[ELF] - Split Writer::assignAddresses(): extract code...
2016-04-01 David Majnemer[InstCombine] Don't sink an instr after a catchswitch
2016-04-01 David Majnemer[SLPVectorizer] Don't insert an extractelement before...
2016-04-01 Rui UeyamaMake error handling consistent.
2016-04-01 Rui UeyamaRemove dead code.
2016-04-01 Rui UeyamaDon't do extra work if -r is given.
2016-04-01 Reid KlecknerFix warnings uncovered by building with clang-cl
2016-04-01 Reid KlecknerFix a load of -Wunknown-pragma warnings from clang-cl
2016-04-01 Rui UeyamaTidy up address and file offset assignments in the...
2016-04-01 Rafael EspindolaBring r264761 back with an extra fix.
2016-04-01 Rong Xu[PGO] Refactor PGOFuncName meta data code to be used...
2016-04-01 Sanjay Patel[x86] avoid intermediate splat for non-zero memsets...
2016-04-01 Rafael EspindolaDon't apply a recolation that the dynamic linker will...
2016-04-01 Anastasia Stulova[OpenCL] Moved nosvm attribute handling in Sema to...
2016-04-01 Benjamin Kramer[ADT] Make StringMap's tombstone aligned.
2016-04-01 Vedant Kumar[PGOProfile] Rename a test to make it more reusable...
2016-04-01 Rafael EspindolaPass a const pointer to getImplicitAddend. NFC.
2016-04-01 Rafael EspindolaRefactor duplicated code.
2016-04-01 Valery Pykhtin[AMDGPU] fix MADAK/MADMK instructions operand namings...
2016-04-01 Pavel LabathFix clean rule for a makefile
2016-04-01 Rafael EspindolaAvoid creating duplicated relocations.
2016-04-01 Andrea Di Biagio[x86] Remove redundant call to setTargetDAGCombine...
2016-04-01 George RimarFix linux buildbot after r265136
2016-04-01 George RimarMake dummySectionsNum() to be not a member of writer...
2016-04-01 Simon Pilgrim[X86][AVX512] Regenerated intrinsics tests
2016-04-01 Sagar Thakur[MIPS][LLVM-MC] Fix JR encoding for MIPSR6 ISA
2016-04-01 Benjamin Kramer[ThinLTO] Fix uninitialized flags.
2016-04-01 Johannes Doerfert[FIX] Adjust the insert point for non-affine region...
2016-04-01 George RimarSplit Writer::assignAddresses(): extract common code...
2016-04-01 George RimarSplit Writer::assignAddresses(): extract assignPhdrs...
2016-04-01 George Rimar[ELF] - Move calculation of _end to fixAbsoluteSymbols()
2016-04-01 Andrey Turetskiy[X86] Introduce Lakemont CPU.
2016-04-01 Alexey Bataev[OPENMP] Fixed documentation category for 'declare...
2016-04-01 Benjamin Kramer[Lexer] Let the compiler infer string lengths. No funct...
2016-04-01 Benjamin Kramer[Lexer] Don't read out of bounds if a conflict marker...
2016-04-01 Pavel LabathChange a recently added assert into lldbassert
2016-04-01 Dmitry Polukhin[OPENMP] Avoid useless recursive calls in getDSA if...
2016-04-01 James MolloyFix for pr24346: arm asm label calculation error in sub
2016-04-01 Alexey Bataev[OPENMP 4.5] Allow data members as loop counters in...
2016-04-01 Oliver Stannard[AArch64] Better errors for out-of-range fixups
2016-04-01 Alexey BataevRevert "[OPENMP] Allow skip expression after comma...
2016-04-01 Mehdi AminiThinLTO: move ObjCARCContractPass in the CodeGen pipeline
2016-04-01 Haojian Wu[clang-tidy] Don't delete unused parameter in class...
2016-04-01 Jeroen Ketema[OCaml] Use LLVMCreateMessage with constant strings...
2016-04-01 Jeroen Ketema[OCaml] Reinstate data_layout
2016-04-01 Tobias GrosserScoPDetection: Obtain a known free diagnostic ID
2016-04-01 Mehdi AminiAdd a libLTO API to stop/restart ThinLTO between optimi...
2016-04-01 Chuang-Yu Cheng[PPC64] Bug fix: when enabling sibling-call-opt and...
2016-04-01 Mehdi AminiAdd a module Hash in the bitcode and the combined index...
2016-04-01 Mehdi AminiFix MSVC warning "comparison of integers of different...
2016-04-01 Mehdi AminiFix S390 big endian detection
2016-04-01 Mehdi AminiConst correctness in raw_sha1_ostream (NFC)
next