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
/
codegen
/
print_llvm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-1270
/
+0
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
1
-9
/
+19
*
Separation of certain instructions for better clarity.
Ginger Bill
2016-10-23
1
-41
/
+70
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-2
/
+2
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-1
/
+1
*
Fix exact value bug when updating expressions
Ginger Bill
2016-10-16
1
-6
/
+3
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
1
-10
/
+17
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
1
-19
/
+19
*
SSA Phi Node Support
Ginger Bill
2016-10-08
1
-10
/
+40
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-13
/
+13
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
1
-4
/
+12
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-10
/
+16
*
Refactor: Remove dead code
Ginger Bill
2016-10-02
1
-6
/
+0
*
Const Aggregate Literals for IR; Module path fix
Ginger Bill
2016-09-30
1
-45
/
+111
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-0
/
+118
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-10
/
+10
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-5
/
+10
*
fmt improvement; Minor refactoring
Ginger Bill
2016-09-19
1
-8
/
+1
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-2
/
+4
*
enum_to_string
Ginger Bill
2016-09-19
1
-28
/
+18
*
Core library and Better name mangling for files
Ginger Bill
2016-09-19
1
-60
/
+64
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-9
/
+15
*
#import and #load
Ginger Bill
2016-09-16
1
-18
/
+86
*
ssa - alloca all variables at the very start
Ginger Bill
2016-09-15
1
-9
/
+39
*
#import "" as namespace
Ginger Bill
2016-09-14
1
-32
/
+49
*
Remove len(), cap() and replace with selectors; fix defer in match
Ginger Bill
2016-09-13
1
-1
/
+1
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
1
-3
/
+23
*
Basic variadic `print` procedure
Ginger Bill
2016-09-07
1
-1
/
+1
*
`any` type
Ginger Bill
2016-09-07
1
-0
/
+7
*
Begin Type_Info
Ginger Bill
2016-09-07
1
-16
/
+4
*
Speed up SSA generation and clang compilation
Ginger Bill
2016-09-05
1
-32
/
+73
*
Tagged unions memory layout change; begin demo 002
Ginger Bill
2016-09-04
1
-1
/
+1
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-17
/
+24
*
Fix type system in SSA generation
Ginger Bill
2016-09-03
1
-3
/
+3
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
1
-3
/
+7
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-28
/
+31
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-14
/
+11
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-29
/
+33
*
Integer Enumerations
gingerBill
2016-08-22
1
-0
/
+3
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-18
/
+13
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-68
/
+72
*
Initial Demo001 code for tour of language
Ginger Bill
2016-08-19
1
-3
/
+6
*
Remove print(ln) and fix swizzle
gingerBill
2016-08-19
1
-2
/
+5
*
Remove scalar*vector; swizzle; broadcast
gingerBill
2016-08-17
1
-3
/
+23
*
Fix Scoping of proc type decls
gingerBill
2016-08-17
1
-1
/
+6
*
Fix automatic pointer deref for structures in SSA
gingerBill
2016-08-17
1
-2
/
+2
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-1
/
+9
*
defer statements
gingerBill
2016-08-16
1
-1
/
+6
*
Compile with odin.exe and no run.bat
gingerBill
2016-08-16
1
-1
/
+1
*
Merge branch 'master' of http://git.handmadedev.org/gingerbill/Odin
gingerBill
2016-08-16
1
-0
/
+4
|
\
[next]