aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Collapse)AuthorAgeFilesLines
...
* Add `ODIN_VERSION_RAW` define to build.batgingerBill2021-04-251-2/+1
|
* Change versioning system from `v0.13.1` to `dev-2021-04`gingerBill2021-04-251-0/+8
|
* Revert build.batgingerBill2021-04-251-1/+1
|
* Remove the need for `LLVM_BACKEND_SUPPORT`gingerBill2021-04-251-3/+6
|
* Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-apigingerBill2021-02-241-1/+1
|
* Add git sha to `odin version` commandMikkel Hjortshoej2020-08-231-7/+15
|
* Revert build.batgingerBill2020-06-231-10/+4
|
* `-vet` `sync/channel.odin`gingerBill2020-06-221-4/+10
|
* Revert build.batgingerBill2020-06-221-10/+4
|
* Add `time.read_cycle_counter`gingerBill2020-06-221-4/+10
|
* Remove dead stuff from build.batgingerBill2020-03-191-6/+2
|
* Change demo.odin to defaultgingerBill2020-03-191-1/+1
|
* Add `LLVM_BACKEND_SUPPORT` macro to make the backend optionalgingerBill2020-03-191-1/+3
|
* Have different categories for optimization passesgingerBill2020-03-191-1/+1
|
* Integrate linker code with the new LLVM API backendgingerBill2020-03-081-4/+4
|
* Fix `context` system; add more to -show-more-timings for LLVM API; Add ↵gingerBill2020-03-081-4/+3
| | | | `ODIN_USE_LLVM_API` global constant
* Basic functionality, except for `map` and correct nested typename manglinggingerBill2020-03-071-1/+2
|
* Global variable initialization supportgingerBill2020-02-231-2/+2
|
* Basic work on obj generationgingerBill2020-02-231-1/+6
|
* Begin LLVM C API integrationgingerBill2020-02-011-2/+5
|
* Remove -Wno-writable-stringsgingerBill2020-01-041-1/+1
|
* Add the ability to toggle release mode externally when calling build.batvassvik2019-12-221-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 typegingerBill2019-12-011-1/+1
|
* Add `strings.ptr_from_string`gingerBill2019-12-011-1/+1
|
* Add range_cache.cppgingerBill2019-10-261-1/+0
|
* Fix debug mode for build.batgingerBill2019-09-021-3/+3
|
* Fix build.batgingerBill2019-09-021-4/+3
|
* Thread pool fixesgingerBill2019-09-011-6/+7
|
* Remove -keep-temp-files from the build.batgingerBill2019-03-311-1/+1
|
* Reimplement -collection; remove `static` from Odin tokenizer/parser in core ↵gingerBill2019-02-231-2/+2
| | | | library
* last fixes to bats and READMEMikkel Hjortshoej2019-02-061-2/+2
|
* Create CI filesMikkel Hjortshoej2019-02-061-1/+0
|
* Remove debug printing textgingerBill2019-01-051-1/+1
|
* Support #! commentsgingerBill2018-12-261-1/+1
|
* Fix typo for little endian integersgingerBill2018-12-021-2/+2
|
* Update compiler flags for build.batgingerBill2018-09-091-1/+1
|
* Change build.bat to use release_mode=1 by defaultgingerBill2018-08-051-1/+1
|
* Fix anonymous proceduresgingerBill2018-07-011-1/+1
|
* Change our IR name mangling rulesgingerBill2018-06-031-1/+1
|
* Fix build.batgingerBill2018-05-271-1/+1
|
* Fix delayed assert collectiongingerBill2018-05-271-1/+1
|
* Single file "main" filegingerBill2018-05-271-1/+1
|
* IR now builds with the new package systemgingerBill2018-05-271-1/+1
|
* Parse directories to be packagesgingerBill2018-05-211-1/+1
|
* Demo fixgingerBill2018-02-251-2/+1
|
* Remove unneeded disabled warnings for MSVCgingerBill2018-02-251-4/+2
|
* Reimplement opt stagegingerBill2018-01-201-3/+1
|
* Remove timing for llvm-optgingerBill2018-01-201-1/+4
|
* Revert to demo.odinGinger Bill2017-09-291-1/+1
|
* Fix old_demos; Fix `when` bug; Fix enum `.names`Ginger Bill2017-09-291-1/+1
|