summaryrefslogtreecommitdiff
path: root/src/cmd/8l/pass.c
Commit message (Expand)AuthorAgeFilesLines
* runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover2011-08-291-2/+5
* 8l: more fixes for Plan 9Lucio De Re2011-06-211-1/+0
* runtime: make StackSystem part of StackGuardAlexey Borzenkov2011-05-161-14/+1
* 5l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s...Luuk van Dijk2011-03-231-6/+9
* ld: weak symbolsRuss Cox2011-02-241-12/+0
* 5l/6l/8l: use enums for header type and symbolic strings for -H option valuesAlex Brainman2011-02-231-8/+8
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-0/+2
* 8l, runtime: place G and M pointers relative to _tos on Plan 9, instead of ha...Yuval Pavel Zholkover2011-02-111-4/+25
* 5l, 8l: pass stack frame size to morestack when neededRuss Cox2011-02-011-1/+1
* windows: implement exception handlingHector Chu2011-01-191-0/+7
* 6l, 8l: minor changes & cleanupRuss Cox2010-12-081-9/+16
* 8l, runtime: initial support for Plan 9Yuval Pavel Zholkover2010-10-181-1/+16
* 5l, 6l, 8l: accumulate data image during importRuss Cox2010-10-141-188/+1
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-355/+104
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-131-262/+262
* 6l, 8l: fix -K implementationRuss Cox2010-09-291-8/+4
* 6l/8l: emit DWARF frame info.Luuk van Dijk2010-09-201-2/+9
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-191-0/+15
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-121-12/+9
* fix buildRuss Cox2010-07-221-6/+4
* ld: various bug fixesRuss Cox2010-07-211-5/+7
* linux/386: use Xen-friendly ELF TLS instruction sequenceRuss Cox2010-07-171-4/+37
* 8l: correct test for sp == top of stack in 8l -K codeRuss Cox2010-06-111-1/+1
* fix nacl buildRuss Cox2010-05-031-1/+1
* 5l, 6l, 8l, runtime: make -s binaries workRuss Cox2010-04-271-2/+22
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-2/+2
* 8l: add support for PE output.Hector Chu2009-12-131-4/+38
* rename sys functions to runtime,Russ Cox2009-10-151-2/+2
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-0/+1
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-3/+9
* convert 8l to new ELF code.Russ Cox2009-09-241-2/+6
* nacl:Russ Cox2009-09-221-1/+0
* convert 386 to use %gs instead of %fs for extern register.Russ Cox2009-09-211-1/+2
* fix line numbers, again.Russ Cox2009-08-301-0/+4
* fix 386/arm buildsKai Backman2009-08-211-0/+1
* symbol bugs.Russ Cox2009-08-201-1/+7
* fix undefined function error.Russ Cox2009-07-131-2/+2
* update 386 to new runtime (CL 30381)Russ Cox2009-06-171-16/+4
* fix runtime stack overflow bug that gri ran into:Russ Cox2009-04-011-3/+10
* * move go-specific loader codeRuss Cox2009-03-311-1/+25
* update 8a, 8c, 8l to use new object format.Russ Cox2009-03-201-4/+134
* make 8a, 8c, 8l build in go environment.Russ Cox2009-01-061-16/+16
* 8a, 8c, and 8l from inferno distributionRuss Cox2009-01-061-0/+793