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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `union #maybe` comparison against `nil` -llvm-api
pre-dev-2021-04
gingerBill
2021-04-26
1
-0
/
+3
*
Merge pull request #915 from wilsonk/issue-820
gingerBill
2021-04-26
1
-1
/
+21
|
\
|
*
Fix for issue 820 (import name is not an identifier)
Kelly Wilson
2021-04-25
1
-1
/
+21
*
|
Fix #857
gingerBill
2021-04-25
1
-4
/
+15
*
|
Fix #911 for -llvm-api backend
gingerBill
2021-04-25
1
-1
/
+1
*
|
Merge pull request #912 from odin-lang/llvm-api-ci-changes
gingerBill
2021-04-25
6
-12
/
+31
|
\
\
|
*
|
Update nightly.yml to support `-llvm-api`
gingerBill
2021-04-25
1
-6
/
+10
|
*
|
Update CI for Linux
gingerBill
2021-04-25
1
-1
/
+1
|
*
|
Revert changes to macOS Makefile
gingerBill
2021-04-25
1
-1
/
+1
|
*
|
Update Makefile for macOS to be more "correct" with Linux
gingerBill
2021-04-25
1
-1
/
+1
|
*
|
Make -llvm-api run first before old backend on Linux
gingerBill
2021-04-25
1
-3
/
+3
|
*
|
Try specifying the specific libs on Linux
gingerBill
2021-04-25
1
-2
/
+2
|
*
|
Try `clang-11`
gingerBill
2021-04-24
1
-1
/
+1
|
*
|
Try `llvm-config-11` in the Makefil
gingerBill
2021-04-24
2
-3
/
+3
|
*
|
Try llvm-config-11
gingerBill
2021-04-24
2
-30
/
+3
|
*
|
Add llvm-dev-11 to Linux CI (just testing)
gingerBill
2021-04-24
1
-2
/
+29
|
*
|
Add clang-11 for Linux; blank out threading_example on darwin
gingerBill
2021-04-24
2
-1
/
+6
|
*
|
Update CI to run both old and new backends
gingerBill
2021-04-24
1
-2
/
+6
|
*
|
Add cast on `S_ISDIR`
gingerBill
2021-04-24
1
-1
/
+1
|
*
|
Remove `libllvm-11`
gingerBill
2021-04-24
1
-1
/
+1
|
*
|
Modify flags in Makefile
gingerBill
2021-04-24
2
-5
/
+5
|
*
|
Up ci.yml
gingerBill
2021-04-24
3
-5
/
+5
|
*
|
Update Makefile to compile with LLVM C API
gingerBill
2021-04-24
1
-0
/
+6
|
/
/
*
|
Move out some intrinsics into separate procedures in llvm_backend.cpp; Rename...
gingerBill
2021-04-24
6
-73
/
+108
*
|
Move `check_builtin_procedure` to check_builtin.cpp
gingerBill
2021-04-23
3
-2805
/
+2804
*
|
Remove redundant `auto_cast`
gingerBill
2021-04-23
1
-1
/
+1
|
/
*
Warn on redundant `auto_cast`, and make an error on `-vet`
gingerBill
2021-04-22
1
-0
/
+9
*
Improve `auto_cast` logic
gingerBill
2021-04-22
2
-2
/
+4
*
Reuse unused 'context' variables to minimize stack usage (-llvm-api)
gingerBill
2021-04-22
2
-5
/
+40
*
Make `main` calling convention "odin" rather than "contextless" to simplify c...
gingerBill
2021-04-22
2
-45
/
+44
*
Add truncate_to_byte and truncate_to_rune for packages strings and bytes
gingerBill
2021-04-22
2
-0
/
+30
*
Remove old code
gingerBill
2021-04-22
1
-14
/
+5
*
Change function pass manager passes
gingerBill
2021-04-22
2
-4
/
+43
*
Change how `lb_populate_function_pass_manager` works by using the default LLV...
gingerBill
2021-04-22
2
-12
/
+67
*
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...
gingerBill
2021-04-22
7
-85
/
+200
*
Add intrinsics: byte_swap (integers and floats); count_ones; trailing_zeros; ...
gingerBill
2021-04-22
3
-3
/
+128
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
14
-101
/
+25
*
Add @(cold) tag
gingerBill
2021-04-22
1
-0
/
+1
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
9
-10
/
+179
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
5
-4
/
+67
*
Fix typo
gingerBill
2021-04-21
1
-2
/
+2
*
Add new `-o:<string>` flag as an alternative to `-opt:<integer>`
gingerBill
2021-04-21
2
-2
/
+49
*
Add `-build-mode:llvm-ir` for `-llvm-api` backend
gingerBill
2021-04-21
3
-1
/
+10
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-04-21
2
-4
/
+4
|
\
|
*
Merge pull request #907 from awwdev/fix-variable-name-in-path_unix
gingerBill
2021-04-20
1
-2
/
+2
|
|
\
|
|
*
fix variable name in path_unix
André
2021-04-20
1
-2
/
+2
|
|
/
|
*
Merge pull request #905 from jasmcaus/patch-1
gingerBill
2021-04-20
1
-2
/
+2
|
|
\
|
|
*
Fix potential Typo : S32 ==> I32
Jason Dsouza
2021-04-19
1
-2
/
+2
*
|
|
Remove useless error message for constant binary expressions with non-constan...
gingerBill
2021-04-21
1
-15
/
+11
|
/
/
*
|
Fix #906
gingerBill
2021-04-20
3
-17
/
+10
[next]