summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-246-12/+9
* CodeGen: extract some local variables in CFConstantString creation (NFC)Saleem Abdulrasool2018-10-241-19/+18
* AST: unindent CFConstantStringDecl by inverting condition (NFC)Saleem Abdulrasool2018-10-241-42/+40
* [LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP i64 -> f32 expansion.Simon Pilgrim2018-10-241-11/+12
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-247-185/+54
* [InstCombine] add test for select with shuffled condition (PR37549); NFCSanjay Patel2018-10-241-0/+35
* [lldb] Remove enableThreadSanitizer from shared Xcode schemesKuba Mracek2018-10-242-2/+0
* Refactor assignFileOffsets. NFC.Rui Ueyama2018-10-241-30/+29
* [clangd] Do not query index for new name completions.Kadir Cetinkaya2018-10-243-5/+16
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-245-26/+42
* IR: Optimize FunctionType::get to perform one hash lookup instead of two, NFCIKrasimir Georgiev2018-10-241-7/+13
* [clangd] When replying, log the method name and latency.Sam McCall2018-10-242-25/+18
* [InstCombine] try harder to form select from logic ops (2nd try)Sanjay Patel2018-10-244-54/+80
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-24176-176/+176
* [llvm-mca] Refactor class SourceMgr. NFCIAndrea Di Biagio2018-10-244-44/+43
* [FPEnv] Convert more BinaryOperator::isFNeg(...) to m_FNeg(...)Cameron McInally2018-10-243-16/+34
* Remove a pair of unused dispatch multiversion declarations.Erich Keane2018-10-241-15/+0
* [clangd] Ensure that we reply to each call exactly once. NFC (I think!)Sam McCall2018-10-242-31/+77
* Split a function. NFC.Rui Ueyama2018-10-241-11/+17
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-2411-4530/+736
* [clangd] Don't show base class versions of members as completions.Sam McCall2018-10-242-6/+9
* [clangd] Downrank members from base classEric Liu2018-10-243-1/+17
* Add parenthese around a bitand.Rui Ueyama2018-10-241-1/+1
* Make a local variable scope narrower. NFC.Rui Ueyama2018-10-241-3/+3
* Fix llvm-strings crash for negative char valuesJames Henderson2018-10-242-1/+4
* [X86][SSE] Update PMULDQ schedule tests to survive more aggressive SimplifyDe...Simon Pilgrim2018-10-242-30/+52
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-245-59/+73
* [clangd] Hide position line and column fields.Haojian Wu2018-10-241-2/+1
* [autocompletion] Handle the space before pressing tabYuka Takahashi2018-10-242-0/+21
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-249-58/+90
* [MinGW] Enable large file for mingw-w64Martin Storsjo2018-10-241-0/+4
* [llvm-exegesis] Implements a cache of Instruction objects.Guillaume Chatelet2018-10-247-11/+43
* [llvm-mca] [llvm-mca] Improved error handling and error reporting from class ...Andrea Di Biagio2018-10-245-47/+84
* [clangd] Simplify auto hoverIlya Biryukov2018-10-242-27/+16
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-247-54/+185
* [clangd] Remove outdated comment-out code. NFCIlya Biryukov2018-10-241-1/+0
* [clangd] Fix a link in documentation. NFCIlya Biryukov2018-10-241-1/+1
* [ThinLTO] Change parameter type. NFCEugene Leviant2018-10-241-1/+1
* Revert r345114Gil Rapaport2018-10-242-60/+67
* [Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov2018-10-242-2/+11
* [bash-autocompletion] Fix bug when a flag ends with '='Yuka Takahashi2018-10-242-1/+9
* [AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf2018-10-2413-3/+50
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-247-58/+65
* [ThinLTO] Fix dot dumper for regular LTO modulesEugene Leviant2018-10-242-1/+29
* [MinGW] Support for multiarch runtimes layoutMartin Storsjo2018-10-241-0/+1
* [ELF] Remove a superfluous semicolon, fixing warnings. NFC.Martin Storsjo2018-10-241-1/+1
* [LV] Don't have fold-tail under optsize invalidate interleave-groups whenDorit Nuzman2018-10-242-1/+394
* [LSR] Combine unfolded offset into invariant registerGil Rapaport2018-10-242-67/+60
* [clangd] Truncate SymbolID to 16 bytes.Sam McCall2018-10-244-21/+26
* [X86] Correct a bad isel predicate. Though I don't think it can be exposed.Craig Topper2018-10-241-1/+1
OpenPOWER on IntegriCloud