source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8281   17 years Gary Byers Hard to bootstrap.
(edit) @8280   17 years Gary Byers Poll syscall.
(edit) @8279   17 years Gary Byers Don't use () m4 macro inside GAS macro def.
(edit) @8278   17 years Gary Byers Hard to bootstrap some recent changes.
(edit) @8277   17 years Gary Byers CREATE-FILE handles more :if-exists cases.
(edit) @8276   17 years Gary Byers Hard to bootstrap recent changes.
(edit) @8275   17 years Gary Byers Need poll syscall.
(edit) @8274   17 years Gary Byers Fix typos.
(edit) @8273   17 years Gary Byers Newer interfaces (include <poll.h>); build from 10.5 SDK, with …
(edit) @8272   17 years Gary Byers A little hard to bootstrap.
(edit) @8271   17 years Gary Byers No timeval in MONITOR-EXTERNAL-PROCESS.
(edit) @8270   17 years Gary Byers poll syscall.
(edit) @8269   17 years Gary Byers IGNORING-EINTR.
(edit) @8268   17 years Gary Byers Canonical foreign type ordinal for (:array (:struct :pollfd) 1).
(edit) @8267   17 years Gary Byers Milliseconds, %timeval<=.
(edit) @8266   17 years Gary Byers Input-wait, output-wait changes (use poll syscall.)
(edit) @8265   17 years Gary Byers More socket-timeout stuff, still not complete/tested.
(edit) @8264   17 years Gary Byers Use IGNORING-EINTR in FD-READ, FD-WRITE.
(edit) @8263   17 years gz Delete headers as they now live elsewhere
(edit) @8262   17 years gz Merge with trunk/source @ rev 8261
(edit) @8261   17 years R. Matthew Emerson When target-arch is x8632, target %temp0 instead of %arg_x in a few …
(edit) @8260   17 years R. Matthew Emerson Implement SPbuiltin_minus; say "jmp *(%imm0)" with a star to get rid …
(edit) @8259   17 years Gary Byers Tweak the darwinx86[64] source-line stuff (newline isn't whitespace in m4!)
(edit) @8258   17 years Gary Byers Revive emit_source_line_stabs; try to avoid using stabs only on …
(edit) @8257   17 years Gary Byers Use in m4 macroexpansions.
(edit) @8256   17 years R. Matthew Emerson Try again with default-optionals. Should probably dump the partial …
(edit) @8255   17 years R. Matthew Emerson Make tag for xcode-vector match ppc32.
(edit) @8254   17 years R. Matthew Emerson Don't bother trying to use byte registers in extract-lisptag and …
(edit) @8253   17 years R. Matthew Emerson Work in progress.
(edit) @8252   17 years R. Matthew Emerson Sort out some movq/movl confusion; ensure that extract_typecode …
(edit) @8251   17 years Gary Byers some other CREATE-FILE :IF-EXISTS cases, just in case
(edit) @8250   17 years Gary Byers Word-size conditionalization in FREEZE.
(edit) @8249   17 years Gary Byers Needed a FREEZE for ppc.
(edit) @8248   17 years Gary Byers Don't add non-weak hash-tables to GCweakvll (in more cases.)
(edit) @8247   17 years Gary Byers Fix typos in PPC %ATOMIC-POP-STATIC-CONS.
(edit) @8246   17 years Gary Byers Fix non-darwin case of sample_paging_info() on this branch, too.
(edit) @8245   17 years Gary Byers Collect paging stats in GC.
(edit) @8244   17 years Gary Byers Don't add non-weak hash-table vectors to GCweakvll in the marker.
(edit) @8243   17 years Gary Byers Don't try to generate source line stabs; just use # line "file" 1 …
(edit) @8242   17 years Gary Byers set_nargs tries to avoid partial-register operations.
(edit) @8241   17 years Gary Byers Move some macros to before the code that uses them.
(edit) @8240   17 years Gary Byers PRIMARY-IP-INTERFACE-ADDRESS looks for an interface that has an …
(edit) @8239   17 years Gary Byers Avoid partial-register ops in SET-NARGS.
(edit) @8238   17 years Gary Byers Avoid partial-register ops in SET-NARGS.
(edit) @8237   17 years Gary Byers Handle and use (%CREATE-FILE ... :IF-EXISTS NIL).
(edit) @8236   17 years Gary Byers Daniel Dickinson's patch to ticket:230 (format ~F).
(edit) @8235   17 years R. Matthew Emerson Update sprint_lisp_object() and sprint_tra() for x8632.
(edit) @8234   17 years mikel removed currency-converter from repo; it's now in the Trac
(edit) @8233   17 years R. Matthew Emerson Preserve nargs/eax in default-optionals. Correct emit-aligned-label …
(edit) @8232   17 years R. Matthew Emerson Repair brain damage in extract-typecode-fixnum.
(edit) @8231   17 years R. Matthew Emerson Preserve nargs in funcall/tail-funcall. Only compare to low byte of …
(edit) @8230   17 years andreas PPC support for atomic pop from the list of static conses. Completely …
(edit) @8229   17 years andreas Lock-free STATIC-CONS for x86.
(edit) @8228   17 years Gary Byers Fix typo in #-DARWIN sample_paging_info. Collect gc paging info on …
(edit) @8227   17 years Gary Byers Report paging stats when gc verbose.
(edit) @8226   17 years andreas Initial implementation of STATIC-CONS. Uses locks on critical path, …
(edit) @8225   17 years R. Matthew Emerson Try to get unconfused about things tagged with fulltag-imm.
(edit) @8224   17 years Gary Byers Don't clear %temp2 (aka %ra0) twice, either.
(edit) @8223   17 years R. Matthew Emerson Put back _beginfile macro.
(edit) @8222   17 years R. Matthew Emerson Initialize node_regs_mask in TCR with default value.
(edit) @8221   17 years mikel moved example files to subdirectory for conveinent packaging
(edit) @8220   17 years mikel moved example files to subdirectory for conveinent packaging
(edit) @8219   17 years Gary Byers %CREATE-FILE handles :IF-EXISTS NIL by setting #$O_EXCL in open call, …
(edit) @8218   17 years Gary Byers GEN-FILE-NAME (used to create temporary names for (OPEN .. :IF-EXISTS …
(edit) @8217   17 years Gary Byers MAKE-FILE-STREAM (called by OPEN) passes :IF-EXISTS NIL do …
(edit) @8216   17 years R. Matthew Emerson Rewrite %tcr-toplevel-function/%set-tcr-toplevel-function to get by on …
(edit) @8215   17 years R. Matthew Emerson Conditionalize on 32-bit-target instead of ppc32-target in a couple places.
(edit) @8214   17 years R. Matthew Emerson Replace two bogus definintions of %GET-POST-FFI-MXCSR with a single …
(edit) @8213   17 years R. Matthew Emerson Make %bignum-lognot's name correctly indicate its operation.
(edit) @8212   17 years R. Matthew Emerson In XLOAD-TARGET-CONSP, add special check for NIL (which is a …
(edit) @8211   17 years R. Matthew Emerson Avoid word-size operands in trap-unless-list. The fullword code is …
(edit) @8210   17 years R. Matthew Emerson More IA-32 changes.
(edit) @8209   17 years R. Matthew Emerson SPspecset, SPspecrefcheck
(edit) @8208   17 years R. Matthew Emerson Align jump table entries on 4 byte boundaries, not 8.
(edit) @8207   17 years gz Make sure all the symbols in the editor documentation in the wiki are …
(edit) @8206   17 years andreas Initialize %temp2 too.
(edit) @8205   17 years Gary Byers ABNORMAL-APPLICATION-EXIT lost in merge.
(edit) @8204   17 years Gary Byers Indentation in PROCESS-INTERRUPT method.
(edit) @8203   17 years Gary Byers wrong-way branch in UNBOX-S16.
(edit) @8202   17 years Gary Byers Mark lisp_global(STATIC_CONSES) on entry.
(edit) @8201   17 years Gary Byers slot type predicates are optional (for type T) now.
(edit) @8200   17 years Gary Byers ignore *fsl
(edit) @8199   17 years Gary Byers copy 1.1 trunk version
(edit) @8198   17 years Gary Byers will copy 1.1 trunk version
(edit) @8197   17 years Gary Byers spell "imm1" with 2 ms.
(edit) @8196   17 years Gary Byers rme's fix to %get-errno (from trunk).
(edit) @8195   17 years Gary Byers externals property
(edit) @8194   17 years Gary Byers update externals
(edit) @8193   17 years Gary Byers fix externals
(edit) @8192   17 years Gary Byers fix externals property
(edit) @8191   17 years Gary Byers fix externals property
(edit) @8190   17 years Gary Byers change to trunk
(edit) @8189   17 years Gary Byers move to trunk
(edit) @8188   17 years Gary Byers move to trunk
(edit) @8187   17 years Gary Byers move to trunk
(edit) @8186   17 years Gary Byers move to trunk
(edit) @8185   17 years Gary Byers move to trunk
(edit) @8184   17 years Gary Byers move to trunk
(edit) @8183   17 years Gary Byers move to trunk
(edit) @8182   17 years Gary Byers move to trunk
Note: See TracRevisionLog for help on using the revision log.