index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
llvm_backend_debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+14
*
Merge branch 'master' into bill/raddebugger-custom-section
gingerBill
2025-05-22
1
-0
/
+56
|
\
|
*
Add debug info for labels (#4385)
tf2spi
2025-05-15
1
-0
/
+56
*
|
Move raddbg string stuff to a thread-safe queue
gingerBill
2025-05-07
1
-0
/
+19
*
|
Add column major matrix support
gingerBill
2025-05-07
1
-16
/
+76
*
|
Begin work on adding support for the `.raddbg` section for the RAD Debugger
gingerBill
2025-05-07
1
-12
/
+12
|
/
*
Fix `lb_add_debug_local_variable` to use the correct procedure in LLVM 20
gingerBill
2025-04-03
1
-1
/
+1
*
Update to LLVM 20.1.0
gingerBill
2025-03-18
1
-0
/
+5
*
Make debug symbols use the new name canonicalization rules
gingerBill
2025-02-20
1
-16
/
+13
*
'#no_nil' I am actually disappointed in myself
Laytan Laats
2025-01-08
1
-6
/
+5
*
`#no_nil` third time's the charm
Laytan Laats
2025-01-08
1
-1
/
+1
*
actually fix #no_nil debug info
Laytan Laats
2025-01-08
1
-1
/
+6
*
fix #no_nil in debug info
dev-2025-01
Laytan Laats
2025-01-08
1
-5
/
+4
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-11
/
+0
*
fix #4243
Laytan Laats
2024-09-15
1
-1
/
+1
*
improve bit field debug info
Laytan Laats
2024-09-14
1
-36
/
+44
*
Improve debug information for procedure types
gingerBill
2024-09-07
1
-9
/
+46
*
Fix #4105
gingerBill
2024-08-24
1
-3
/
+13
*
Fix global variables being "missing" with `-use-separate-modules`
gingerBill
2024-07-15
1
-0
/
+1
*
Fix #3724
gingerBill
2024-06-10
1
-18
/
+18
*
fix debug info IR error on LLVM < 13
Laytan Laats
2024-06-04
1
-0
/
+17
*
fix direct proc args debug info
Laytan Laats
2024-04-22
1
-10
/
+2
*
Fix typo.
gingerBill
2024-04-18
1
-1
/
+1
*
Fix #3445
gingerBill
2024-04-18
1
-0
/
+2
*
change unneeded permanent allocation to temporary
Laytan Laats
2024-04-01
1
-1
/
+1
*
fix wrong type in map debug info
Laytan Laats
2024-04-01
1
-1
/
+1
*
remove soa handling in debug info, fields are already added in checker
Laytan Laats
2024-04-01
1
-50
/
+1
*
debug info fixes/refactor
Laytan Laats
2024-04-01
1
-480
/
+495
*
Try storing a pointer to a fake metadata type in the debug info for a `map`
gingerBill
2024-03-30
1
-2
/
+2
*
fix a segfault when incomplete types array resizes while processing
Laytan Laats
2024-03-29
1
-1
/
+3
*
Fix debug issue with `map`s
gingerBill
2024-03-01
1
-2
/
+2
*
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+36
*
Fix typo that causes map info debug issues
gingerBill
2024-02-13
1
-2
/
+2
*
Use `Raw_Map` as the debug information for a `map`
gingerBill
2024-02-13
1
-1
/
+3
*
Add metadata type to `map`s debug information to aid debuggers knowing what i...
gingerBill
2024-02-12
1
-1
/
+1
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-12
/
+5
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-1
/
+1
|
\
|
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-1
/
+1
*
|
Remove unused variable
gingerBill
2023-05-18
1
-2
/
+0
*
|
Rename `word_size` to `ptr_size` internally to make it clearer
gingerBill
2023-04-20
1
-15
/
+15
*
|
Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...
gingerBill
2023-04-20
1
-19
/
+22
|
/
*
Fix value elision on declaration
gingerBill
2023-03-09
1
-1
/
+0
*
Use `heap_allocator()` with `-debug`; Reinstate the arena guards
gingerBill
2023-01-23
1
-7
/
+6
*
Replace `RecursiveMutex` with a `BlockingMutex`
gingerBill
2023-01-16
1
-3
/
+2
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
1
-1
/
+1
*
enum-ifiy function pass managers for `lbModule`
gingerBill
2023-01-05
1
-0
/
+7
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-6
/
+0
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-22
/
+22
*
HACK: Get around debugging type generation for slices and dynamic arrays of *...
gingerBill
2022-11-23
1
-2
/
+14
*
Extra check for slices and dynamic arrays for `-debug`
gingerBill
2022-11-23
1
-0
/
+2
[next]