summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] use CHECK-NOTES in tests for bugprone-macro-repeated-side-effectsJonas Toth2018-09-251-19/+38
* [clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth2018-09-258-2/+378
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-2511-175/+174
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-251-2/+2
* [globalisel][tblgen] Table optimization should consider the C++ code in C++ p...Daniel Sanders2018-09-252-0/+51
* [OPENMP] Fix the test, NFC.Alexey Bataev2018-09-251-3/+2
* [OPENMP] Fix failed test, NFC.Alexey Bataev2018-09-251-1/+0
* [ConstHoist] Do not rebase single (or few) dependent constantZhaoshi Zheng2018-09-252-22/+237
* Revert "[DebugInfo] Do not generate address info for removed debug labels."Justin Bogner2018-09-252-42/+4
* Fix an error message. It must start with a lowercase letter.Rui Ueyama2018-09-252-2/+2
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-254-3/+20
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-255-0/+133
* [X86] Add AVX512 support to combineVectorSizedSetCCEquality.Craig Topper2018-09-252-290/+163
* [InstCombine] narrow binops on concatenated vectors (PR33026)Sanjay Patel2018-09-252-53/+76
* [ARM] Share predecessor bookkeeping in CombineBaseUpdate. NFCI.Nirav Dave2018-09-251-2/+9
* [AArch64] Share search bookkeeping in combines. NFCI.Nirav Dave2018-09-251-15/+17
* [LegalizeDAG] Prune Predecessor check in ExpandExtractFromVectorThroughStack....Nirav Dave2018-09-251-0/+1
* [DAGCombine] Improve Predecessor check in SimplifySelectOps. NFCI.Nirav Dave2018-09-251-4/+36
* [DAGCombine] Share predecessor bookkeeping in CombineToPostIndexedLoadStore. ...Nirav Dave2018-09-251-2/+9
* [llvm-exegesis] Serializes registers initial values.Guillaume Chatelet2018-09-255-21/+77
* [llvm-exegesis] Fix missing document separator in YAML output.Guillaume Chatelet2018-09-252-1/+5
* [DAGCombine] Don't fold dependent loads across SELECT_CC.Nirav Dave2018-09-251-4/+5
* Parallelize .gdb_index string table writes.Rui Ueyama2018-09-251-1/+2
* [clang-cl] Provide separate flags for all the /O variantsHans Wennborg2018-09-253-24/+51
* [VFS] Add a proxy FS that delegates calls to underlying FS by default.Eric Liu2018-09-251-0/+36
* [llvm-exegesis] Add lit tests (v2).Clement Courbet2018-09-257-14/+57
* [clangd] NFC: Simplify code, enforce LLVM Coding StandardsKirill Bobyrev2018-09-256-73/+73
* [AST] Squeeze some bits in LinkageComputer::QueryTypeBruno Ricci2018-09-251-3/+8
* [OpenMP][libomptarget] Simplify warp master selection for data sharingGheorghe-Teodor Bercea2018-09-251-2/+2
* [llvm-exegesis] Fix broken test.Guillaume Chatelet2018-09-251-1/+1
* [clangd] Fix some buildbots after r342965Kirill Bobyrev2018-09-251-1/+1
* Revert rL342916: [X86] Remove shift/rotate by CL memory (RMW) overridesSimon Pilgrim2018-09-257-43/+97
* [OpenCL] Allow zero assignment and comparisons between queue_t type variablesSven van Haastregt2018-09-252-4/+33
* [llvm-exegesis][NFC] Rewrite of the YAML serialization.Guillaume Chatelet2018-09-256-219/+174
* Revert r342637 "[ADT] Try again to use the same version of llvm::Optional on ...Hans Wennborg2018-09-251-9/+5
* [clangd] Implement VByte PostingList compressionKirill Bobyrev2018-09-254-87/+228
* [clangd] Fix build bot after r342961Eric Liu2018-09-251-4/+3
* [Profile] Fix gcov testsCalixte Denizet2018-09-253-7/+7
* [COFF] Add support for creating range extension thunks for ARMMartin Storsjo2018-09-2512-37/+441
* [clangd] Check that scheme is valid when parsing URI.Eric Liu2018-09-252-5/+24
* Fix a typo in the help of clangdSylvestre Ledru2018-09-251-1/+1
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* [LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainderDavid Green2018-09-254-5/+123
* [clangd] NFC: Remove test duplicateKirill Bobyrev2018-09-251-11/+0
* [AMDGPU] restore r342722 which was reverted with r342743Sameer Sahasrabuddhe2018-09-252-0/+66
* Revert rL342953 "[llvm-exegesis] Add lit tests."Clement Courbet2018-09-256-33/+10
* [ELF] - Add -z global option to manual.George Rimar2018-09-251-0/+6
* [llvm-exegesis] Add lit tests.Clement Courbet2018-09-256-10/+33
* [llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTSHeejin Ahn2018-09-251-1/+1
* Deduplicate replacements from diagnostics.Eric Liu2018-09-255-9/+31
OpenPOWER on IntegriCloud