aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests/llvm-prettyprinters
AgeCommit message (Expand)AuthorFilesLines
2021-06-28[RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson5-370/+0
2021-03-15debuginfo-tests: Fix check-gdb-mlir-support build after MLIR API change in a4...Nathan Chancellor1-2/+2
2021-03-02Fix `debuginfo-tests/llvm-prettyprinters` build after MLIR API change in e626...Mehdi Amini1-1/+1
2021-02-08Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp1-2/+2
2021-01-07Fix check-gdb-mlir-support build after MLIR API changed to take Context as fi...Mehdi Amini1-2/+2
2021-01-06[debuginfo-test] Fix -Wunused-valueFangrui Song1-2/+2
2020-12-04Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cppKrzysztof Parzyszek1-0/+1
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle1-1/+1
2020-11-18Added GDB pretty printer for StringMapMoritz Sichert2-0/+5
2020-09-30Add GDB prettyprinters for a few more MLIR types.Christian Sigg4-5/+167
2020-09-03Revert "Adding GDB PrettyPrinter for mlir::Identifier."OCHyams2-16/+0
2020-09-03Adding GDB PrettyPrinter for mlir::Identifier.Christian Sigg2-0/+16
2020-06-09Change filecheck default to dump input on failureMehdi Amini1-1/+1
2020-05-14Only run pretty-printer tests for builds with debug-info.Christian Sigg1-0/+1
2020-03-11Change to individual pretty printer classes, remove generic `make_printer`.Christian Sigg2-4/+13
2020-02-07Rename prettyprinters test to llvm-support.Christian Sigg2-1/+5
2020-01-30Add GDB pretty printers for llvm::ilist, llvm::simple_ilist, and llvm::ilist_...Christian Sigg2-1/+104
2020-01-27Add pretty printers for llvm::PointerIntPair and llvm::PointerUnion.Christian Sigg2-3/+13
2020-01-11Add test for GDB pretty printers.Christian Sigg3-0/+75