aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.cpp
AgeCommit message (Expand)Author
2020-01-25fix memory profilingAndrew Kelley
2020-01-25split IrInstruction into IrInst, IrInstSrc, IrInstGenAndrew Kelley
2020-01-16implement `@bitSizeOf`Vexu
2020-01-14Print sentinel value in ir_printLemonBoy
2020-01-09New @export() handlingLemonBoy
2020-01-02fix comptime vector float ops and add test coverageAndrew Kelley
2020-01-01fix float ops with respect to vectorsAndrew Kelley
2019-12-10Replace typeOf with TypeOf in stage0Robin Voetter
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-02Accept comptime-known expression for asmLemonBoy
2019-11-28more progressAndrew Kelley
2019-11-25unembed ZigValue from IrInstructionMichael Dusan
2019-11-25rename ConstExprValue → ZigValueMichael Dusan
2019-11-13add @atomicStore builtinVexu
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-09Fix initialization of union referencesLemonBoy
2019-11-08introduce `@as` builtin for type coercionAndrew Kelley
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-10-19reduce the size of IrInstruction by 8 bytes on 64 bit targetsAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-09improve names of error sets when using merge error sets operatorAndrew Kelley
2019-09-19fixups for `@splat`Andrew Kelley
2019-09-19`@splat`Shawn Landden
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-09fix bad LLVM IR when for target expr needs to be spilledAndrew Kelley
2019-09-05implement `noasync` function callsAndrew Kelley
2019-09-05stage1 enhance IR printMichael Dusan
2019-09-03Add @Type builtinJonathan Marler
2019-08-31stage1 enhance IR printMichael Dusan
2019-08-15remove `cancel`Andrew Kelley
2019-08-13avoid the word "coroutine", they're "async functions"Andrew Kelley
2019-08-10fix try in an async function with error union and non-zero-bit payloadAndrew Kelley
2019-08-09fix combining try with errdefer cancelAndrew Kelley
2019-08-09fix cancel inside an errdeferAndrew Kelley
2019-08-08cancel, defer, errdefer all working as intended nowAndrew Kelley
2019-08-07implement cancelAndrew Kelley
2019-08-06improve async function semanticsAndrew Kelley
2019-08-05delete IrInstructionMarkErrRetTracePtrAndrew Kelley
2019-08-04simpler, less memory intensive suspend/resume implementationAndrew Kelley
2019-08-02implement async await and returnAndrew Kelley
2019-07-26add the `anyframe` and `anyframe->T` typesAndrew Kelley
2019-07-25`@frameSize` works via PrefixDataAndrew Kelley
2019-07-25implement `@frameSize`Andrew Kelley
2019-07-25implement `@frame` and `@Frame`Andrew Kelley
2019-07-21implement coroutine resumeAndrew Kelley
2019-07-21simple async function call workingAndrew Kelley
2019-07-19remove coroutines implementation and promise typeAndrew Kelley
2019-07-03update `@unionInit` to integrate with result location semanticsAndrew Kelley