Age | Commit message (Expand) | Author | Files | Lines |
2025-06-06 | [symbolizer] Update Release notes. (#142951) | Ebuka Ezike | 1 | -1/+1 |
2025-05-30 | [symbolizer] Address starting with a plus sign is valid. (#135857) | Ebuka Ezike | 1 | -3/+6 |
2025-05-13 | LLVM symbolizer gsym support - attempt 2 (#139686) | Mariusz Kwiczala | 1 | -0/+2 |
2025-05-12 | Revert "LLVM symbolizer gsym support" (#139660) | Qinkun Bao | 1 | -2/+0 |
2025-05-12 | LLVM symbolizer gsym support (#134847) | Mariusz Kwiczala | 1 | -0/+2 |
2024-12-11 | Rework the `Option` library to reduce dynamic relocations (#119198) | Chandler Carruth | 1 | -6/+8 |
2024-08-05 | [Symbolizer] Support for Missing Line Numbers. (#82240) | Amit Kumar Pandey | 1 | -0/+1 |
2024-07-05 | [symbolizer] Empty string is not an error (#97781) | Serge Pavlov | 1 | -0/+8 |
2024-06-05 | Revert "[symbolizer] Empty string is not an error" (#94424) | Serge Pavlov | 1 | -8/+0 |
2024-06-03 | [symbolizer] Empty string is not an error (#92660) | Serge Pavlov | 1 | -0/+8 |
2024-01-11 | [llvm-driver] Fix usage of `InitLLVM` on Windows (#76306) | Alexandre Ganea | 1 | -2/+0 |
2023-12-15 | [symbolizer] Support symbol+offset lookup (#75067) | Serge Pavlov | 1 | -12/+38 |
2023-12-14 | [DebugInfo] Pass string ownership to MarkupFilter (#75403) | Vitaly Buka | 1 | -1/+1 |
2023-11-01 | [symbolizer] Support symbol lookup | Serge Pavlov | 1 | -25/+33 |
2023-10-02 | Revert "[symbolizer] Support symbol lookup" | Serge Pavlov | 1 | -33/+25 |
2023-10-02 | [symbolizer] Support symbol lookup | Serge Pavlov | 1 | -25/+33 |
2023-08-30 | [symbolizer] Change reaction on invalid input | Serge Pavlov | 1 | -25/+56 |
2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas | 1 | -1/+2 |
2023-08-17 | Revert "[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall ... | Petr Hosek | 1 | -2/+1 |
2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas | 1 | -1/+2 |
2023-08-15 | Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it" | Justin Bogner | 1 | -0/+1 |
2023-08-14 | Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it" | Justin Bogner | 1 | -1/+0 |
2023-08-14 | [Option] Add "Visibility" field and clone the OptTable APIs to use it | Justin Bogner | 1 | -0/+1 |
2023-08-13 | [llvm-objdump,llvm-symbolizer] Remove unused ExitOnErr after D136702. NFC | Fangrui Song | 1 | -2/+0 |
2023-08-12 | Revert "[symbolizer] Change reaction on invalid input" | Douglas Yung | 1 | -36/+22 |
2023-08-12 | [symbolizer] Change reaction on invalid input | Serge Pavlov | 1 | -22/+36 |
2023-08-11 | [symbolizer][NFC] Reorganize parsing input binary file | Serge Pavlov | 1 | -27/+39 |
2023-08-09 | [symbolizer][NFC] Move file argument parsing into separate function | Serge Pavlov | 1 | -21/+29 |
2023-08-04 | [llvm] Extract common `OptTable` bits into macros | Jan Svoboda | 1 | -10/+2 |
2023-06-28 | [symbolizer] Exit early if input file is absent | Serge Pavlov | 1 | -1/+1 |
2023-06-23 | [llvm-addr2line] Replace checkFileExists with getOrCreateModuleInfo | Fangrui Song | 1 | -6/+9 |
2023-06-23 | [symbolizer] Check existence of input file in GNU mode | Serge Pavlov | 1 | -0/+11 |
2023-04-23 | [symbolizer] Change error message if module not found (recommit) | Serge Pavlov | 1 | -5/+16 |
2023-04-14 | Revert "[symbolizer] Change error message if module not found" | Serge Pavlov | 1 | -16/+5 |
2023-04-14 | [symbolizer] Change error message if module not found | Serge Pavlov | 1 | -5/+16 |
2023-04-05 | [Object] Refactor build ID parsing into Object lib. | Daniel Thornburgh | 1 | -9/+0 |
2023-03-30 | [symbolizer] Build 'Request' object in single point. NFC | Serge Pavlov | 1 | -5/+6 |
2023-01-26 | Reland: [llvm-cov] Look up object files using debuginfod | Daniel Thornburgh | 1 | -7/+1 |
2023-01-25 | Revert "[llvm-cov] Look up object files using debuginfod" | Douglas Yung | 1 | -1/+7 |
2023-01-25 | [llvm-cov] Look up object files using debuginfod | Daniel Thornburgh | 1 | -7/+1 |
2023-01-12 | [OptTable] Precompute OptTable prefixes union table through tablegen | serge-sans-paille | 1 | -2/+2 |
2022-12-27 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -1/+4 |
2022-12-25 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | Vitaly Buka | 1 | -4/+1 |
2022-12-24 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -1/+4 |
2022-12-23 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | serge-sans-paille | 1 | -3/+2 |
2022-12-23 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -2/+3 |
2022-12-23 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | serge-sans-paille | 1 | -3/+2 |
2022-12-23 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -2/+3 |
2022-12-08 | Store OptTable::Info::Name as a StringRef | serge-sans-paille | 1 | -1/+1 |
2022-12-05 | [DebugInfo] llvm::Optional => std::optional | Fangrui Song | 1 | -2/+2 |