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/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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove LLVMPassManagerBuilder usage in lb_populate_module_pass_manager; simpl...
gingerBill
2021-03-29
1
-56
/
+32
*
Add `LLVM_USE_NO_EXTRA_PASSES` build flag
gingerBill
2021-03-29
1
-1
/
+9
*
Change how `lb_populate_module_pass_manager` handles the LLVMPassManagerBuild...
gingerBill
2021-03-29
2
-18
/
+33
*
Clamp maximum optimization level to 2 for `-llvm-api`
gingerBill
2021-03-29
2
-16
/
+24
*
Add optional `LLVM_USE_BASIC_PASSES` build flag. If evaluates to a truthy val...
gingerBill
2021-03-29
1
-2
/
+6
*
Remove `LLVMAddScalarReplAggregatesPass` from passes
gingerBill
2021-03-29
1
-2
/
+2
*
Change alignment of alloca to a larger one if `OdinLLVMBuildTransmute` requir...
gingerBill
2021-03-29
1
-0
/
+12
*
Another minor change to `OdinLLVMBuildTransmute` regarding minimum source ali...
gingerBill
2021-03-29
1
-1
/
+5
*
Change `OdinLLVMBuildTransmute` when to deal with loads
gingerBill
2021-03-29
1
-9
/
+4
*
Issue #823 - Change semantics of `disabled` attribute to not evaluate any of ...
gingerBill
2021-03-27
2
-0
/
+14
*
Minor code style change
gingerBill
2021-03-27
1
-2
/
+2
*
Clean up code for record type checking
gingerBill
2021-03-27
1
-32
/
+12
*
Refactor record polymorphic params code for unification
gingerBill
2021-03-27
2
-60
/
+58
*
Correct poly type determination of a `where` clause for an enumerated array
gingerBill
2021-03-27
1
-8
/
+19
*
Refactor polymorphic parameter for records; Improve error message for paramet...
gingerBill
2021-03-27
1
-327
/
+216
*
Fix #883 - polymorphic specialization with target types of enumerated arrays
gingerBill
2021-03-27
2
-1
/
+65
*
Fix endian conversion to and from floats and ints
gingerBill
2021-03-27
1
-0
/
+24
*
Remove extra passes
gingerBill
2021-03-27
1
-6
/
+4
*
Fix byte swapping for endian specific types in `-llvm-api`
gingerBill
2021-03-27
1
-0
/
+11
*
Simplify ir_print.cpp escape byte code
gingerBill
2021-03-27
1
-11
/
+11
*
Fix #882
gingerBill
2021-03-27
1
-37
/
+13
*
Add basic error correction in `parser` to check for unattached `else`
gingerBill
2021-03-26
1
-0
/
+27
*
Move variable declarations to aid other compilers
gingerBill
2021-03-25
1
-3
/
+3
*
Fix to `OdinLLVMBuildTransmute` to `goto general_end` on different sized data
gingerBill
2021-03-25
1
-4
/
+7
*
Fix pseudo-constant local slice initialization
gingerBill
2021-03-25
1
-7
/
+8
*
Minor zero enforcement
gingerBill
2021-03-25
1
-1
/
+1
*
Fix pseudo-constant local embedded slice generation
gingerBill
2021-03-25
1
-3
/
+39
*
Change to assert to test both LLVMIsConstant and LLVMIsGlobalConstant
gingerBill
2021-03-25
1
-1
/
+1
*
Revert change :D
gingerBill
2021-03-25
1
-1
/
+1
*
Another minor fix to `OdinLLVMBuildTransmute`
gingerBill
2021-03-25
1
-1
/
+1
*
Minor fix to `OdinLLVMBuildTransmute`
gingerBill
2021-03-25
1
-2
/
+13
*
Correct #c_vararg behaviour on -llvm-api
gingerBill
2021-03-25
1
-0
/
+6
*
Add SOA struct len/cap/allocator fields for the debug symbols
gingerBill
2021-03-24
1
-19
/
+64
*
Ensure pointers are of the same type in LLVM ICmp
gingerBill
2021-03-24
1
-1
/
+9
*
Add support for soa slice reference iteration
gingerBill
2021-03-24
1
-0
/
+1
*
Support `using` on intermediate soa field value from a for-in statement
gingerBill
2021-03-24
2
-3
/
+17
*
Implement `soa_unzip`
gingerBill
2021-03-24
3
-1
/
+66
*
Add type hinting to `soa_zip`
gingerBill
2021-03-24
1
-6
/
+49
*
`soa_zip` (-llvm-api only): creates an `#soa[]struct` from passed slices
gingerBill
2021-03-24
3
-2
/
+149
*
Add better package declaration specific error message (#878)
gingerBill
2021-03-24
1
-0
/
+5
*
Support #soa array iteration in a `for in` loop for `-llvm-api` backend only
gingerBill
2021-03-24
3
-8
/
+114
*
Make `for in` logic a bit more generic
gingerBill
2021-03-24
2
-32
/
+37
*
Make the parser support as many identifiers on the LHS in `for in` loops to i...
gingerBill
2021-03-24
5
-53
/
+45
*
Support `using` variables in debug information
gingerBill
2021-03-24
1
-1
/
+10
*
For `bit_set`, allow `+` and `-` to be aliases for `|` and `&~`, respectively
gingerBill
2021-03-23
3
-2
/
+31
*
Remove dead code
gingerBill
2021-03-23
1
-75
/
+0
*
Improve error message in parser
gingerBill
2021-03-23
1
-2
/
+2
*
Allow `$` in polymorphic record parameter fields (but disallow mixing)
gingerBill
2021-03-23
2
-7
/
+22
*
Minor improvement to error message about assigning a type to a variable with ...
gingerBill
2021-03-23
1
-1
/
+1
*
`bit_set` support in debug symbols by treating them like a bit field of 1 bit...
gingerBill
2021-03-23
3
-69
/
+119
[prev]
[next]