| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add extra check to debug information of named composite types | gingerBill | 2022-11-23 | 1 | -7/+34 | |
| | | ||||||
| * | Fix #2125 | gingerBill | 2022-11-21 | 1 | -0/+1 | |
| | | ||||||
| * | Remove the need for `type->Map.internal_type` and replace with the ↵ | gingerBill | 2022-11-08 | 1 | -1/+2 | |
| | | | | | definition of `runtime.Raw_Map` | |||||
| * | Add debug symbols for global constants of integers, bools, enums, runes, & ↵ | gingerBill | 2022-11-02 | 1 | -0/+113 | |
| | | | | | | | pointers. Variables are namespaced with `pkg::name` or `name` if built-in or the initial package for convenience. | |||||
| * | llvm_backend_debug: Add debug info for soa pointer | Lucas Perlind | 2022-10-08 | 1 | -0/+1 | |
| | | | | | This fixes issue #2113 | |||||
| * | Unify debug parameter code | gingerBill | 2022-09-10 | 1 | -67/+8 | |
| | | ||||||
| * | Split debug info generation for direct and indirect parameters | gingerBill | 2022-09-09 | 1 | -1/+66 | |
| | | ||||||
| * | Use `llvm.dbg.declare` for procedure parameters rather than `llvm.dbg.value` | gingerBill | 2022-09-07 | 1 | -1/+2 | |
| | | ||||||
| * | Fix loop var (init) becoming hidden while stepping on the for-line | Fabian Sperber | 2022-07-19 | 1 | -0/+4 | |
| | | | | | | - set debug location of jumps between block (similar to clang to the location of 'for') - extend scope range to include all parts of the for-stmt | |||||
| * | Integrate numerous debug fixes from #1877 | gingerBill | 2022-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | Correct debug information of #simd vectors | gingerBill | 2022-06-20 | 1 | -1/+12 | |
| | | ||||||
| * | Correct debug information for local variables | gingerBill | 2022-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Improve metadata for `context` | gingerBill | 2022-02-16 | 1 | -1/+6 | |
| | | ||||||
| * | Improve debug information for direct procedure parmaters | gingerBill | 2022-02-16 | 1 | -3/+2 | |
| | | ||||||
| * | Change how parameter and variables are given debug values | gingerBill | 2022-02-16 | 1 | -11/+7 | |
| | | ||||||
| * | Change debug declare to value | gingerBill | 2022-02-16 | 1 | -3/+3 | |
| | | ||||||
| * | Correct debug information logic for procedure parameters | gingerBill | 2022-02-01 | 1 | -0/+71 | |
| | | ||||||
| * | Begin minimizing `Ast` size | gingerBill | 2021-11-14 | 1 | -6/+6 | |
| | | ||||||
| * | General catch-all for llvm debug types | gingerBill | 2021-11-09 | 1 | -10/+1 | |
| | | ||||||
| * | Make llvm backend code use `PtrMap`; remove dead code | gingerBill | 2021-11-05 | 1 | -2/+2 | |
| | | ||||||
| * | Correct typo in soa data type debug information generation | gingerBill | 2021-11-01 | 1 | -5/+8 | |
| | | ||||||
| * | Correct debug info for `matrix` type | gingerBill | 2021-11-01 | 1 | -0/+1 | |
| | | ||||||
| * | Add debug type information for `matrix` | gingerBill | 2021-10-29 | 1 | -0/+14 | |
| | | ||||||
| * | Fix #1174 | gingerBill | 2021-09-18 | 1 | -0/+1 | |
| | | ||||||
| * | VS: Fix compilation using VS 2022. | Jeroen van Rijn | 2021-09-16 | 1 | -4/+4 | |
| | | ||||||
| * | Add debug information for `[^]T` | gingerBill | 2021-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -9/+2 | |
| | | ||||||
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+983 | |