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_proc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `~{}` syntax
gingerBill
2023-01-23
1
-1
/
+1
*
Escape `$` in asm
gingerBill
2023-01-23
1
-1
/
+1
*
Fix #2286 by printing an error correctly
gingerBill
2023-01-16
1
-1
/
+3
*
Fix #2305
gingerBill
2023-01-16
1
-1
/
+8
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
1
-1
/
+1
*
Correct missing procedures in other build modules which cause a linkage problem
gingerBill
2023-01-12
1
-6
/
+8
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-5
/
+5
*
Remove unneeded `local_entity_map`
gingerBill
2023-01-02
1
-1
/
+0
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-1
/
+2
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-10
/
+10
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-10
/
+10
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-48
/
+40
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-28
/
+27
*
Initialize the multiple return value map in `lb_create_dummy_procedure`
gingerBill
2022-12-07
1
-0
/
+1
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
1
-12
/
+64
*
Correct return ptr semantics for split returns
gingerBill
2022-11-24
1
-1
/
+8
*
Basic copy elision support for multiple return values
gingerBill
2022-11-24
1
-17
/
+43
*
Listen to past Bill's wisdom
gingerBill
2022-11-23
1
-24
/
+10
*
Basic support for new ABI experiment on Win64
gingerBill
2022-11-23
1
-18
/
+75
*
Remove copy elision code
gingerBill
2022-11-22
1
-8
/
+3
*
Fix #2179
gingerBill
2022-11-21
1
-1
/
+1
*
Fix #2199
gingerBill
2022-11-21
1
-1
/
+1
*
Revert "Minor improvement to multi return value reducing stack usage"
gingerBill
2022-11-13
1
-35
/
+9
*
Enforce pointer cast
gingerBill
2022-11-13
1
-0
/
+1
*
Minor improvement to multi return value reducing stack usage
gingerBill
2022-11-13
1
-8
/
+34
*
Merge branch 'master' into map-dev
gingerBill
2022-11-11
1
-9
/
+9
|
\
|
*
Make `intrinsics.ptr_sub` use explicit integer arithmetic internally
gingerBill
2022-11-11
1
-9
/
+9
*
|
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-2
/
+2
*
|
Add `intrinsics.map_cell_info` and `intrinsics.map_info`
gingerBill
2022-11-08
1
-0
/
+4
*
|
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-0
/
+3
|
/
*
Ad-hoc pass source code location directly by pointer without stack copy
gingerBill
2022-10-31
1
-2
/
+9
*
Optimize `#caller_location` and `#location` to use read only data section whe...
gingerBill
2022-10-31
1
-2
/
+2
*
Use direct parameter value in `lb_find_ident` when possible
gingerBill
2022-10-30
1
-0
/
+4
*
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
1
-0
/
+31
*
Force call site attributes for procedures (relating to #2121 causing ABI issu...
gingerBill
2022-10-10
1
-0
/
+14
*
Remove header cache code
gingerBill
2022-09-21
1
-4
/
+0
*
Reduce unnecessary map gets
gingerBill
2022-09-21
1
-1
/
+1
*
Correct `lb_gen_map_header` initialization
gingerBill
2022-09-17
1
-0
/
+2
*
Use a cache when generating the map header to minimize stack wastage
gingerBill
2022-09-17
1
-2
/
+3
*
Fix #2054 Differing behaviours with defer statements for single vs multiple r...
gingerBill
2022-09-17
1
-14
/
+7
*
Fix debug generation for named results
gingerBill
2022-09-12
1
-1
/
+1
*
Improve debug info to named return values
gingerBill
2022-09-12
1
-1
/
+4
*
Unify debug parameter code
gingerBill
2022-09-10
1
-2
/
+2
*
Split debug info generation for direct and indirect parameters
gingerBill
2022-09-09
1
-2
/
+2
*
Fix procedure pointer cast
gingerBill
2022-09-07
1
-0
/
+3
*
Fix code generation related to Objective-C related `x->y()` calls
gingerBill
2022-09-01
1
-3
/
+2
*
EXPERIMENTAL `intrinsics.valgrind_client_request`
gingerBill
2022-08-17
1
-0
/
+49
*
Remove debug crap with inlining
gingerBill
2022-08-16
1
-26
/
+22
*
Revert "Remove debug message"
gingerBill
2022-08-16
1
-14
/
+8
*
Fix `lb_emit_ptr_offset`
gingerBill
2022-08-12
1
-9
/
+1
[next]