platform/upstream/llvm.git
2018-10-19 Thomas Lively[InstCombine] InstCombine and InstSimplify for minimum...
2018-10-19 Aaron Smith[lldb] Add support in Status::AsCString to retrieve...
2018-10-19 Andrea Di Biagio[llvm-mca] Remove a stale TODO comment. NFC
2018-10-19 Thomas Lively[ConstantFolding] Constant fold minimum and maximum...
2018-10-19 Dan Albert[Driver] Reland: Default Android toolchains to libc++.
2018-10-19 Jonas Devlieghere[dwarfdump] Hide ranges in diff-mode.
2018-10-19 Sanjay Patel[InstCombine] use m_Neg() in dyn_castNegVal() to match...
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
2018-10-19 Sanjay Patel[InstCombine] move/add tests for sub/neg; NFC
2018-10-19 Hans WennborgJava annotation declaration being handled correctly
2018-10-19 Stella Stamenova[lldbsuite, windows] Disable two tail call frames tests...
2018-10-19 Sam McCall[clangd] Set workspace root when initializing ClangdSer...
2018-10-19 Krzysztof Parzyszek[Hexagon] Remove support for V4
2018-10-19 Marek Kurdej[clang-tidy] Resolve readability-else-after-return...
2018-10-19 Balazs Keri[ASTImporter] Removed uneeded default case label.
2018-10-19 Balazs Keri[ASTImporter] Added error handling for AST import.
2018-10-19 Clement Courbet[llvm-exegesis] Mark second-form X87 instructions as...
2018-10-19 Kristina Brooks[MC][DWARF][AsmParser] Ensure nested CFI frames are...
2018-10-19 Clement Courbet[llvm-exegesis] Re-enable liveliness tracker.
2018-10-19 Clement Courbet[llvm-exegesis] X87 RFP setup code.
2018-10-19 Marco Antognini[OpenCL] Remove unwanted signedness conversion from...
2018-10-19 Haojian Wu[clangd] Remove the overflow log.
2018-10-19 Martin Storsjo[COFF] Fix error handling on duplicates for import...
2018-10-19 Fangrui Song[pipeliner] Fix test added in rL344748 to require asserts
2018-10-19 Fangrui SongUse llvm::{all,any,none}_of instead std::{all,any,none...
2018-10-19 Krasimir Georgiev[clangd] Fix msan failure after r344735 by initializing...
2018-10-19 Roman Lebedev[clang-tidy] readability-uppercase-literal-suffix:...
2018-10-19 Douglas YungRevert commit r344670 as the test fails on a bot lab...
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
next