You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ayke van Laethem
fce403b7a0
targets: match LLVM triple to the one Clang uses
The target triples have to match mostly to be able to link LLVM modules.
Linking LLVM modules is already possible (the triples already match),
but testing becomes much easier when they match exactly.
For macOS, I picked "macosx10.12.0". That's an old and unsupported
version, but I had to pick _something_. Clang by default uses
"macos10.4.0", which is much older.
3 years ago
..
basic.go
compiler: properly implement div and rem operations
3 years ago
basic.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
channel.go
compiler: avoid zero-sized alloca in channel operations
3 years ago
channel.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
float.go
compiler: test float to int conversions and fix upper-bound calculation
4 years ago
float.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
func.go
compiler: add func tests
4 years ago
func.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
gc.go
compiler: add object layout information to heap allocations
3 years ago
gc.ll
compiler: add object layout information to heap allocations
3 years ago
go1.17.go
compiler: add support for new language features of Go 1.17
3 years ago
go1.17.ll
compiler: add object layout information to heap allocations
3 years ago
goroutine-cortex-m-qemu.ll
targets: match LLVM triple to the one Clang uses
3 years ago
goroutine-wasm.ll
compiler: change symbol name for string and packed data constants
3 years ago
goroutine.go
compiler: add support for the `go` keyword on interface methods
3 years ago
interface.go
compiler: simplify interface lowering
3 years ago
interface.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
intrinsics-cortex-m-qemu.ll
targets: match LLVM triple to the one Clang uses
3 years ago
intrinsics-wasm.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
intrinsics.go
compiler: move LLVM math builtin support into the compiler
3 years ago
pointer.go
compiler: refactor and add tests
4 years ago
pointer.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
pragma.go
compiler: add function and global section pragmas
3 years ago
pragma.ll
compiler, runtime: add layout parameter to runtime.alloc
3 years ago
slice.go
compiler: add *ssa.MakeSlice bounds tests
3 years ago
slice.ll
compiler: add object layout information to heap allocations
3 years ago
string.go
compiler: optimize string literals and globals
4 years ago
string.ll
compiler: change symbol name for string and packed data constants
3 years ago