summaryrefslogtreecommitdiff
path: root/src/cmd/5l
AgeCommit message (Expand)AuthorFilesLines
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-03document the gc go compilers.Rob Pike1-0/+2
2009-11-03more command documentation, including nm and profRob Pike1-1/+1
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+26
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman1-0/+9
2009-10-25frame size > StackBig supportKai Backman1-7/+49
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman1-6/+17
2009-10-21change stack splitting comparisons from signed to unsigned (oversight)Kai Backman1-9/+9
2009-10-19support for 5.out filesRuss Cox1-1/+4
2009-10-15rename sys functions to runtime,Russ Cox1-4/+4
2009-10-14LDREX and STREXKai Backman4-0/+27
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman2-3/+11
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox8-669/+44
2009-10-065l library loading, 64 bit entry pointsKai Backman1-6/+31
2009-10-03clean moreRuss Cox1-1/+1
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman1-1/+2
2009-09-17fixing width bug in DATA output. some logging to make fixingKai Backman1-2/+2
2009-08-30fix line numbers, again.Russ Cox2-0/+7
2009-08-24ffi -> dynld.Russ Cox1-3/+2
2009-08-2464bit literal RSHKai Backman1-0/+6
2009-08-24linker workRuss Cox1-0/+3
2009-08-21fix 386/arm buildsKai Backman1-0/+1
2009-08-18slashed warningsKai Backman1-59/+6
2009-08-17inline lib9.hRob Pike1-4/+5
2009-08-07remove 8.out before creating it.Russ Cox1-0/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-1/+1
2009-07-13fix undefined function error.Russ Cox1-8/+8
2009-07-07the ld-supplied typestrings are now obsoleteRuss Cox2-4/+0
2009-07-06cleaned up data generation in 5g, reverted 5l handling of D_ADDR.Kai Backman1-1/+0
2009-07-06agen, sgen, cgen_callret, cgen_asop, D_ADDR handling, gmoveKai Backman1-0/+1
2009-07-02minor comment and debug flag for dumping all oplooks.Kai Backman2-4/+4
2009-06-26Adding more debug output when 5l encounters a bad opKai Backman3-1/+69
2009-06-26more changes to make 5g code generation arm compatible.Kai Backman2-3/+4
2009-06-24Fix compile warnings in 5l.Kai Backman1-8/+8
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman1-33/+31
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman6-75/+116
2009-06-09Added ld/go.c functionality into 5l, primarily dead codeKai Backman6-37/+83
2009-06-08initial morestack support for 5l. still disabled, doesn't work.Kai Backman6-78/+187
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-2/+2
2009-05-28Change 5l to use Biobufs for IO.Kai Backman2-110/+81
2009-05-26Added automatic detection of system libraries to 5l.Kai Backman1-9/+15
2009-05-26Added enough arm related scaffolding to create a simpleKai Backman1-1/+2
2009-05-01Copied 8g/6g into 5g. Used sharp tools to coax a .5 file outKai Backman1-1/+2
2009-04-10Fixed optab to support SWI with long constant (the mode usedKai Backman1-0/+3
2009-04-10Adding ARM elf support to the 5l linker.Kai Backman3-0/+312
2009-03-25This is really two changes in one but given interdependenciesKai Backman11-187/+499
2009-03-135a 5c 5l from inferno distributionKai Backman9-0/+9421