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
cad3d94eabe78b94aba542b4722870ae50723a04
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
Feb 01, 1991
Fixed paren error that was breaking keyword arg parsing.
· 7b6869cf
ram
authored
34 years ago
7b6869cf
Jan 30, 1991
Changed CONVERT-KEYWORD-CALL to CONVERT-MORE-CALL, and made it work when
· 877439a6
ram
authored
34 years ago
877439a6
Added transforms for CONSTANTLY and COMPLEMENT.
· 9f06f67a
ram
authored
34 years ago
9f06f67a
Changed package function argument types for cleanup.
· 67d6823f
ram
authored
34 years ago
67d6823f
In DELETE-LAMBDA-VAR, reoptimize the continuation so that we get a change
· ba6f32a4
ram
authored
34 years ago
ba6f32a4
Changed COMPACT-INFO-ENVIRONMENT to sort the entries for names by their address
· 189e2526
ram
authored
34 years ago
189e2526
Jan 25, 1991
Use new fop-structset when fixing structures instead of fop-svset.
· ba3753c8
wlott
authored
34 years ago
ba3753c8
Changed SC-CASE to print the offending SC in the error message.
· 4b244227
ram
authored
34 years ago
4b244227
Jan 24, 1991
Added funcallable-instance case to set-symbol-function.
· 2fd76107
wlott
authored
34 years ago
2fd76107
Jan 22, 1991
Changed LDB-TEST to use MASK-FIELD rather than LDB so that it won't do
· d6bb4f20
ram
authored
34 years ago
d6bb4f20
Jan 20, 1991
Fixed nlx-entry-nultiple to copy the correct number of values.
· be8dce0a
wlott
authored
34 years ago
be8dce0a
Various tuning tweaks, primarily the addition of an output buffer, and
· 52baeb52
ram
authored
34 years ago
52baeb52
Jan 14, 1991
Fixed bit-array canonicalizing for the T case to have the right type.
· 8fdf681d
ram
authored
34 years ago
8fdf681d
Fixed some typos in the bit-not transform.
· 087b4dc3
wlott
authored
34 years ago
087b4dc3
Jan 13, 1991
Added transforms to inline simple-bit-vector logical operations.
· aaed4518
ram
authored
34 years ago
aaed4518
Added some missing declarations.
· 58787632
ram
authored
34 years ago
58787632
Added new EVAL-NAME keyword to DEFTRANSFORM to allow simple use of closures
· a76e4e34
ram
authored
34 years ago
a76e4e34
Made these functions INLINE so that they can be open-coded.
· 4843398d
ram
authored
34 years ago
4843398d
Added transforms to canonicalize the result arg to bit-vector ops.
· 21a4613a
ram
authored
34 years ago
21a4613a
Added stronger declaration on the SC-ALIGNMENT.
· 2f1c830c
ram
authored
34 years ago
2f1c830c
Fixed VALUES IR1 optimizer to do the REOPTIMIZE-CONTINUATION before
· a98fa3ab
ram
authored
34 years ago
a98fa3ab
Jan 12, 1991
Mark XEPs as EVER-USED so that we don't get spurious unused function
· 46008afc
ram
authored
34 years ago
46008afc
Eliminated arg type declaration in FIND-FREE-VARIABLE so that a
· b90b647a
ram
authored
34 years ago
b90b647a
Fixed a broken FUNCTION proclamation.
· a6d43f4b
ram
authored
34 years ago
a6d43f4b
Fixed bug in a format control string. It was ~[, which takes a number, but
· 452cc358
wlott
authored
34 years ago
452cc358
Jan 09, 1991
Another fix to the fix.
· f5bff586
ram
authored
34 years ago
f5bff586
Fixed the last fix.
· ba552923
ram
authored
34 years ago
ba552923
Changed PROCLAIM IR1 convert to drop unknown declarations on the floor,
· 41d90bb4
ram
authored
34 years ago
41d90bb4
Use the real structurep, etc.
· 580142c2
wlott
authored
34 years ago
580142c2
Nuked structurify.
· 76695dd9
wlott
authored
34 years ago
76695dd9
Added set-funcallable-instance-info and new structure stuff.
· 557a90f9
wlott
authored
34 years ago
557a90f9
Dinked the fasl file version up to 2.
· 7bfd7d2d
wlott
authored
34 years ago
7bfd7d2d
Jan 08, 1991
Fixed the defknown for make-structure to only have one arg.
· a5386fd6
wlott
authored
34 years ago
a5386fd6
Jan 03, 1991
Changed LET and LET* to allow var specs like (VAR), as allowed by some
· 3ebe49ba
ram
authored
34 years ago
3ebe49ba
Fixed frozen structure type test stuff to allow any subtypes of the
· 3de9b531
ram
authored
34 years ago
3de9b531
Added special-casing of structure types that have been declared frozen
· 6879935d
ram
authored
34 years ago
6879935d
Added support for the FREEZE-TYPE declaration.
· 1dad2d93
ram
authored
34 years ago
1dad2d93
Added :RESTART-P key to DO-NODES that provides for robust iteration in
· 6f71d2c9
ram
authored
34 years ago
6f71d2c9
Tweaked template selection so that it will pick cheap safe templates even
· bbf5c1fe
ram
authored
34 years ago
bbf5c1fe
Added efficency note for when a rest arg prevents local call conversion.
· e1bd08ae
ram
authored
34 years ago
e1bd08ae
Loading