summaryrefslogtreecommitdiff
path: root/src/cmd/6l/list.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-395/+1
* liblink: create new library based on linker codeRuss Cox2013-12-081-11/+11
* cmd/gc: add temporary-merging optimization passRuss Cox2013-08-131-1/+1
* cmd/6l: fix printing of frame size in TEXT instructionRuss Cox2013-08-121-0/+3
* cmd/5l, cmd/6l, cmd/8l: increase error buffer sizeRuss Cox2013-07-111-1/+1
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-1/+1
* 5l, 6l, 8l: separate pass to fix addressesRuss Cox2010-10-191-0/+27
* various: avoid %ld etcRuss Cox2010-10-131-1/+1
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-131-7/+12
* 6g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox2010-09-121-18/+7
* change print print buffer sizeKen Thompson2010-01-271-3/+3
* 6l, 8l: make string buffer big enough for 8 chars (and then some)weekly.2009-12-07Russ Cox2009-12-071-1/+1
* speed up 6lKen Thompson2009-11-041-2/+2
* factor portable object+library bits out of 5l/6l/8l into ldRuss Cox2009-10-071-0/+1
* symbol bugs.Russ Cox2009-08-201-1/+5
* delete unused code and data from 6.outs.Russ Cox2009-01-211-1/+4
* sprint changed to snprintKen Thompson2008-11-011-30/+30
* morestack magic numberKen Thompson2008-07-121-7/+0
* segmented stacksKen Thompson2008-06-291-16/+13
* segmented stackKen Thompson2008-06-271-1/+43
* Add compiler source to new directory structureRob Pike2008-06-041-0/+397