aboutsummaryrefslogtreecommitdiffhomepage
path: root/transform/testdata
AgeCommit message (Expand)Author
2021-03-28transform: optimize reflect.Type Implements() methodAyke van Laethem
2021-03-23compiler: do not check for impossible type assertsAyke van Laethem
2021-03-23compiler: merge runtime.typecodeID and runtime.typeInInterfaceAyke van Laethem
2021-03-18transform: optimize string comparisons against ""Ayke van Laethem
2020-10-31avr: properly support the .rodata sectionAyke van Laethem
2020-09-29support WASI target (#1373)Takeshi Yoneda
2020-08-27arm: automatically determine stack sizesAyke van Laethem
2020-07-16transform: track 0-index GEPsJaden Weiss
2020-06-30avr: fix target tripleAyke van Laethem
2020-05-28transform: introduce check for method calls on nil interfacesAyke van Laethem
2020-05-28transform: do not special-case zero or one implementations of a method callAyke van Laethem
2020-04-12transform (func-lowering): remove specializations from function value lowerin...Jaden Weiss
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-04-09transform: allow updating tests with -update flagAyke van Laethem
2020-04-02transform (gc): track phi nodes in stack slotsJaden Weiss
2020-03-27compiler, transform: remove runtime.isnil hackAyke van Laethem
2020-03-19compiler: move NonConstGlobals pass to transform packageAyke van Laethem
2020-03-19compiler: move ApplyFunctionSections to transform packageAyke van Laethem
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2020-02-24transform: do not track const globalsJaden Weiss
2020-01-28transform: wasm-abi: create temporary allocas in the entry blockAyke van Laethem
2020-01-28compiler: move wasm ABI workaround to transform packageAyke van Laethem
2020-01-20all: add compiler support for interruptsAyke van Laethem
2019-12-04compiler: refactor func lowering to the transform packageAyke van Laethem
2019-11-25compiler: move GC passes to the transform packageAyke van Laethem
2019-11-17compiler: add support for async interface callsJaden Weiss
2019-11-16compiler: move ReplacePanicsWithTrap pass to transformsAyke van Laethem
2019-11-15compiler,transform: move interface lowering to transform packageAyke van Laethem
2019-11-13fix incorrect starting value for optimized allocations in a loopJaden Weiss
2019-09-22compiler: move OptimizeStringToBytes to transform packageAyke van Laethem
2019-09-15all: move OptimizeMaps to transforms and add testsAyke van Laethem
2019-09-15all: refactor heap-to-stack transform into the transform packageAyke van Laethem