Commit History

Author SHA1 Message Date
  gingerBill 1c2a30d7e9 Fix constant slice initialization for wasm64p32 2 years ago
  gingerBill efb7fd919b Minor fix to internal `using` logic with LLVM causing a compiler bug 2 years ago
  gingerBill 8bf32ac697 Minor change to handling of propagation of errors with `---` as a value 2 years ago
  gingerBill bfb231fb8a Simplify copy elision on variable declarations 2 years ago
  gingerBill 7c0257fcda Fix value elision on declaration 2 years ago
  gingerBill a9182cfd8c Allow compound literals to access fields through `using` 2 years ago
  gingerBill 99460c9e32 Minimize stack wastage with compound literals defining variables 2 years ago
  gingerBill 8a2a70a3c2 Fix overriding procedure information for literals 2 years ago
  gingerBill 9b278db993 Revert "Change `tav` to be a pointer internally" 2 years ago
  gingerBill e98f1a28e6 Change `tav` to be a pointer internally 2 years ago
  gingerBill 6cdec65ca1 `gb_internal` LLVM backend 2 years ago
  gingerBill 16fc961010 Begin work on map static set 2 years ago
  gingerBill c39ef1b25c Ad-hoc pass source code location directly by pointer without stack copy 2 years ago
  gingerBill 9da37ed394 Optimize `#caller_location` and `#location` to use read only data section where possible 2 years ago
  gingerBill f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 2 years ago
  gingerBill 3ea7af4c9c Minor fix to `lb_big_int_to_llvm` 2 years ago
  gingerBill 3fae8b49db Fix pointer cast of constant procedure values 2 years ago
  gingerBill 0c9aaed9f7 Fix #2029 Eumerated array of procs literal crashes the compiler with an llvm error 2 years ago
  gingerBill a7c3906003 `#load(path, type)` 3 years ago
  gingerBill 0655260378 Comment out a bit of code in `lb_is_const_or_global` 3 years ago
  Christoffer Lerno 9c0a3b6c60 Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGetElementType. 3 years ago
  Phil c9c3611b1d remove leftover print statement 3 years ago
  gingerBill eafa5098aa Fix #1883 3 years ago
  gingerBill a8bd340267 Merge pull request #1395 from hdooley/master 3 years ago
  gingerBill f308f37ba1 Remove need for `simd.splat` 3 years ago
  gingerBill 53f0c6ef1a Add ranges for simd compounds literals 3 years ago
  gingerBill 9cbf46e689 Fix constant multi pointer declarations through integers 3 years ago
  Henry Dooley 865d88dd56 review feedback 3 years ago
  Henry Dooley 516065d7c2 factor out alloca generation into a helper 3 years ago
  gingerBill a674e842d0 Improve matrix indices to offset logic 3 years ago