aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-09runtime: rename files metrics.* to runtime.*Giuliano Procida
2024-02-09rename Metrics to Runtime and put runtime function parameters firstGiuliano Procida
2024-02-09sort header include directivesGiuliano Procida
2024-02-09consistently use auto for results returned by Graph::ApplyGiuliano Procida
2024-02-09deduplication.cc: include more thingsGiuliano Procida
2024-02-09abigail_reader.cc: fix parameter whitespace in SetAttributeGiuliano Procida
2024-02-09make local values and references const where possibleGiuliano Procida
2024-02-09make all Time objects constGiuliano Procida
2024-02-09Abigailed reader: compare against nullptr in a couple of placesGiuliano Procida
2024-02-09metrics_test.cc: do not include <cstdint>Giuliano Procida
2024-02-09abigail_reader.cc: do not include <iomanip>Giuliano Procida
2024-02-09fingerprint.cc: include <cstdint>Giuliano Procida
2024-02-09stgdiff.cc: add missing includesGiuliano Procida
2024-02-09Abigail reader test: fix order of #includesGiuliano Procida
2024-02-09metrics: emit or discard metrics immediatelyGiuliano Procida
2024-02-09metrics: make Metrics responsible for outputGiuliano Procida
2024-02-09DWARF processor: better missing type declaration file error messageGiuliano Procida
2024-02-09DWARF processor: always pass full type name to type definition filter checkGiuliano Procida
2024-02-09DWARF processor: use consistent type name variable namesGiuliano Procida
2024-02-09DWARF processor: Ignore DWARF entries related to Rust enum featuresSid Nayyar
2024-02-09DWARF processor: give some locals more precise typesGiuliano Procida
2024-02-09DWARF processor: rename GetIdForReferredType to GetReferredTypeIdGiuliano Procida
2024-02-09Cleanup: Put methods before members in function object definitionsSid Nayyar
2024-02-09test cases: add template template parameter testGiuliano Procida
2024-02-09test cases: add template value parameter testGiuliano Procida
2024-02-07Turn off native coverage for stg to prevent duplicate symbol error.Yu Liu
2023-12-28metrics test: make metrics object const in empty testGiuliano Procida
2023-12-28metrics: eliminate `operator<<` overload for Standard Library typesGiuliano Procida
2023-12-28metrics test: slightly nicer bulk time metricsGiuliano Procida
2023-12-28metrics: make all the metric types immovableGiuliano Procida
2023-12-28metrics test: avoid copying Time values in testGiuliano Procida
2023-12-13Merge branch 'upstream-main' into 'main' am: 5bd43d1a21 am: a9b09e7146 am: 58...Giuliano Procida
2023-12-13Merge branch 'upstream-main' into 'main' am: 5bd43d1a21 am: a9b09e7146Giuliano Procida
2023-12-13Merge branch 'upstream-main' into 'main' am: 5bd43d1a21Giuliano Procida
2023-12-13Merge branch 'upstream-main' into 'main'Giuliano Procida
2023-12-13Test cases: add TLS test with -femulated-tlsAleksei Vetrov
2023-12-13DWARF processor: treat empty location expression as no locationAleksei Vetrov
2023-12-13input: add file context to exceptionsGiuliano Procida
2023-12-13DWARF processor: add DIE context to exceptionsGiuliano Procida
2023-12-13error: allow context to be added to Exception objectsGiuliano Procida
2023-12-13test cases: add pointer-to-member as a function parameterGiuliano Procida
2023-12-13type roots: ignore typedefs that would have been filtered outGiuliano Procida
2023-12-13test cases: add a combined filter and type roots caseGiuliano Procida
2023-12-13test cases: add a typedef to the test caseGiuliano Procida
2023-12-13test cases: rename source_filter/composite_and_enum to source_filter/typesGiuliano Procida
2023-12-13test_cases: Add an unversioned function symbol to versioned symbols testSid Nayyar
2023-12-13Fix `stg`'s behaviour for multi-format inputsMatthias Maennich
2023-12-13CMake: Enforce minimum build requirements for GCC and ClangMatthias Maennich
2023-12-13documentation: use 1. consistently for numbered list itemsGiuliano Procida
2023-12-13stg filter test: remove stray output string streamsGiuliano Procida