platform/upstream/llvm.git
2018-10-19 Hsiangkai Wang[CodeGen] Fix for PR39094.
2018-10-19 Chandler Carruth[TI removal] Remove `TerminatorInst` from the IR type...
2018-10-19 Chandler Carruth[TI removal] Switch some newly added code over to use...
2018-10-19 Mandeep Singh... [COFF, ARM64] Enable unit test arm64-microsoft-status...
2018-10-19 Greg BedwellUpdate the project name in README.md
2018-10-18 Mandeep Singh... [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg...
2018-10-18 Chandler Carruth[TI removal] Update the C API for the move away from...
2018-10-18 Lang Hames[ORC] Add a createJITDylib method to LLJIT.
2018-10-18 David Bolvansky[Test] Fix test file for C++98 mode
2018-10-18 David Bolvansky[Diagnostics] Add missing expected warning to test...
2018-10-18 Roman Lebedev[clang-tidy] readability-uppercase-literal-suffix:...
2018-10-18 David Bolvansky[Diagnostics] Check for integer overflow in array size...
2018-10-18 Roman Lebedev[clang-tidy] readability-uppercase-literal-suffix:...
2018-10-18 Roman Lebedev[clang-tidy] Non-private member variables in classes...
2018-10-18 Sylvestre LedruSupport of hurd in llvm-shlib
2018-10-18 Roman Lebedev[clang-tidy] Add new 'readability-uppercase-literal...
2018-10-18 Mircea TrofinMake Function::getInstructionCount const
2018-10-18 Eli FriedmanRevert r344693 ("[ARM] bottom-top mul support in ARMPar...
2018-10-18 Dan Albert[compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.
2018-10-18 Aaron BallmanAdd check-clang-python to the Clang tests directory...
2018-10-18 Aaron BallmanAdd language standard aliases for -std=c18, -std=gnu18...
2018-10-18 Sumanth Gundapaneni[Pipeliner] copyToPhi DAG Mutation to improve scheduling.
2018-10-18 Sean Fertile[PPC64] Fix offset checks on rel24 call relocations.
2018-10-18 Michal Gorny[SymbolFileNativePDB] Fix missing linkage to DebugInfoC...
2018-10-18 Haojian Wu[clangd] Clear the semantic of RefSlab::size.
2018-10-18 Stella Stamenova[lldbsuite] Mark the TestScriptedResolver tests as...
2018-10-18 Ayal Zaks[LV] Fold tail by masking to vectorize loops of arbitra...
2018-10-18 Kristina Brooks[X86][Tests] Make sure tls-direct-seg-refs tests only...
2018-10-18 Sam McCall[clangd] Enforce rules around "initialize" request...
2018-10-18 Patrick Lyster[OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMP...
2018-10-18 Kristina BrooksAdd support for -mno-tls-direct-seg-refs to Clang
2018-10-18 Nicolai HaehnleDivergenceAnalysisTest: fix use of uninitialized memory
2018-10-18 Sam McCall[clangd] Lay JSONRPCDispatcher to rest.
2018-10-18 Eric Liu[clangd] Names that are not spelled in source code...
2018-10-18 Haojian Wu[clangd] Encode Line/Column as a 32-bits integer.
2018-10-18 Nicolai Haehnle[DA] DivergenceAnalysis for unstructured, reducible...
2018-10-18 Haojian Wu[clang-tidy] Ignore a case where the fix of make_unique...
2018-10-18 Sam McCall[Support] json::Value construction from std::vector...
2018-10-18 Guillaume Chatelet[llvm-exegesis] Fix off by one error
2018-10-18 Chandler Carruth[TI removal] Test predicate rather than casting to...
2018-10-18 Aleksandr Urakov[Windows] Fix threads comparison on Windows
2018-10-18 Chandler Carruth[TI removal] Generically discuss terminators rather...
2018-10-18 Chandler Carruth[TI removal] Remove discussion of `TerminatorInst`...
2018-10-18 Chandler Carruth[TI removal] Remove TerminatorInst references from...
2018-10-18 Mikael HolmenAdd a emitUnaryFloatFnCall version that fetches the...
2018-10-18 Mikael HolmenFix warning about unused variable [NFC]
2018-10-18 Kristina Brooks[X86] Support for the mno-tls-direct-seg-refs flag
2018-10-18 Krasimir GeorgievRevert "Return a named error in the result object of...
2018-10-18 Krasimir Georgiev[llvm-exegesis] Mark destructor virtual after r344695
2018-10-18 Lang Hames[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class...
2018-10-18 Chandler Carruth[TI removal] Switch simple loop unswitch to `Instruction`.
2018-10-18 Chandler Carruth[TI removal] Switch NewGVN to directly use `Instruction`.
2018-10-18 Chandler Carruth[TI removal] Use `Instruction` instead of `TerminatorIn...
2018-10-18 Chandler Carruth[TI removal] Update CodeExtractor to use Instruction...
2018-10-18 Chandler Carruth[TI removal] Switch ObjCARC code to directly use the...
2018-10-18 Chandler Carruth[TI removal] Switch MergeFunctions to directly use...
2018-10-18 Chandler Carruth[TI removal] Switch an analysis to just use Instruction.
2018-10-17 Lang Hames[BuildingAJIT] Simplify a tutorial example and fix...
2018-10-17 Konstantin... AMDGPU: Add options to enable/disable code object v3
2018-10-17 Eli Friedman[AArch64] Define __ELF__ for aarch64-none-elf and other...
2018-10-17 Julie Hockett[clang-doc] Bringing bitcode tests in line
2018-10-17 Lang Hames[BuildingAJIT] Fix a function signature in the document...
2018-10-17 Pavel LabathPort libcxxabi r344607 into llvm
2018-10-17 Leonard ChanFix for arm bots afternew PM pass port. Prevent cross...
2018-10-17 Leonard ChanFix for failing unit tests on some bots after r344696.
2018-10-17 Louis Dionne[libcxx] Improve reporting when running the lit test...
2018-10-17 Leonard Chan[PassManager/Sanitizer] Enable usage of ported AddressS...
2018-10-17 Nicolai HaehnleAMDGPU: Avoid selecting ds_{read,write}2_b32 on SI
2018-10-17 Nicolai HaehnleStructurizeCFG: Simplify inserted PHI nodes
2018-10-17 Nicolai HaehnleAMDGPU: Divergence-driven selection of scalar buffer...
2018-10-17 Clement Courbet[llvm-exegesis] Allow measuring several instructions...
2018-10-17 Theodoros TheodoridisFix broken formatting caused by test commit
2018-10-17 Sam Parker[ARM] bottom-top mul support in ARMParallelDSP
2018-10-17 Guillaume ChateletFix uninitialized variable
2018-10-17 Nicolai HaehnleAMDGPU: Remove dead TableGen code
2018-10-17 Guillaume ChateletBuildBot fix, compiler complains about array decay...
2018-10-17 Guillaume Chatelet[llvm-exegeis] Computing Latency configuration upfront...
2018-10-17 Eric Liu[clangd] Support scope proximity in code completion.
2018-10-17 Max Kazantsev[NFC] Remove GOTO from SCEV
2018-10-17 Fedor Sergeev[NewPM] Fixing test failure on Windows - removed opt...
2018-10-17 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-17 Petar Jovanovic[MIPS GlobalISel] Legalize constants
2018-10-17 Sjoerd Meijer[ARM] Do not fuse VADD and VMUL, continued (2/2)
2018-10-17 Theodoros TheodoridisTest commit
2018-10-17 Fedor Sergeev[LoopPredication] add some simple stats
2018-10-17 Haojian Wu[clangd] Fix buildbot failure.
2018-10-17 Haojian Wu[clangd] Print numbers of symbols and refs as well...
2018-10-17 Haojian Wu[clangd] Collect refs from headers.
2018-10-17 Sjoerd Meijer[ARM] Follow up of rL344671, attempt to pacify a buildbot
2018-10-17 Sam McCall[clangd] Hide unused function. NFC
2018-10-17 Sam McCall[clangd] Rename and move trivial logger to Logger.cpp...
2018-10-17 George Rimar[LLDB] - Add support for DW_RLE_start_end entries ...
2018-10-17 Sam McCall[clangd] Simplify client capabilities parsing.
2018-10-17 Sam McCall[clangd] Refactor JSON-over-stdin/stdout code into...
2018-10-17 Sjoerd Meijer[ARM][NFCI] Do not fuse VADD and VMUL, continued (1/2)
2018-10-17 Dean Michael... [XRay][compiler-rt] Generational Buffer Management
2018-10-17 Sylvestre LedruDocument the behavior of option passing when using...
2018-10-17 Takuto IkutaNFC: Remove trailing space from CodeGenModule.cpp
2018-10-17 Lang Hames[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
2018-10-17 Michal Gorny[python] [tests] Disable on known-broken arches
next