gingerBill
|
458ec5922e
|
odin query
Output .json file containing information about the program
|
2019-05-25 20:24:19 +01:00 |
|
gingerBill
|
63bbb9b62f
|
Change the file name rules for imports (use / rather than \ on windows)
|
2019-04-20 16:47:28 +01:00 |
|
gingerBill
|
dbcd49acfc
|
Add -pdb-name for custom names of PDBs
|
2019-03-14 23:26:32 +00:00 |
|
gingerBill
|
2878cd8241
|
New build flag: -define:foo=123
|
2019-02-23 23:21:27 +00:00 |
|
gingerBill
|
dee28d998f
|
Allow for @indent for attributes that don't require any parameters; Add -ignore-unknown-attributes
|
2019-01-30 14:24:14 +00:00 |
|
gingerBill
|
3e11b4fe1e
|
Reorganize decl attribute code
|
2018-12-04 21:02:12 +00:00 |
|
gingerBill
|
50c3f4d74e
|
Add package encoding/cel
|
2018-12-03 20:26:10 +00:00 |
|
gingerBill
|
00161023cd
|
Endian specific integers: e.g. i32 i32le i32be
|
2018-12-02 15:53:52 +00:00 |
|
gingerBill
|
444f4f446a
|
-vet flag to do basic vetting of code
|
2018-11-25 14:14:58 +00:00 |
|
gingerBill
|
5c608b01ba
|
Place optimization level flag in condition again; -memcpyopt -die only in non-debug builds
|
2018-10-24 10:19:01 +01:00 |
|
gingerBill
|
2bd85e764e
|
Merge pull request #260 from lachsinc/master
[WIP] Provide llvm with more debug info (for Visual Studio debugger support)
|
2018-10-24 09:40:05 +01:00 |
|
gingerBill
|
307c58d908
|
Fix compilation error #272
|
2018-10-17 15:27:36 +01:00 |
|
lachsinc
|
8a789e33b0
|
Remove llc/opt hack. XX.bc now contains useful debug info thanks to removal of optimization flags in debug builds.
|
2018-09-18 14:17:43 +10:00 |
|
gingerBill
|
adbb3bb75f
|
Add -lld flag for using "bin\lld-link.exe" on Windows
|
2018-08-28 19:28:34 +01:00 |
|
gingerBill
|
89f4e7a8db
|
-no-crt flag for windows amd64
|
2018-08-13 01:22:14 +01:00 |
|
gingerBill
|
4742690dec
|
Fix is_excluded_target_filename
|
2018-06-21 08:39:07 +01:00 |
|
gingerBill
|
ba67e474d3
|
Make source code compile with 32 bit (but not build 32 bit code)
|
2018-06-15 21:46:03 +01:00 |
|
gingerBill
|
b92a8c513e
|
Modify how build settings are handled
|
2018-06-15 21:38:22 +01:00 |
|
gingerBill
|
106302189c
|
Use gbString for opt_flags
|
2018-06-03 16:09:24 +01:00 |
|
gingerBill
|
05c5f98e8e
|
Add -debug-compile parameter for llc
|
2018-06-03 15:55:14 +01:00 |
|
gingerBill
|
6eb505a677
|
Comment based build tags for packages (basic and temporary)
|
2018-05-28 20:59:06 +01:00 |
|
gingerBill
|
45b3067068
|
Remove tmp_allocator from Checker
|
2018-05-28 14:15:08 +01:00 |
|
gingerBill
|
5c52ffe24e
|
Reorganize runtime package
|
2018-05-27 21:22:25 +01:00 |
|
gingerBill
|
6aae381e83
|
Move ODIN_* platform constants to core:os
|
2018-05-27 11:03:46 +01:00 |
|
gingerBill
|
c067b90403
|
Add basic package support (no IR support yet)
|
2018-05-26 23:12:55 +01:00 |
|
Joshua Mark Manton
|
c94d19718b
|
added compiler command for only parsing and typechecking
|
2018-05-16 23:03:05 -07:00 |
|
Mikkel Hjortshoej
|
cbabc80d92
|
Calls rc.exe if -resource specified
|
2018-03-05 11:46:50 +01:00 |
|
gingerBill
|
fd57cfa1ae
|
Fix build_settings.cpp
|
2018-02-25 20:52:06 +00:00 |
|
gingerBill
|
f23bd2dc27
|
Revert demo
|
2018-02-25 20:46:32 +00:00 |
|
gingerBill
|
e75563cb32
|
Minor code rearrangement
|
2018-02-25 19:42:12 +00:00 |
|
gingerBill
|
d63885a495
|
array_make
|
2018-02-25 19:23:52 +00:00 |
|
gingerBill
|
d247ba4751
|
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use bit_cast in compiler
|
2018-02-25 15:09:16 +00:00 |
|
gingerBill
|
e14e2c3b4d
|
-out and generate executable in the current working directory
|
2018-02-25 11:49:44 +00:00 |
|
gingerBill
|
038dea9202
|
v0.8.1
Fix initialization values for variables
|
2018-02-11 11:15:53 +00:00 |
|
gingerBill
|
54976c3249
|
v0.8.0
|
2018-02-09 18:03:06 +00:00 |
|
gingerBill
|
dce45e7d58
|
Add ODIN_DEBUG
|
2018-01-28 14:42:22 +00:00 |
|
gingerBill
|
add53228b2
|
-no-bounds-check
|
2018-01-18 12:22:27 +00:00 |
|
gingerBill
|
1b6a14ac39
|
Fix lhs < rhs bug (#164)
|
2017-12-14 19:56:32 +00:00 |
|
gingerBill
|
3703ca4df4
|
Explicit procedure group; Remove implicit procedure overloading
|
2017-12-09 18:11:36 +00:00 |
|
Nakst
|
b0d3fbba47
|
essence cross compile
|
2017-11-26 11:03:11 +00:00 |
|
gingerBill
|
cec9f7abfe
|
Add -debug command (still in development)
|
2017-11-19 15:06:56 +00:00 |
|
gingerBill
|
f80b910ba3
|
Set version number to v0.7.1
|
2017-11-19 09:50:22 +00:00 |
|
gingerBill
|
2b0521347b
|
Begin with on debugging symbol; fix version number 0.7.0
|
2017-11-19 09:49:55 +00:00 |
|
gingerBill
|
b0e3a4e276
|
build_dll replace with -build-mode=dll
|
2017-11-17 20:21:58 +00:00 |
|
Ginger Bill
|
8e3b77aba8
|
Library collections
|
2017-09-07 20:55:59 +01:00 |
|
Ginger Bill
|
49d337c830
|
v0.6.2; Use Ada_Case for types
|
2017-08-03 21:21:56 +01:00 |
|
Ginger Bill
|
c454ede184
|
v0.6.1a
|
2017-08-01 17:30:26 +01:00 |
|
Ginger Bill
|
d854c5003c
|
Fix minor errors for *nix
|
2017-08-01 17:28:49 +01:00 |
|
Ginger Bill
|
66d8776b83
|
v0.6.1
|
2017-08-01 15:18:37 +01:00 |
|
Ginger Bill
|
10cc9cf661
|
Add mutexes to string buffer allocator uses
|
2017-08-01 14:24:40 +01:00 |
|