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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup again
gingerBill
2021-04-01
1
-2
/
+4
*
Cleanup code for fixed-point intrinsics
gingerBill
2021-04-01
1
-11
/
+9
*
Implement fixed-point arithmetic intrinsics for -llvm-api backend
gingerBill
2021-04-01
3
-0
/
+127
*
Fix alignment for complex32 and quaternion64
gingerBill
2021-04-01
1
-6
/
+6
*
Fix missing complex32/quaternion64 checks
gingerBill
2021-04-01
2
-1
/
+5
*
Add min(f16) and max(f16) support
gingerBill
2021-04-01
1
-0
/
+6
*
Add extra optimization level pass -opt:2 in `lb_populate_module_pass_manager`
gingerBill
2021-04-01
1
-9
/
+8
*
Implement `f16` functionality
gingerBill
2021-04-01
10
-74
/
+307
*
Helpful error message for invalid `-define:` cases
Jim Powers
2021-03-30
1
-1
/
+2
*
Change `>>` behaviour in LLVM to prevent stupid UB
gingerBill
2021-03-30
2
-8
/
+7
*
Experiment with new grammatical parsing rule for expression level (-strict-st...
gingerBill
2021-03-30
2
-6
/
+35
*
Fix shifting limits and LLVM code gen bug relating to shifts
gingerBill
2021-03-29
3
-13
/
+17
*
Remove dead code and comments
gingerBill
2021-03-29
1
-5
/
+1
*
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
[next]