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
...
*
Merge pull request #2850 from jcmdln/linux-llvm-17
gingerBill
2023-10-16
3
-5
/
+29
|
\
|
*
Only check LLVM_VERSION_MAJOR >= 17 for PassBuilder inclusion
jcmdln
2023-10-15
1
-1
/
+1
|
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
3
-5
/
+29
*
|
Merge pull request #2867 from flysand7/linux-asm
Jeroen van Rijn
2023-10-15
2
-42
/
+88
|
\
\
|
*
|
implemented foreign asm imports on linux/osx
flysand7
2023-10-15
2
-42
/
+88
*
|
|
llvm: specify calling convention on call
Morten Hauke Solvang
2023-10-13
1
-0
/
+3
|
/
/
*
|
Disallow direct return a compound literal of a slice with elements
gingerBill
2023-10-13
1
-0
/
+17
*
|
Add `ERROR_BLOCK()` to `check_unique_package_names`
gingerBill
2023-10-09
1
-0
/
+2
|
/
*
Remove unnecessary check zero fields check
jakubtomsu
2023-10-01
1
-1
/
+1
*
Fix field count in enumerated array type info
jakubtomsu
2023-10-01
2
-3
/
+7
*
Allow zero-length enumerated arrays
jakubtomsu
2023-10-01
1
-1
/
+1
*
Fix #2261
gingerBill
2023-09-30
1
-2
/
+9
*
Fix `or_break` code generation issue
gingerBill
2023-09-30
1
-20
/
+10
*
Remove `-vet-extra`
gingerBill
2023-09-30
3
-45
/
+2
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
9
-9
/
+252
*
Correct `get_file_line_as_string` to fix #2829
gingerBill
2023-09-29
1
-0
/
+3
*
Remove debug message
gingerBill
2023-09-29
1
-1
/
+0
*
Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...
gingerBill
2023-09-28
3
-20
/
+20
*
Update src/build_settings.cpp
gingerBill
2023-09-27
1
-1
/
+1
*
Generate the global type info member values even if the count is `0`
gingerBill
2023-09-27
1
-52
/
+50
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
9
-39
/
+149
|
\
|
*
Fix #2820
gingerBill
2023-09-26
1
-0
/
+3
|
*
Fix #2809 - disallow files to start with `_`
gingerBill
2023-09-26
1
-0
/
+11
|
*
Fix #2812
gingerBill
2023-09-26
1
-1
/
+1
|
*
Fix #2819
gingerBill
2023-09-26
1
-4
/
+8
|
*
Potentially fix race condition #2463 #2814
gingerBill
2023-09-26
2
-7
/
+26
|
*
Fix #2816
gingerBill
2023-09-26
1
-1
/
+3
|
*
Fix #2817
gingerBill
2023-09-26
1
-1
/
+1
|
*
Fix #2818 (enforce `#partial label: switch`)
gingerBill
2023-09-26
1
-0
/
+45
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-09-26
1
-21
/
+16
|
|
\
|
|
*
Fix various mismatches with the specified -max-error-count flag
Tarık B
2023-09-22
1
-21
/
+16
|
*
|
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
2
-4
/
+35
|
|
/
*
|
Fix `ptr != ptr` type cast problem in LLVM 17
gingerBill
2023-09-26
1
-2
/
+15
*
|
Fix typo
gingerBill
2023-09-25
1
-5
/
+5
*
|
Use giant struct only in 17
gingerBill
2023-09-25
1
-1
/
+1
*
|
Use `llvm_const_array` wrapper
gingerBill
2023-09-22
1
-2
/
+1
*
|
Use a giant packed struct working for type info table
gingerBill
2023-09-22
2
-66
/
+108
*
|
Begin work on making the type info table be constantly initialized
gingerBill
2023-09-22
8
-54
/
+960
*
|
Minor clean up
gingerBill
2023-09-22
1
-24
/
+10
*
|
Remove debug text
gingerBill
2023-09-21
1
-2
/
+0
*
|
Fix build times for `-o:<string>` in LLVM-17
gingerBill
2023-09-21
6
-61
/
+17
*
|
Allow for zero passes
gingerBill
2023-09-21
1
-0
/
+5
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+27
*
|
Add attributes for sanitize_memory and sanitize_thread
gingerBill
2023-09-21
2
-1
/
+36
*
|
Add `sanitize_address` attribute to all normal packages
gingerBill
2023-09-21
4
-6
/
+10
*
|
Add asan lib for Windows
gingerBill
2023-09-21
1
-0
/
+15
*
|
Re-configure the new pass system
gingerBill
2023-09-21
2
-18
/
+35
*
|
Fix wrong import due to grep-replace
gingerBill
2023-09-21
1
-1
/
+1
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
4
-11
/
+17
*
|
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
5
-14
/
+43
[prev]
[next]