platform/upstream/llvm.git
2017-10-11 Haojian Wu[clang-rename] Add more unittest.
2017-10-11 Jonas DevlieghereRevert "[dsymutil] Timestmap verification for __swift_ast"
2017-10-11 Alex Bradbury[TargetLowering] Correctly track NumFixedArgs field...
2017-10-11 Jonas Devlieghere[dsymutil] Timestmap verification for __swift_ast
2017-10-11 Alex Bradbury[RISCV] Fix build after r315327
2017-10-11 Simon Dardis[mips] Add missing tests from rL315451
2017-10-11 Alexey Bader[OpenCL] Allow function declaration with empty argument...
2017-10-11 Haojian Wu[clang-rename] Don't add prefix qualifiers to the decla...
2017-10-11 Simon Dardis[mips] Add support for parsing target specific flags...
2017-10-11 NAKAMURA Takumillvm/module.modulemap: Create LLVM_MC_TableGen. It...
2017-10-11 NAKAMURA Takumillvm/module.modulemap: Move Support_TargetRegistry...
2017-10-11 Max Kazantsev[NFC] Fix variables used only for assert in GVN
2017-10-11 Simon Dardis[llvm-rc] Fix spelling in message
2017-10-11 Javed Absar[TableGen] Tidy up CodeGenSchedule.cpp
2017-10-11 Oliver Stannard[Asm] Add debug tracing in table-generated assembly...
2017-10-11 Petr PavluFix dumping of characters with non-standard sizes
2017-10-11 Uriel Korach[X86] Added tests for TESTM and TESTNM (NFC)
2017-10-11 George Rimar[ELF] - Fix out of sync comment. NFC.
2017-10-11 George Rimar[ELF] - Do not set output section flags except SHF_...
2017-10-11 Max Kazantsev[GVN] Prevent LoadPRE from hoisting across instructions...
2017-10-11 Daniel JasperRevert r314955: "Remove PendingBody mechanism for funct...
2017-10-11 Max Kazantsev[LICM] Disallow sinking of unordered atomic loads into...
2017-10-11 Max Kazantsev[IRCE] Do not process empty safe ranges
2017-10-11 Rui UeyamaDo not copy Sections vector.
2017-10-11 NAKAMURA TakumiReorder.
2017-10-11 Rui UeyamaSplit LinkerScript::computeInputSections into two funct...
2017-10-11 Rui UeyamaSwap parameters of getSymbolValue.
2017-10-11 Rui UeyamaDo not handle DefinedCommon in linker scripts.
2017-10-11 Rui UeyamaRename BytesDataCommand -> ByteCommand.
2017-10-11 Rui UeyamaInline LinkerScript::process.
2017-10-11 Davide Italiano[GVN] Don't replace constants with constants.
2017-10-11 NAKAMURA TakumiClangCodeGenTests: Update libdeps in rL315392, +clangAST.
2017-10-11 Rui UeyamaSplit a loop into two to make it clear that it did...
2017-10-11 Rui UeyamaUse more precise type.
2017-10-11 Rui UeyamaRemove a static local varaible.
2017-10-11 Rui UeyamaAvoid a pointer to a pointer to an input section.
2017-10-11 Rui UeyamaAdd comment.
2017-10-11 Rui UeyamaSplit decompressAndMergeSection into two separate funct...
2017-10-11 Rui UeyamaRemove useless cast.
2017-10-11 Rui UeyamaRename filename -> getFilename.
2017-10-11 Rui UeyamaRename Align -> Alignment.
2017-10-11 Rui UeyamaRename CurAddressState -> Ctx.
2017-10-11 Jake EhrlichRevert "[llvm-objcopy] Add support for --strip-sections...
2017-10-11 Rui UeyamaMake LinkerScript::addSymbol a private member function.
2017-10-11 Rui UeyamaRename processCommands -> processSectionCommands.
2017-10-11 Rui UeyamaInline small functions.
2017-10-11 Peter CollingbourneWIN32_FIND_DATA -> WIN32_FIND_DATAW.
2017-10-11 Jake Ehrlich[llvm-objcopy] Add support for --strip-sections to...
2017-10-11 Lang HamesUpdate cc1as_main for MCAsmBackend ownership change...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Rui UeyamaRename Commands -> SectionCommands.
2017-10-11 Richard Smith[modules] Fix visibility checking for using declaration...
2017-10-11 Kostya Serebryany[libFuzzer] experimental flag to tweak the corpus distr...
2017-10-11 Reid KlecknerSilence MSVC warnings about unsigned wrapping without UB
2017-10-11 Rui UeyamaRename HasSections -> HasSectionsComand.
2017-10-11 Rui UeyamaMove a loop invariant outside the loop.
2017-10-11 Rui UeyamaRemove ScriptConfiguration class and move the members...
2017-10-11 Richard Smith[modules] Only take visible using-directives into accou...
2017-10-11 Rui UeyamaInline addRegular into addSymbol.
2017-10-11 Peter CollingbourneCOFF: When generating code for LTO, use static reloc...
2017-10-11 Craig Topper[X86] Remove temporary std::string creation from shuffl...
2017-10-11 Alex LorenzA '<' with a trigraph '#' is not a valid editor placeholder
2017-10-11 Richard Smith[Modules TS] Diagnose missing/duplicate module-declaration.
2017-10-11 Evgeniy Stepanov[sanitizer] Re-disable several tests on Android.
2017-10-11 Craig Topper[X86] Add 128-bit version of vbroadcasti32x2 to shuffle...
2017-10-11 Rui UeyamaRemove a constructor from ExprValue. NFC.
2017-10-11 Rui UeyamaAdd comments.
2017-10-10 Adrian PrantlInclude getting generated struct offsets in CodegenABITypes
2017-10-10 Justin BognerCodeGen: Minor cleanups to use MachineInstr::getMF...
2017-10-10 Evgeniy StepanovFactor out "stable-runtime" feature and enable it on...
2017-10-10 Justin BognerCodeGen: Add MachineInstr::getMF(). NFC
2017-10-10 Alexander Shaposhnikov[lldb] Enable using out-of-tree dwps
2017-10-10 Rui UeyamaRemove an unused default argument.
2017-10-10 Jake Ehrlich[llvm-objcopy] Add ability to remove multiple sections...
2017-10-10 Rui UeyamaHandle input section liveness only in MarkLive.cpp.
2017-10-10 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-10 Craig Topper[X86] Add broadcast patterns that allow a scalar_to_vec...
2017-10-10 Richard Smith[Modules TS] Diagnose attempts to enter module implemen...
2017-10-10 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-10-10 Richard Smith[Modules TS] Module ownership semantics for redeclarations.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-10-10 Rafael EspindolaUpdate for llvm change.
2017-10-10 Rafael EspindolaMake the ELFFile constructor private.
2017-10-10 Matthew Simpson[SparsePropagation] Let the Instruction work list hold...
2017-10-10 Hans WennborgXFAIL ubsan/TestCases/TypeCheck/Function/function.cpp...
2017-10-10 Matthew Simpson[SparsePropagation] Use SmallVector for work lists
2017-10-10 Jake Ehrlich[llvm-objcopy] Fix latent bug that allowed some Section...
2017-10-10 Rafael EspindolaMake the ELFObjectFile constructor private.
2017-10-10 Vlad TsyrklevichRevert "Classify llvm-cfi-verify."
2017-10-10 Dehao ChenUse the first instruction's count to estimate the funci...
2017-10-10 Sanjay Patel[x86] fix prefix typos for CHECK lines; NFC
2017-10-10 Jan KorousFix indexer crash for default template template paramet...
2017-10-10 Richard SmithAdd test for regression caused by reverted patch r315251.
2017-10-10 Craig Topper[X86] Fix some patterns that select VLX instructions...
2017-10-10 Rafael EspindolaSimplify. NFC.
2017-10-10 Vlad TsyrklevichClassify llvm-cfi-verify.
2017-10-10 Simon Dardis[mips] Correct the instruction predicates for microMIPSr3
2017-10-10 Matt ArsenaultAMDGPU: Fix missing skipFunction calls
2017-10-10 Matt ArsenaultAMDGPU: Fix failure to select branch with optnone
2017-10-10 Adrian PrantlConvert condition to an early exit (NFC).
next