Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
c25f2772064ddd78f3460e4d0d04dee123061490
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
compiler
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Dec 12, 1990
The results of fast-truncate/fixnum are tagged-nums, not signed-nums.
· 98b6c71b
wlott
authored
34 years ago
98b6c71b
Fixed ash to use either sra or srl depending on the sc of the *argument*,
· a52eabde
wlott
authored
34 years ago
a52eabde
Changed the existing %UNARY-TRUNCATE VOPs to be %UNARY-ROUND, and added
· b21f0cee
ram
authored
34 years ago
b21f0cee
Added ROUND => %UNARY-ROUND transform like that for TRUNCATE.
· c5700004
ram
authored
34 years ago
c5700004
Made ROUND source transform like the one for TRUNCATE, and also used
· 13cc9bdc
ram
authored
34 years ago
13cc9bdc
Dec 11, 1990
Fixed costs of binops so that the most reasonable ones have the lowest
· c69a379b
wlott
authored
34 years ago
c69a379b
Fixed make-slot to copy-list it's &rest arg before using destructive
· f3611b6e
wlott
authored
34 years ago
f3611b6e
Added stuff to also to record the number of bytes attributed to each vop
· 7bd9e0e8
wlott
authored
34 years ago
7bd9e0e8
Moved static vop counting stuff into it's own file.
· e49636e6
wlott
authored
34 years ago
e49636e6
Initial revision
· a765156f
wlott
authored
34 years ago
a765156f
Moved static vop counting into it's own file: statcount.
· fad68d8e
wlott
authored
34 years ago
fad68d8e
Added statcount.lisp
· 9ac4a93e
wlott
authored
34 years ago
9ac4a93e
Fixed uses of parse-defmacro re changes to it. The error-fun now takes
· ac7aa9dc
wlott
authored
34 years ago
ac7aa9dc
Changed DO-NODES to work even when multiple next nodes are deleted.
· c5cd3440
ram
authored
34 years ago
c5cd3440
Dec 08, 1990
Added ``code-constant-ref''
· 5e8071d9
wlott
authored
34 years ago
5e8071d9
Added ``count-me'' vop.
· 35d08ff3
wlott
authored
34 years ago
35d08ff3
Dump vectors whos element type is subtypep (unsigned-byte 32) as int
· c6e8909f
wlott
authored
34 years ago
c6e8909f
Dec 07, 1990
Added a vop, ``code-constant-ref,'' for extracting constants from code
· 6c2bc949
wlott
authored
34 years ago
6c2bc949
Added float-fast-bit defined as 0, since there isn't any such floating
· bbd81f1d
ram
authored
34 years ago
bbd81f1d
Made FLOAT-FAST-BIT be 0, since we aren't supposed to set that bit.
· 5c308d3f
ram
authored
34 years ago
5c308d3f
Dec 06, 1990
Added the ``count-me'' vop for dynamic statistic gathering.
· c86cbfc9
wlott
authored
34 years ago
c86cbfc9
Added dyncount.
· f2370866
wlott
authored
34 years ago
f2370866
When we want to collect dynamic vop counts, emit the ``count-me'' vop
· fa6c8cae
wlott
authored
34 years ago
fa6c8cae
If we want to collect dynamic statistics, all setup-dynamic-count-info
· 3bfd9630
wlott
authored
34 years ago
3bfd9630
Initial revision
· 560d7acc
wlott
authored
34 years ago
560d7acc
Added a slot to the ir2-component to hold the dynamic-vop-count-info
· 1f4a317d
wlott
authored
34 years ago
1f4a317d
Made check-fixnum be the type-check VOP for FIXNUM. The whole area of
· ab7a045a
ram
authored
34 years ago
ab7a045a
Improved syntax error checking for the :TEMPORARY spec to DEFINE-VOP.
· 0d413ee3
ram
authored
34 years ago
0d413ee3
Added constants defining the format of the FSR for floating point
· 1a93a6a5
ram
authored
34 years ago
1a93a6a5
Defined ldfsr and stfsr for manipulating the floating-point modes.
· 44b6b8e7
ram
authored
34 years ago
44b6b8e7
Implemented floating-point-modes and set-floating-point-modes.
· edaea05f
ram
authored
34 years ago
edaea05f
Moved constants describing the floating point modes to here from
· 97403c45
ram
authored
34 years ago
97403c45
Dec 04, 1990
Fixed bit, (ub 2), and (un 4) data vector accessors to work on a big-endian
· 0abf1b53
wlott
authored
34 years ago
0abf1b53
Fixed the logand derive-type optimizer to never try to expand
· aaad5fdf
wlott
authored
34 years ago
aaad5fdf
Dec 03, 1990
Removed the bignum:: from in front of bignum symbols, 'cause they are now
· f9a803e6
wlott
authored
34 years ago
f9a803e6
Fixed unsigned-byte-32-logcount to return a fixnum in it's any-reg result
· d76a0332
wlott
authored
34 years ago
d76a0332
Dec 02, 1990
Fixed a lifetime bug in full-call. ``Temp'' was being used to help compute
· c9ac108f
wlott
authored
34 years ago
c9ac108f
Added #+pmax and #+sparc as necessary.
· c5ec6832
wlott
authored
34 years ago
c5ec6832
Deleted the defconstant for mumble-float-digits, 'cause it also exists in
· 3c95c034
wlott
authored
34 years ago
3c95c034
Qualify double-float-digits as being in the VM package.
· babacb47
wlott
authored
34 years ago
babacb47
Loading