| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add `ODIN_VERSION_RAW` define to build.bat | gingerBill | 2021-04-25 | 1 | -2/+1 | |
| | | ||||||
| * | Change versioning system from `v0.13.1` to `dev-2021-04` | gingerBill | 2021-04-25 | 1 | -0/+8 | |
| | | ||||||
| * | Revert build.bat | gingerBill | 2021-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | Remove the need for `LLVM_BACKEND_SUPPORT` | gingerBill | 2021-04-25 | 1 | -3/+6 | |
| | | ||||||
| * | Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api | gingerBill | 2021-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add git sha to `odin version` command | Mikkel Hjortshoej | 2020-08-23 | 1 | -7/+15 | |
| | | ||||||
| * | Revert build.bat | gingerBill | 2020-06-23 | 1 | -10/+4 | |
| | | ||||||
| * | `-vet` `sync/channel.odin` | gingerBill | 2020-06-22 | 1 | -4/+10 | |
| | | ||||||
| * | Revert build.bat | gingerBill | 2020-06-22 | 1 | -10/+4 | |
| | | ||||||
| * | Add `time.read_cycle_counter` | gingerBill | 2020-06-22 | 1 | -4/+10 | |
| | | ||||||
| * | Remove dead stuff from build.bat | gingerBill | 2020-03-19 | 1 | -6/+2 | |
| | | ||||||
| * | Change demo.odin to default | gingerBill | 2020-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add `LLVM_BACKEND_SUPPORT` macro to make the backend optional | gingerBill | 2020-03-19 | 1 | -1/+3 | |
| | | ||||||
| * | Have different categories for optimization passes | gingerBill | 2020-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Integrate linker code with the new LLVM API backend | gingerBill | 2020-03-08 | 1 | -4/+4 | |
| | | ||||||
| * | Fix `context` system; add more to -show-more-timings for LLVM API; Add ↵ | gingerBill | 2020-03-08 | 1 | -4/+3 | |
| | | | | | `ODIN_USE_LLVM_API` global constant | |||||
| * | Basic functionality, except for `map` and correct nested typename mangling | gingerBill | 2020-03-07 | 1 | -1/+2 | |
| | | ||||||
| * | Global variable initialization support | gingerBill | 2020-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | Basic work on obj generation | gingerBill | 2020-02-23 | 1 | -1/+6 | |
| | | ||||||
| * | Begin LLVM C API integration | gingerBill | 2020-02-01 | 1 | -2/+5 | |
| | | ||||||
| * | Remove -Wno-writable-strings | gingerBill | 2020-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add the ability to toggle release mode externally when calling build.bat | vassvik | 2019-12-22 | 1 | -1/+8 | |
| | | | | | | | | | | The following cases builds Odin with optimizations: build.bat 1 build.bat release Any other options, or the lack thereof, will build without optimizations. | |||||
| * | Fix IR string interning type | gingerBill | 2019-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add `strings.ptr_from_string` | gingerBill | 2019-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add range_cache.cpp | gingerBill | 2019-10-26 | 1 | -1/+0 | |
| | | ||||||
| * | Fix debug mode for build.bat | gingerBill | 2019-09-02 | 1 | -3/+3 | |
| | | ||||||
| * | Fix build.bat | gingerBill | 2019-09-02 | 1 | -4/+3 | |
| | | ||||||
| * | Thread pool fixes | gingerBill | 2019-09-01 | 1 | -6/+7 | |
| | | ||||||
| * | Remove -keep-temp-files from the build.bat | gingerBill | 2019-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Reimplement -collection; remove `static` from Odin tokenizer/parser in core ↵ | gingerBill | 2019-02-23 | 1 | -2/+2 | |
| | | | | | library | |||||
| * | last fixes to bats and README | Mikkel Hjortshoej | 2019-02-06 | 1 | -2/+2 | |
| | | ||||||
| * | Create CI files | Mikkel Hjortshoej | 2019-02-06 | 1 | -1/+0 | |
| | | ||||||
| * | Remove debug printing text | gingerBill | 2019-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Support #! comments | gingerBill | 2018-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo for little endian integers | gingerBill | 2018-12-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update compiler flags for build.bat | gingerBill | 2018-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | Change build.bat to use release_mode=1 by default | gingerBill | 2018-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Fix anonymous procedures | gingerBill | 2018-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | Change our IR name mangling rules | gingerBill | 2018-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build.bat | gingerBill | 2018-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix delayed assert collection | gingerBill | 2018-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Single file "main" file | gingerBill | 2018-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | IR now builds with the new package system | gingerBill | 2018-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -1/+1 | |
| | | ||||||
| * | Demo fix | gingerBill | 2018-02-25 | 1 | -2/+1 | |
| | | ||||||
| * | Remove unneeded disabled warnings for MSVC | gingerBill | 2018-02-25 | 1 | -4/+2 | |
| | | ||||||
| * | Reimplement opt stage | gingerBill | 2018-01-20 | 1 | -3/+1 | |
| | | ||||||
| * | Remove timing for llvm-opt | gingerBill | 2018-01-20 | 1 | -1/+4 | |
| | | ||||||
| * | Revert to demo.odin | Ginger Bill | 2017-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix old_demos; Fix `when` bug; Fix enum `.names` | Ginger Bill | 2017-09-29 | 1 | -1/+1 | |
| | | ||||||