source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7907   17 years R. Matthew Emerson Use some insn mnemonics that refer to the carry flag.
(edit) @7906   17 years R. Matthew Emerson Add cmovc/cmovnc/cmovz/cmovnz/jc/jnc opcodes (which are the same thing …
(edit) @7905   17 years gz Use defloadvar for *quitting* (needed because of changeset #7699)
(edit) @7904   17 years R. Matthew Emerson Uh, at least try compiling the file before committing next time…
(edit) @7903   17 years R. Matthew Emerson New file. Much remains to be done.
(edit) @7902   17 years Gary Byers When entering the kernel debugger on X8664/Darwin, try to note if the …
(edit) @7901   17 years Gary Byers Implement HASH-TABLE-OWNER and CLAIM-HASH-TABLE; the latter probably …
(edit) @7900   17 years Gary Byers Don't generate (often bad ...) typechecks in in the optimized …
(edit) @7899   17 years gz Update from trunk to rev 7897
(edit) @7898   17 years gz Make mark-column take tabs into account so indenting works again. Bind …
(edit) @7897   17 years Gary Byers Conditionally hash symbols by address.
(edit) @7896   17 years Gary Byers Revert eep.adress to old (anchored UUO out-of-line) behavior, since …
(edit) @7895   17 years Gary Byers After a couple of failed attempts, get the improvement to the &key …
(edit) @7894   17 years Gary Byers Copy the build-time value of *BUILD-TIME-OPTIONAL-FEATURES* into the …
(edit) @7893   17 years Gary Byers Add :HASH-SYMBOLS-BY-ADDRESS to *KNOWN-OPTIONAL-FEATURES*.
(edit) @7892   17 years Gary Byers Fix type in call to %CHECK-ANCHORED-UUO in the decode of #xb* UUOs.
(edit) @7891   17 years Gary Byers Try to inorporate *optional-features* into *openmcl-version* format string.
(edit) @7890   17 years Gary Byers Get 3d array right in %TYPE-ERROR-TYPESPECS%.
(edit) @7889   17 years Gary Byers Try to avoide a GF call in %SHARED-INITIALIZE. Look at %CLASS.CPL …
(edit) @7888   17 years Gary Byers Define STANDARD-INSTANCE-P (which is inlined) before its first use.
(edit) @7887   17 years Gary Byers *OPTIONAL-FEATURES*.
(edit) @7886   17 years Gary Byers Spin a little faster (when we use spinlocks at all)
(edit) @7885   17 years R. Matthew Emerson Correct type specifier for 3d arrays in %TYPE-ERROR-TYPESPECS%
(edit) @7884   17 years gz Make Indent With Tabs be a simple boolean variable, default false …
(edit) @7883   17 years gz restore get-info-and-go-to-it
(edit) @7882   17 years R. Matthew Emerson The x86 ports don't use a shared closure trampoline.
(edit) @7881   17 years R. Matthew Emerson To avoid confusion, treat defx86lapfunction as an x86-64 thing, and …
(edit) @7880   17 years R. Matthew Emerson Use TARGET::WITH-STACK-SHORT-FLOATS
(edit) @7879   17 years R. Matthew Emerson Use TARGET::WITH-STACK-SHORT-FLOATS
(edit) @7878   17 years R. Matthew Emerson WITH-SHORT-STACK-FLOATS macro
(edit) @7877   17 years R. Matthew Emerson A few more vinsns, including some single-float ones.
(edit) @7876   17 years R. Matthew Emerson A SINGLE-FLOAT is a boxed object on x8632. Still more places where an …
(edit) @7875   17 years R. Matthew Emerson x8632 changes
(edit) @7874   17 years R. Matthew Emerson Changes for x8632. (There are numerous #+(or ppc32-target …
(edit) @7873   17 years R. Matthew Emerson SYMBOL-NAME for x8632
(edit) @7872   17 years R. Matthew Emerson Correct typo in error message
(edit) @7871   17 years R. Matthew Emerson Assume WITH-STACK-SHORT-FLOATS will be provided in the TARGET package.
(edit) @7870   17 years Gary Byers back out of last change
(edit) @7869   17 years Gary Byers Try to handle the &key &allow-other-keys (no explicit keywords) case …
(edit) @7868   17 years Gary Byers Fix absolute pc if relative PC was adjusted in lisp handler in …
(edit) @7867   17 years Gary Byers Control transfer after anchored UUO not working right; revert …
(edit) @7866   17 years Gary Byers If we have to wait in %PROMOTE-RWLOCK, release the spinlock/futex …
(edit) @7865   17 years Gary Byers GETHASH locks hash-table for reading, promotes to write-access only if …
(edit) @7864   17 years Gary Byers Don't just do MEMQ on a long list of classes in optimized reader …
(edit) @7863   17 years Gary Byers RELOCATABLE_FULLTAG_MASK has to include fulltag_symbol, …
(edit) @7862   17 years gz Get back blinking cursor in echo area reads; simplify paste support; …
(edit) @7861   17 years Gary Byers If the callback to handle a UUO claims that we should skip -1 bytes, …
(edit) @7860   17 years Gary Byers Use the new scheme so that most UUOs (at least those used to signal …
(edit) @7859   17 years Gary Byers Support the use of 2 (x86-asm) frag-lists for vinsn expansion (one for …
(edit) @7858   17 years Gary Byers Always use NOPs to pad for alignment. (We might want to align loop …
(edit) @7857   17 years Gary Byers Start support for building with optional features (GF call counting, …
(edit) @7856   17 years Gary Byers If the byte following a UUO is 0, update the xcf's relative PC from …
(edit) @7855   17 years Gary Byers Conditionalize gf call-count reporting.
(edit) @7854   17 years Gary Byers Conditionalize lock accounting.
(edit) @7853   17 years Gary Byers Conditionalize lock accounting.
(edit) @7852   17 years Gary Byers Conditionalize lock accounting.
(edit) @7851   17 years Gary Byers Conditionalize lock accounting.
(edit) @7850   17 years Gary Byers Conditionalize gf call-counting. Use lock prefix if it's enabled.
(edit) @7849   17 years Gary Byers GF code-vector templates increment gf.hash by 1 every time they're called.
(edit) @7848   17 years Gary Byers %ALLOCATE-GF-INSTANCE (there are two versions, for bootstrapping): …
(edit) @7847   17 years Gary Byers In %INIT-MISC, the number of 64-bit words is (ash (+ 63 …
(edit) @7846   17 years gz Update from trunk to rev 7845
(edit) @7845   17 years gz Print the 'defining new Objc message' note if either *compile-print* …
(edit) @7844   17 years gz isearch, more cleanup, removing unused/supported stuff, redirect …
(edit) @7843   17 years Gary Byers Uh, check that symbol is quoted in (APPLY #'MAKE-INSTANCE 'name ...)
(edit) @7842   17 years Gary Byers Make REBUILD-CCL call (UPDATE-CCL) if :update arg is true. (Defaults …
(edit) @7841   17 years Gary Byers Compiler-macro on (apply #'make-instace 'name ...)
(edit) @7840   17 years Gary Byers Fix typo in %%1ST-ARG-EQL-METHOD-HACK-DCODE: get property on SYM (1st …
(edit) @7839   17 years Bill St. Clair Optimize generic functions with lots of same-type EQL methods by using …
(edit) @7838   17 years Gary Byers Sleazy hack to try to improve some cases of EQL method dispatch.
(edit) @7837   17 years Gary Byers Remove a confusing comment. 1 down, 1153 to go.
(edit) @7836   17 years Gary Byers More win64 stuff. Move along, nothing to see here.
(edit) @7835   17 years Gary Byers More win64 stuff. Move along, nothing to see here.
(edit) @7834   17 years Gary Byers Change order of clauses in FASL-DUMP-DISPATCH, so that the IVECTOR …
(edit) @7833   17 years gz checkpoint work in progress
(edit) @7832   17 years R. Matthew Emerson Set table view data source to nil before autoreleasing window …
(edit) @7831   17 years Gary Byers Default to -DUSE_FUTEX.
(edit) @7830   17 years R. Matthew Emerson *x86-backend* -> *target-backend*
(edit) @7829   17 years R. Matthew Emerson Remove stray backquote.
(edit) @7828   17 years Gary Byers A little bit of Windows conditionalization.
(edit) @7827   17 years Gary Byers new; still a ways to go before it even compiles on win64
(edit) @7826   17 years gz Branch for event-driven ide/hemlock
(edit) @7825   17 years Gary Byers ,form, not .form
(edit) @7824   17 years Gary Byers Use commas when printing bytes allocated/freed in GC messages; try to …
(edit) @7823   17 years Gary Byers REQUIRE-TYPE deals with fuzzier cases.
(edit) @7822   17 years Gary Byers Move the definition of FIND-1ST-ARG-COMBINED-METHOD after the …
(edit) @7821   17 years Gary Byers Try to straighten out type-checking in optimized MAKE-INSTANCE; try to …
(edit) @7820   17 years R. Matthew Emerson These files are really all x8664 specific. Move them into the X8664 …
(edit) @7819   17 years R. Matthew Emerson Use WITH-ADDITIONAL-IMM-REG in more places. Alter ? and $ macros to …
(edit) @7818   17 years R. Matthew Emerson Incomplete, mostly worthless.
(edit) @7817   17 years R. Matthew Emerson Some more vinsns (including store-single, for the benefit of …
(edit) @7816   17 years R. Matthew Emerson include callback subprim in the list
(edit) @7815   17 years R. Matthew Emerson x8632 disassemble function
(edit) @7814   17 years R. Matthew Emerson Update saved register names/count for x8632. (There are none on x8632.)
(edit) @7813   17 years R. Matthew Emerson Specify interface-db-directory for darwinx8632.
(edit) @7812   17 years R. Matthew Emerson ucontext stuff for Darwin/X8632
(edit) @7811   17 years R. Matthew Emerson Darwin/PPC32 has had single-precision variants of sin/cos/etc. for a …
(edit) @7810   17 years Gary Byers Handle class slots in MAKE-INSTANTIATE-LAMBDA-FOR-CLASS-CELL.
(edit) @7809   17 years Gary Byers Use WITHOUT-INTERRUPTS in FD-STREAM-FORCE-OUTPUT.
(edit) @7808   17 years Gary Byers Use *LISTENER-PROMPT-FORMAT*.in PRINT-LISTENER-PROMPT.
Note: See TracRevisionLog for help on using the revision log.