Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-01[Dexter] Optimize breakpoint deletion in Visual Studiogbtozers
2022-02-16DebugInfo: fix a couple of spurious spaces in simplified template name rebuil...David Blaikie
2022-02-15DebugInfo: Disable simplified template names for -gmlt and belowDavid Blaikie
2022-02-15DebugInfo: Don't simplify template names using _BitInt(N)David Blaikie
2022-02-11[dexter] Don't generate results files by defaultOCHyams
2022-02-11DebugInfo: Don't simplify names referencing local enumsDavid Blaikie
2022-02-11DebugInfo: Don't simplify any template referencing a lambdaDavid Blaikie
2022-02-10[cross-project-tests] REQUIRES: system-darwin in llgdb-tests/asan-deque.cppOCHyams
2022-02-10[cross-project-tests] Add REQUIRES: compiler-rt to tests that use asanOCHyams
2022-02-09[cross-project-tests] Make GDB version string parsing more robustOCHyams
2022-02-09[cross-project-tests] XFAIL llgdb-tests when gdb can't read clang's DWARFOCHyams
2022-01-26[Dexter] Remove false requirement of lldb for dexter regression tests on WindowsOCHyams
2022-01-12[mlir] Finish removing Identifier from the C++ APIRiver Riddle
2022-01-10[Dexter] Allow DexUnreachable in supplementary .dex filesJeremy Morse
2022-01-10[Dexter] Allow tests to specify command line optionsJeremy Morse
2022-01-08Fix GDB printers testChristian Sigg
2022-01-07Update mlir GDB printersChristian Sigg
2022-01-06DebugInfo: Rebuild varargs function types correctlyDavid Blaikie
2021-12-30Fix build of llvm-prettyprinters/gdb/mlir-support.cpp testMehdi Amini
2021-12-16[Dexter] Remove the Windows dependency on lld from CMakeOCHyams
2021-12-08[dexter] Fix source-root-dir unittests on WindowsTom Weaver
2021-12-01[Dexter] Fix address_printing test by requiring lldbStephen Tozer
2021-12-01[Dexter] Add DexDeclareAddress command and address functionStephen Tozer
2021-11-22[NFC][clang] Inclusive language: rename master variable to controller in debu...Quinn Pham
2021-11-10llvm-dwarfdump: Lookup type units when prettyprinting typesDavid Blaikie
2021-11-06DebugInfo: Simplified Template Names: drop unneeded space in arraysDavid Blaikie
2021-11-06DWARF Simplified Template Names: Narrow down the handling for operator overloadsDavid Blaikie
2021-11-05Add some support for pretty printing Twines containing std::string in gdbDavid Blaikie
2021-11-05Fix some issues with the gdb pretty printers for llvm::TwineDavid Blaikie
2021-10-29Migrate the roundtrip tests to work similar to the llgdb testsDavid Blaikie
2021-10-29Adjust test to only compile and not linkDavid Blaikie
2021-10-28[dexter] XFAIL feature_test source-root-dir.cppOCHyams
2021-10-27Add "REQUIRES: native" to test.Douglas Yung
2021-10-27[dexter] Fix failing regression testsOCHyams
2021-10-27Add cross-project-test for simplified template name rebuildingDavid Blaikie
2021-10-26llvm pretty printers: Fix StringRef and workaround StringMap in Python 2David Blaikie
2021-10-22[Dexter] Add DexFinishTest command to conditionally early-exit a test programStephen Tozer
2021-10-08[Dexter] Add option to pass a Visual Studio solution instead of a binaryStephen Tozer
2021-09-24Reapply "[Dexter] Improve performance by evaluating expressions only when nee...Stephen Tozer
2021-09-17[Dexter] Mutually exclusive argument group for --builder and --binaryTozer
2021-09-14Revert "[Dexter] Improve performance by evaluating expressions only when needed"Stephen Tozer
2021-09-14[Dexter] Improve performance by evaluating expressions only when neededStephen Tozer
2021-06-28[cross-project-tests] Add/update check-* targets for cross-project-testsJames Henderson
2021-06-28[cross-project-tests] Make clang optional if not in LLVM_ENABLE_PROJECTSJames Henderson
2021-06-28[cross-project-tests] Add lld as a dependency if in LLVM_ENABLE_PROJECTSJames Henderson
2021-06-28[cross-project-tests] Rename vars to make sense for new directory nameJames Henderson
2021-06-28[RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson