aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Expand)AuthorAgeFilesLines
...
* 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 `ODIN_...gingerBill2020-03-081-4/+3
* 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
* 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 l...gingerBill2019-02-231-2/+2
* 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
* Fix issue #101Ginger Bill2017-09-201-1/+1
* Library collectionsGinger Bill2017-09-071-1/+1
* Remove () grouping for `foreign_library`Ginger Bill2017-08-271-1/+1
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-2/+2
* Update build.batGinger Bill2017-08-011-8/+5
* Extra type safety; Fix typosGinger Bill2017-07-311-5/+7
* Basic command line flags: e.g. `-opt=0`Ginger Bill2017-06-241-1/+1
* Fix compilation bug on LinuxGinger Bill2017-06-211-1/+1
* Build as C++Ginger Bill2017-06-081-9/+6
* v0.3.0Ginger Bill2017-06-071-4/+5
* Improve vector math; Make bprint* return stringGinger Bill2017-05-011-1/+1
* Fix statement parsing of unary: & and ^Ginger Bill2017-04-301-1/+1
* Update and regression test old demosGinger Bill2017-04-021-1/+1
* Update README.md with latest demoGinger Bill2017-04-021-1/+1