aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-11-05implement store of vector element with comptime indexAndrew Kelley
2019-11-05comptime load of vector elementAndrew Kelley
2019-11-05runtime load vector element with comptime indexAndrew Kelley
2019-11-05Mark type fields as CTLemonBoy
2019-11-04Fix cmpxchg trying to execute at CTLemonBoy
2019-10-30add comments to disabled tests linking to the tracking issueAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-19Prevent too eager constant-folding of switch expressionLemonBoy
2019-10-19Fix crash when generating constant unions with single fieldLemonBoy
2019-10-15fix non-byte-aligned packed struct field...Andrew Kelley
2019-10-13Propagate user-defined function alignment to LLVM IRLemonBoy
2019-10-10Extern unions should not trigger active field checkLemonBoy
2019-10-10stage1: fix ir_resolve_str() to return sliceMichael Dusan
2019-10-10cleanup: unused imports in testMichael Dusan
2019-10-07unicode character literalsNick Erdmann
2019-10-05fix container member access for fn/struct-fnMichael Dusan
2019-09-29RISC-V: get to the linking phase of behavior testsAndrew Kelley
2019-09-27Correct calculation of padding length in structLemonBoy
2019-09-27add regression test for alignment of constantsAndrew Kelley
2019-09-26Merge pull request #3311 from LemonBoy/mipsAndrew Kelley
2019-09-26Don't warn about redeclaration for the same var nodeLemonBoy
2019-09-26Add comments about the test cases that have been disabledLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-24add VarDecl support for struct-method call syntaxMichael Dusan
2019-09-24Fix result loc unwrapping with optional in error unionLemonBoy
2019-09-24Fix assignment to optional payloadLemonBoy
2019-09-23Fix computation of switch coverageLemonBoy
2019-09-21add behavior test for float widening f16 to f128Andrew Kelley
2019-09-21Fix a test on ARM due to the use of `undefined` ptrLemonBoy
2019-09-21Adjust tests for AArch64LemonBoy
2019-09-21Fix generation of tail fields for packed structLemonBoy
2019-09-20add test case for already fixed bugAndrew Kelley
2019-09-20Fix comptime bitcast inside an expressionTimon Kruiper
2019-09-19fixups for `@splat`Andrew Kelley
2019-09-19`@splat`Shawn Landden
2019-09-19implement runtime `@byteSwap` and other fixupsAndrew Kelley
2019-09-18@byteSwap on vectorsShawn Landden
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-18stage1: proper return type on vector comparisonsShawn Landden
2019-09-18Fix array->vector and vector->array for many types. Allow vector of bool.Shawn Landden
2019-09-17fix peer result location with typed parent, ...Andrew Kelley
2019-09-16fix tripping llvm assertAndrew Kelley
2019-09-13Make single-element enum default to u0LemonBoy
2019-09-11add behavior test for `@enumToInt(enum(u1){x}.x)`Andrew Kelley
2019-09-10Force LLVM to generate byte-aligned packed unionsLemonBoy
2019-09-09fix a var decl in scope preventing for loop spillsAndrew Kelley
2019-09-09Merge pull request #3200 from LemonBoy/eq-tagged-unionAndrew Kelley