lp:nasm

Created by VCS imports and last modified
Get this branch:
bzr branch lp:nasm

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
NASM
Status:
Development

Import details

Import Status: Failed

This branch is an import of the CVS module nasm from :pserver:anonymous@nasm.cvs.sourceforge.net:/cvsroot/nasm.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 20 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 20 seconds — see the log

Recent revisions

549. By hpa

pptok.c: quick-and-dirty downcasing during prehashing

Speed up pptok.c by just doing |= 0x20 instead of calling tolower() for
every character during prehashing. This is good enough for our needs,
since we don't have any tokens containing the characters @ [ \ ] _ nor
any high-bit characters (in which case we'd have to worry about multibyte
anyway.)

548. By hpa

phash: Tell the user when the graph is OK

Tell the user when the graph is OK, so that we don't get quite so much of
"a list of errors followed by a long pause."

547. By hpa

pptok.c: handle holes in the pp_directives array

We need to fail if we land in a hole in the pp_directives array, since
we have a noncontiguous enum preproc_token now.

546. By hpa

preproc.c: adjust whitespace

Be consistent about whitespace.

545. By hpa

More automation in the preprocessor conditionals handling

Further automate the production of preprocessor conditionals. Now the
code automatically folds if/elif and the negatives.

544. By hpa

pptok.c: fix spacing

543. By hpa

Generate automatically correct tests for %if and %elif

Automatically generate macros to test for %if and %elif variants, which
are guaranteed to be correct across future changes.

542. By hpa

Run "make alldeps"; add dependencies missing from the previous checkin

It helps to run "make alldeps" when the changes are actually complete...

541. By hpa

Use a perfect hash to look up preprocessor directives

Use a perfect hash to look up preprocessor directives, and generate
the preprocessor directive list automatically.

540. By hpa

Handle instructions which can have both REX.W and OSP

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.