aboutsummaryrefslogtreecommitdiff
path: root/std/compiler_rt.zig
AgeCommit message (Expand)Author
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-01-05fix compiler rtAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-11-21IR: implement setFnVisible builtinAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26emit error for extern functionAndrew Kelley
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-05-15compiler-rt: add __aeabi_uldivmodAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-02-13add @ctz, @clz and compiler_rt implementationAndrew Kelley