2018-10-20 |
Thomas Lively | [WebAssembly] Implement vector sext_inreg and tests... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Thomas Lively | [WebAssembly] Custom lower i64x2 constant shifts to... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Craig Topper | [X86] When checking the bits in cpu_features for functi... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Artem Dergachev | [analyzer] Be more plugin-friendly by moving static... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Roman Tereshin | [MachineCSE][GlobalISel] Making sure MachineCSE works... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Billy Robert... | [libcxx] [test] Add missing <stdexcept> to map at tests. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Billy Robert... | Repair thread-unsafe modifications of n_alive in F... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Petar Jovanovic | [llvm-objdump] Fix --file-headers (-f) option |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Thomas Lively | [LoopVectorize] Loop vectorization for minimum and... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Changpeng Fang | AMDGPU: Add support pattern for SUB of one bit |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Evandro Menezes | [NFC][InstCombine] Undo stray change |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Craig Topper | [X86] Remove some left over code from when MVT:i1 was... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Matt Arsenault | Fix typos in assert message |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Aditya Nandakumar | [GISel]: Allow PHIs to be DCEd |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Aaron Smith | [PDB] Test variadic function type in PDB |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Craig Topper | [X86] In PostprocessISelDAG, start from allnodes_end... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Wolfgang Pieb | [DWARF] Make llvm-dwarfdump display location lists... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Dan Albert | Revert "[Driver] Reland: Default Android toolchains... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Thomas Lively | [WebAssembly] Handle undefined lane indices in SIMD... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Krzysztof Pszeniczny | Fix a use-after-RAUW bug in large GEP splitting |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Richard Smith | PR24164, PR39336: init-captures are not distinct full... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Richard Smith | Add basic test that we perform lifetime extension in... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Thomas Lively | [InstCombine] InstCombine and InstSimplify for minimum... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Aaron Smith | [lldb] Add support in Status::AsCString to retrieve... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Andrea Di Biagio | [llvm-mca] Remove a stale TODO comment. NFC |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Thomas Lively | [ConstantFolding] Constant fold minimum and maximum... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Dan Albert | [Driver] Reland: Default Android toolchains to libc++. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Jonas Devlieghere | [dwarfdump] Hide ranges in diff-mode. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Sanjay Patel | [InstCombine] use m_Neg() in dyn_castNegVal() to match... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Krzysztof Parzyszek | [Hexagon] Remove support for V4 |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Sanjay Patel | [InstCombine] move/add tests for sub/neg; NFC |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Hans Wennborg | Java annotation declaration being handled correctly |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Stella Stamenova | [lldbsuite, windows] Disable two tail call frames tests... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Sam McCall | [clangd] Set workspace root when initializing ClangdSer... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Krzysztof Parzyszek | [Hexagon] Remove support for V4 |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Marek Kurdej | [clang-tidy] Resolve readability-else-after-return... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Balazs Keri | [ASTImporter] Removed uneeded default case label. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Balazs Keri | [ASTImporter] Added error handling for AST import. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Clement Courbet | [llvm-exegesis] Mark second-form X87 instructions as... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Kristina Brooks | [MC][DWARF][AsmParser] Ensure nested CFI frames are... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Clement Courbet | [llvm-exegesis] Re-enable liveliness tracker. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Clement Courbet | [llvm-exegesis] X87 RFP setup code. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Marco Antognini | [OpenCL] Remove unwanted signedness conversion from... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Haojian Wu | [clangd] Remove the overflow log. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Martin Storsjo | [COFF] Fix error handling on duplicates for import... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Fangrui Song | [pipeliner] Fix test added in rL344748 to require asserts |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Fangrui Song | Use llvm::{all,any,none}_of instead std::{all,any,none... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Krasimir Georgiev | [clangd] Fix msan failure after r344735 by initializing... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Roman Lebedev | [clang-tidy] readability-uppercase-literal-suffix:... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Douglas Yung | Revert commit r344670 as the test fails on a bot lab... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Hsiangkai Wang | [CodeGen] Fix for PR39094. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Chandler Carruth | [TI removal] Remove `TerminatorInst` from the IR type... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Chandler Carruth | [TI removal] Switch some newly added code over to use... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Mandeep Singh... | [COFF, ARM64] Enable unit test arm64-microsoft-status... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Greg Bedwell | Update the project name in README.md |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Mandeep Singh... | [COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Chandler Carruth | [TI removal] Update the C API for the move away from... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Lang Hames | [ORC] Add a createJITDylib method to LLJIT. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
David Bolvansky | [Test] Fix test file for C++98 mode |
commit | commitdiff | tree | snapshot |
2018-10-18 |
David Bolvansky | [Diagnostics] Add missing expected warning to test... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Roman Lebedev | [clang-tidy] readability-uppercase-literal-suffix:... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
David Bolvansky | [Diagnostics] Check for integer overflow in array size... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Roman Lebedev | [clang-tidy] readability-uppercase-literal-suffix:... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Roman Lebedev | [clang-tidy] Non-private member variables in classes... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sylvestre Ledru | Support of hurd in llvm-shlib |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Roman Lebedev | [clang-tidy] Add new 'readability-uppercase-literal... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Mircea Trofin | Make Function::getInstructionCount const |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Eli Friedman | Revert r344693 ("[ARM] bottom-top mul support in ARMPar... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Dan Albert | [compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Aaron Ballman | Add check-clang-python to the Clang tests directory... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Aaron Ballman | Add language standard aliases for -std=c18, -std=gnu18... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sumanth Gundapaneni | [Pipeliner] copyToPhi DAG Mutation to improve scheduling. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sean Fertile | [PPC64] Fix offset checks on rel24 call relocations. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Michal Gorny | [SymbolFileNativePDB] Fix missing linkage to DebugInfoC... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Haojian Wu | [clangd] Clear the semantic of RefSlab::size. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Stella Stamenova | [lldbsuite] Mark the TestScriptedResolver tests as... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Ayal Zaks | [LV] Fold tail by masking to vectorize loops of arbitra... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Kristina Brooks | [X86][Tests] Make sure tls-direct-seg-refs tests only... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sam McCall | [clangd] Enforce rules around "initialize" request... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Patrick Lyster | [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMP... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Kristina Brooks | Add support for -mno-tls-direct-seg-refs to Clang |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Nicolai Haehnle | DivergenceAnalysisTest: fix use of uninitialized memory |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sam McCall | [clangd] Lay JSONRPCDispatcher to rest. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Eric Liu | [clangd] Names that are not spelled in source code... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Haojian Wu | [clangd] Encode Line/Column as a 32-bits integer. |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Nicolai Haehnle | [DA] DivergenceAnalysis for unstructured, reducible... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Haojian Wu | [clang-tidy] Ignore a case where the fix of make_unique... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Sam McCall | [Support] json::Value construction from std::vector... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Guillaume Chatelet | [llvm-exegesis] Fix off by one error |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Chandler Carruth | [TI removal] Test predicate rather than casting to... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Aleksandr Urakov | [Windows] Fix threads comparison on Windows |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Chandler Carruth | [TI removal] Generically discuss terminators rather... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Chandler Carruth | [TI removal] Remove discussion of `TerminatorInst`... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Chandler Carruth | [TI removal] Remove TerminatorInst references from... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Mikael Holmen | Add a emitUnaryFloatFnCall version that fetches the... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Mikael Holmen | Fix warning about unused variable [NFC] |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Kristina Brooks | [X86] Support for the mno-tls-direct-seg-refs flag |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Krasimir Georgiev | Revert "Return a named error in the result object of... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Krasimir Georgiev | [llvm-exegesis] Mark destructor virtual after r344695 |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Lang Hames | [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class... |
commit | commitdiff | tree | snapshot |
next |