summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)Author
53 min.measurestack: Rework the skip-call API to speed things upLuke T. Shumaker
11 hoursmeasurestack: Bypassing hash() has measureable speedupLuke T. Shumaker
12 hoursmeasurestack: Cache resolve_funcname()Luke T. Shumaker
12 hoursmeasurestack: Try to speed up resolve_funcname()Luke T. Shumaker
12 hoursmeasurestack: Try to tidy analyze.py a bitLuke T. Shumaker
12 hoursmeasurestack: Intern QNames and BaseNamesLuke T. Shumaker
12 hoursmeasurestack: Avoid using sorted() during analysisLuke T. Shumaker
12 hoursmeasurestack: Compile all regexes upfrontLuke T. Shumaker
26 hoursmeasurestack: Cache QName.base()Luke T. Shumaker
37 hoursmeasurestack: Allow output groups to be emptyLuke T. Shumaker
37 hoursmeasurestack: Split into several filesLuke T. Shumaker
38 hoursmeasurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
38 hoursmeasurestack: Try to reduce how often we call str()Luke T. Shumaker
38 hoursmeasurestack: Fix typos in ROM funcsLuke T. Shumaker
38 hoursmeasurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
38 hoursstack.c.gen: Set up pytestLuke T. Shumaker
10 daysPython: Clean up f-stringsLuke T. Shumaker
10 daysmake lint/python3: Use pylintLuke T. Shumaker
10 daysstack.c.gen: Fix a crashLuke T. Shumaker
10 daysmake lint/unknown: Have unknown files be errorsLuke T. Shumaker
2025-03-09stack.c.gen: ADD-MISSING: Resolve several missing functionsLuke T. Shumaker
2025-03-09stack.c.gen: APP: The entry-point is _entry_point, not _reset_handlerLuke T. Shumaker
2025-03-09stack.c.gen: APP: Include a thread total and a kernel sizeLuke T. Shumaker
2025-03-09stack.c.gen: APP: Factor in stack guard sizeLuke T. Shumaker
2025-03-09lint-bin, stack.c.gen: INFRA: Add a way to include unused functionsLuke T. Shumaker
2025-03-09stack.c.gen: INFRA: Add a proper way to handle .init_array.*Luke T. Shumaker
2025-03-09stack.c.gen: FIX: Think harder about printfLuke T. Shumaker
2025-03-09lint-bin, stack.c.gen: FIX: Handle __*_veneer functionsLuke T. Shumaker
These have to do with ARM Thumb mode.
2025-03-09lint-bin, stack.c.gen: FIX: Don't "include" miscLuke T. Shumaker
2025-03-09stack.c.gen: FIX: Never skip top-level functionsLuke T. Shumaker
2025-03-09stack.c.gen: DIAG: Include thread-counts in the outputLuke T. Shumaker
2025-03-09stack.c.gen: DIAG: Improve diagnostic outputLuke T. Shumaker
2025-03-09stack.c.gen: INFRA: Build QName vs BaseName into the type systemLuke T. Shumaker
This evidently reveals a bug where the printf 'out' skipper is erroneously trying to prune printf.c:_out_buffer, but was failing to do so because it was mixing up qualified vs base names. But now it's "succeeding" and erroneously removing _out_buffer. I'll fix this in a later commit. This didn't affect stack totals (because it was dwarfed by the pico_stdio fct).
2025-03-09stack.c.gen: INFRA: Have analyze() return thread counts instead of a sumLuke T. Shumaker
2025-03-09stack.c.gen: MISC: Rename AppPlugin to CmdPluginLuke T. Shumaker
2025-03-04libhw: rp2040_hwspi: Use interrupts instead of busy-pollingLuke T. Shumaker
2025-03-02libhw: Add rp2040_gpioirq, use itLuke T. Shumaker
2025-03-02stack.c.gen: Organize intrhandlersLuke T. Shumaker
2025-03-01stack.c.gen: Fix analysisLuke T. Shumaker
2025-03-01lint-bin: (dry-run) lint that list of functions matches stack.c.genLuke T. Shumaker
2025-03-01Fix linker confusionLuke T. Shumaker
2025-02-28stack.c.gen: Resolve remaining __indirect_call:sLuke T. Shumaker
2025-02-28stack.c.gen: Fix LibObjPluginLuke T. Shumaker
2025-02-28stack.c.gen: Refactor to a plugin architectureLuke T. Shumaker
2025-02-28stack.c.gen: Fix filename hacksLuke T. Shumaker
2025-02-28stack.c.gen: Also inspect .h filesLuke T. Shumaker
2025-02-28stack.c.gen: Fix missing indirect calleesLuke T. Shumaker
2025-02-26Move embedded files from .data to .rodataLuke T. Shumaker
2025-02-26lint-bin: Also show sizes in decimalLuke T. Shumaker
2025-02-26lint-bin: Ignore removed symbolsLuke T. Shumaker