platform/upstream/llvm.git
2016-03-30 Davide Italiano[LTO] Add a test to ensure we treat externally availabl...
2016-03-30 Pete CooperConvert file handle* methods to llvm::Error instead...
2016-03-30 Justin LebarAdd #include <functional> to PassManagerBuilder, now...
2016-03-30 Simon Pilgrim[X86][AVX] Ensure EltsFromConsecutiveLoads tests the...
2016-03-30 Pete CooperChange loadFileList to llvm::Error. NFC
2016-03-30 Justin Lebar[Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
2016-03-30 Justin Lebar[NVPTX] Make NVVMReflect a function pass.
2016-03-30 Justin Lebar[PassManager] Make PassManagerBuilder::addExtension...
2016-03-30 Pete CooperConvert lld Pass::runOnFile to llvm::Error from std...
2016-03-30 Justin Bognertest: Remove a test for a transform that hasn't existed...
2016-03-30 Rui UeyamaAttempt to fix test failure on Windows.
2016-03-30 Sean CallananFixed a problem where a dSYM wasn't properly found...
2016-03-30 Vassil Vassilev[modules] Write out identifiers if the ID is local...
2016-03-30 Reid KlecknerFix the detection of the shell feature and disable...
2016-03-30 Reid KlecknerRemove unused fwd decl for LLVM IR stuff that lives...
2016-03-30 Pete CooperChange getReferenceInfo/getPairReferenceInfo to use...
2016-03-30 Greg ClaytonWhen support for DWO files was added, there were two...
2016-03-30 Vassil Vassilev[modules] Add a regression test for PR21547.
2016-03-30 Hal FinkelAdd a copy constructor to StringMap
2016-03-30 Rui UeyamaSplit Writer::assignAddresses. NFC.
2016-03-30 Hal Finkel[LoopVectorize] Don't vectorize loops when everything...
2016-03-30 Adhemerval... [lld] [ELF/AArch64] Add aarch64 TLS IE to LE relax...
2016-03-30 Rong Xu[PGO] PGOFuncName in LTO optimizations
2016-03-30 Reid Kleckner[cmake] Get the MSVC version by running cl rather than...
2016-03-30 Reid Kleckner[cmake] Instead of testing char16_t for MSVC compat...
2016-03-30 Tobias GrosserRevert 264782 and 264789
2016-03-30 Teresa JohnsonRestore "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Jim InghamFix header name.
2016-03-30 Chad Rosier[AArch64] Fix warnings pointed out by Hal.
2016-03-30 Reid Kleckner[cmake] Add -fms-compatibility-version=19 when clang...
2016-03-30 Reid Kleckner[cmake] Allow EH usage with clang-cl
2016-03-30 Rong Xu[PGO] Use ArrayRef in annotateValueSite()
2016-03-30 Rui UeyamaInclude line number in error message for linker scripts.
2016-03-30 Tom StellardAMDGPU/SI: Improve MachineSchedModel definition
2016-03-30 Tom StellardAMDGPU/SI: Enable lanemask tracking in misched
2016-03-30 Jonas Paulsson[SystemZ] Add nop and nopr InstAliases.
2016-03-30 Vedant Kumar[c-index-test] Delete dead function, NFC
2016-03-30 Jonas Paulsson[SystemZ] Specify required features for builtins.
2016-03-30 Nirav DaveRemove HasFnAttribute guards to getFnAttribute calls
2016-03-30 Teresa JohnsonRevert "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Simon Pilgrim[X86][XOP] BITREVERSE lowering using VPPERM
2016-03-30 Teresa Johnson[ThinLTO] Serialize the Module SourceFileName to/from...
2016-03-30 Teresa JohnsonPrepare tests for change to emit Module SourceFileName...
2016-03-30 Simon Pilgrim[X86][SSE] Test the legalization of vector comparison...
2016-03-30 Rafael EspindolaNo relocation needs bot SA and ZA.
2016-03-30 Rafael EspindolaImplement getImplicitAddend for mips.
2016-03-30 Rafael EspindolaSimplify mips addend processing.
2016-03-30 Rafael EspindolaFix handling of addends on i386.
2016-03-30 Alexander Kornienko[clang-tidy] Fix MSVC build.
2016-03-30 Benjamin Kramer[NVPTX] Avoid temporary std::string and make single...
2016-03-30 Marianne Mailhot... gold-plugin: Fixed typo in an error message.
2016-03-30 Gabor Horvath[clang-tidy] Adjust dangling references check to ASTMat...
2016-03-30 Alexander Kornienko[docs] Added 3.8 clang-tidy release notes, fixed format...
2016-03-30 Simon Pilgrim[X86][SSE] Added tests for clearing upper bits of vecto...
2016-03-30 Alexander Kornienko[clang-tidy] readability check for const params in...
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-30 Kuba BreckaFix the ThreadSanitizer support to avoid creating empty...
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-30 James Molloy[VectorUtils] Don't try and truncate PHIs to a smaller...
2016-03-30 Gabor Horvath[analyzer] Fix an assertion fail in hash generation.
2016-03-30 Pavel LabathFix SocketAddressTest (again)
2016-03-30 Pavel LabathFix warning in ThreadSanitizerRuntime
2016-03-30 Pavel LabathFix warning in ClangExpressionParser
2016-03-30 Pavel LabathFix flakyness in TestWatchpointMultipleThreads
2016-03-30 Chandler Carruth[x86] Fix a horrible bug in our lowering of x86 floatin...
2016-03-30 Ismail DonmezFix shared build after r264790
2016-03-30 George Rimar[ELF] - Do not keep undefined locals in .symtab
2016-03-30 Stephan BergmannFor MS ABI, emit dllexport friend functions defined...
2016-03-30 Craig Topper[CodeGen] Mark EVT:getExtendedSizeInBits() as LLVM_READ...
2016-03-30 Jingyue Wu[docs] Add gpucc publication and tutorial.
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-30 Vedant Kumar[profile] Remove quotes around env variable, NFC
2016-03-30 Duncan P. N... IR: Constify LLVMContext::discardValueNames, NFC
2016-03-30 Duncan P. N... BitcodeReader: Fix weird whitespace, NFC
2016-03-30 Sean CallananDon't register the addresses of private symbols from...
2016-03-30 George Burgess IV[MemorySSA] Make the visitor more careful with calls.
2016-03-30 Chandler Carruth[x86] Extract a helper function to compute the full...
2016-03-30 Xinliang David Li[PGO] Handle invoke inst in IR based icall instrumentation
2016-03-30 Vedant Kumar[profile] Test error reporting by writing to a temp...
2016-03-30 Rui UeyamaFix comments.
2016-03-30 Andrew Wilkins[llgo] add USES_TERMINAL option to check-libgo
2016-03-30 George Burgess IV[MemorySSA] Change how the walker views/walks visited...
2016-03-30 Bruno Cardoso... [Driver] Quote clang full version in dwarf producer...
2016-03-30 Sean Silva[libprofile] Make this test express intent a bit better.
2016-03-30 Adam Nemet[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
2016-03-30 Greg ClaytonFixed the failing test TestCommandScriptImmediateOutput...
2016-03-29 Davide Italiano[LTO] Add a comment to explain how we handle @llvm...
2016-03-29 Bruno Cardoso... [CrashReproducer] Cleanup and move functionality around...
2016-03-29 Adam Nemet[PPC] Remove -ppc-loop-prefetch-distance in favor of...
2016-03-29 Adam Nemet[LoopDataPrefetch] Centralize the tuning cl::opts under...
2016-03-29 Anna Zaks[tsan] Do not instrument reads/writes to instruction...
2016-03-29 Kostya Serebryany[libFuzzer] more trophies
2016-03-29 Kostya Serebryany[libFuzzer] more docs
2016-03-29 Rafael EspindolaSimplify AHL handling.
2016-03-29 Yunzhong GaoFixing PR26558: remove the adx target attribute require...
2016-03-29 Duncan P. N... ADCE: Remove debug info intrinsics in dead scopes
2016-03-29 Fiona GlaserMachineSink: make shouldSink a TII target hook
2016-03-29 Adam Nemet[LoopDataPrefetch] Make more member functions private...
2016-03-29 Adrian PrantlUpgrade some wildly anachronistic debug info in testcases.
2016-03-29 Sanjay Pateluse FileCheck and auto-check-generation script for...
next