summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Clang][NFC] Fix documentation and remove unused toolJoseph Huber2023-01-231-2/+0
* [NFC] Use `llvm::enumerate` in llvm/unittests/ObjectSergei Barannikov2023-01-161-0/+1
* [clangd] support expanding `decltype(expr)`v1nh1shungry2023-01-131-1/+1
* [test] Split out Annotations from `TestingSupport`Jordan Rupprecht2023-01-121-2/+2
* [clang-format][docs] Add ability to link to specific config optionsEmilia Dreamer2023-01-121-5/+3
* Update dump_ast_matchers.py to Python 3Aaron Ballman2023-01-101-4/+4
* Remove empty header file.Dani Ferreira Franco Moura2022-12-231-1/+0
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-3/+3
* [AA] Remove CFL AA passesNikita Popov2022-12-121-6/+0
* [analyzer] Remove the unused LocalCheckers.h headerBalazs Benics2022-11-281-1/+0
* [docs] Update clang-formatted-files.txt after bindings/go removal (D135436)Fangrui Song2022-10-251-3/+0
* [LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang2022-08-241-0/+2
* [lldb] Remove include/lldb/lldb-private.hFangrui Song2022-08-081-1/+0
* [clang][dataflow] Move NoopAnalysis from unittests to includeSam Estep2022-07-221-1/+1
* [clang][dataflow] Generate readable form of boolean values.Wei Yi Tee2022-07-131-0/+2
* [mlir] Remove VectorToROCDLKrzysztof Drewniak2022-07-121-2/+0
* [clang][dataflow] Delete SourceLocationsLatticeSam Estep2022-06-291-3/+0
* [clang][dataflow] Use NoopLattice in optional modelSam Estep2022-06-291-0/+1
* Revert "[clang][dataflow] Use NoopLattice in optional model"Sam Estep2022-06-291-1/+0
* [clang][dataflow] Use NoopLattice in optional modelSam Estep2022-06-291-0/+1
* [sanitizer] Delete empty sanitizer_openbsd.cpp after D89759Fangrui Song2022-06-161-1/+0
* [clang-format] Handle deprecated options in dump_format_style.pyowenca2022-06-121-0/+3
* [analyzer] Expose Taint.h to pluginsTom Ritter2022-04-191-1/+0
* [AVR] Merge AVRRelaxMemOperations into AVRExpandPseudoInstsPatryk Wychowaniec2022-04-111-1/+0
* [clang-format] Add execute permission to dump_format_help.pyowenca2022-04-091-0/+0
* [clang-format] [doc] Add script to automatically update help output in ClangF...Marek Kurdej2022-03-231-0/+64
* [clang-format] Extract doc for entire configuration structssstwcw2022-03-141-1/+1
* [clang] Fix reference to file that was moved.Adrian Kuegel2022-03-081-1/+1
* [clang-format] NFC update LLVM overall clang-formatted statusmydeveloperday2022-03-061-278/+718
* [nfc][codegen] Move RegisterBank[Info].h under CodeGenMircea Trofin2022-03-011-1/+1
* [objcopy] followup patch after f75da0c8e65cf1b09012a8b62cd7f3e9a646bbc9Alexey Lapshin2022-02-171-35/+43
* Reland: Make lld-link work in a non-MSVC shell, add /winsysroot:Peter Kasting2022-02-161-1/+3
* Revert "try to fix windows build after 73e585e44d" andDouglas Yung2022-02-111-3/+1
* Reland "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:"Nico Weber2022-02-111-1/+3
* Revert "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:"Adrian Prantl2022-02-111-3/+1
* [lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:Peter Kasting2022-02-111-1/+3
* [clang-format] NFC update LLVM overall clang-formatted statusmydeveloperday2022-01-031-63/+332
* [mlir][linalg] Replace LinalgOps.h and LinalgTypes.h by a single header.gysit2021-12-151-3/+2
* [clang-format] NFC update LLVM overall clang-formatted statusmydeveloperday2021-11-251-100/+290
* [mlir][sparse] Rename SparseUtils.cpp file to SparseTensorUtils.cppHarrietAkot2021-11-021-1/+1
* [docs][clang-format] warn on \code block indentation errorLudovic Jozeau2021-10-301-141/+186
* [Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty2021-10-181-1/+1
* [clang-format][NFC] improve the visual of the "clang-formatted %"mydeveloperday2021-10-092-17/+42
* [NFC][sanitizer] Remove sanitizer_persistent_allocator.cppVitaly Buka2021-10-081-1/+0
* [AST Matchers] Update dump_ast_matchers.py to query only class index page.James King2021-10-081-6/+15
* [clang-format] allow clang-format to be passed a file of filenames so we can ...mydeveloperday2021-10-032-8/+7940
* [clang-format][docs] mark new clang-format configuration options based on whi...mydeveloperday2021-09-281-5/+19
* [clang-format][docs] Fix documentation of clang-format BasedOnStyle typeLudovic Jozeau2021-09-242-7/+65
* [clang-format] Add Left/Right Const fixer capabilitymydeveloperday2021-09-231-0/+8
* [ASTMatchers] Make Param functors variadicStephen Kelly2021-03-031-4/+8