index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assemble.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Same some space by introducing shorthand byte codes for SSE prefixes
H. Peter Anvin
2008-05-20
1
-0
/
+27
*
Remove special hacks to avoid zero bytecodes
H. Peter Anvin
2008-05-12
1
-15
/
+2
*
Generate a byte array instead of using strings for the byte codes
H. Peter Anvin
2008-05-12
1
-7
/
+7
*
Add support for register-number immediates with fixed 4-bit values
H. Peter Anvin
2008-05-06
1
-0
/
+12
*
The AVX R,X,B, and V fields (but not W) are inverted.
H. Peter Anvin
2008-05-04
1
-4
/
+4
*
First cut at AVX machinery.
H. Peter Anvin
2008-05-04
1
-7
/
+112
*
Correctly identify SBYTE in the optimizer
H. Peter Anvin
2008-04-04
1
-60
/
+133
*
BR 1880905: make sure we have enough zero-padding data for 'DO'
H. Peter Anvin
2008-01-27
1
-1
/
+2
*
BR 1864243: better warnings for out-of-range constants
H. Peter Anvin
2008-01-08
1
-4
/
+9
*
regularized spelling of license to match name of LICENSE file
Beroset
2007-12-29
1
-1
/
+1
*
BR 1834292: Fix multiple disassembler bugs
H. Peter Anvin
2007-11-18
1
-8
/
+6
*
Remove some vestiges of "native" RESW/RESD support
H. Peter Anvin
2007-11-15
1
-6
/
+2
*
Address data is int64_t; simplify writing an address object
H. Peter Anvin
2007-11-13
1
-11
/
+6
*
Fix disassembly of XCHG
H. Peter Anvin
2007-11-12
1
-0
/
+15
*
Don't combine type and size into a single argument
H. Peter Anvin
2007-11-09
1
-98
/
+86
*
Upgrade RAA functions to hold 64-bit data.
Charles Crayne
2007-11-07
1
-3
/
+3
*
Pass 64-bit instruction lengths to back-ends.
Charles Crayne
2007-11-06
1
-2
/
+2
*
Prepare for 64-bit instruction lengths
Charles Crayne
2007-11-06
1
-15
/
+15
*
Disambiguate error messages
Charles Crayne
2007-11-05
1
-4
/
+4
*
Make warning limit valid for both i386 and x86_64
Charles Crayne
2007-11-04
1
-1
/
+1
*
Warn on out of bounds EA displacements
Charles Crayne
2007-11-03
1
-1
/
+3
*
Move declarations before statements
H. Peter Anvin
2007-11-01
1
-1
/
+2
*
Clean up the handing of operands in assemble.c
H. Peter Anvin
2007-10-29
1
-81
/
+86
*
Don't warn for segmented references
H. Peter Anvin
2007-10-29
1
-2
/
+6
*
Fix bogus flagging of effective addresses as invalid
H. Peter Anvin
2007-10-28
1
-2
/
+2
*
64-bit addressing and prefix handling changes
H. Peter Anvin
2007-10-28
1
-83
/
+155
*
Formatting: kill off "stealth whitespace"
H. Peter Anvin
2007-10-19
1
-36
/
+36
*
Suppress a few signedness warnings
Charles Crayne
2007-10-18
1
-1
/
+1
*
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
2007-10-10
1
-9
/
+9
*
Emit REX prefix before literal zero (\170)
H. Peter Anvin
2007-10-05
1
-0
/
+1
*
Portability fixes
H. Peter Anvin
2007-10-02
1
-0
/
+2
*
Unbreak relative references to immediate addresses
H. Peter Anvin
2007-09-28
1
-4
/
+3
*
assemble.c: clean up whitespace
H. Peter Anvin
2007-09-25
1
-1
/
+1
*
Auto-generate 0x67 prefixes without the need for \30x codes
H. Peter Anvin
2007-09-22
1
-55
/
+107
*
Fix handling of DO; support unary + for floating-point numbers
H. Peter Anvin
2007-09-18
1
-4
/
+9
*
Implement "oword" (128 bits) as a first-class size
H. Peter Anvin
2007-09-18
1
-0
/
+7
*
Actually generate SSE5 instructions
H. Peter Anvin
2007-09-17
1
-4
/
+15
*
Initial support for generating DREX suffixes
H. Peter Anvin
2007-09-17
1
-2
/
+62
*
Fix a few instances of missing renumbers
H. Peter Anvin
2007-09-17
1
-2
/
+2
*
Enable IF_AR3
H. Peter Anvin
2007-09-17
1
-2
/
+0
*
Initial support for four arguments per instruction
H. Peter Anvin
2007-09-17
1
-93
/
+152
*
Add (untested!) SSSE3, SSE4.1, SSE4.2 instructions
H. Peter Anvin
2007-09-12
1
-6
/
+11
*
Use enumerations where practical to ease debugging
H. Peter Anvin
2007-09-12
1
-1
/
+6
*
Handle instructions which can have both REX.W and OSP
H. Peter Anvin
2007-09-11
1
-5
/
+17
*
Make the big instruction arrays "const"
H. Peter Anvin
2007-09-11
1
-6
/
+4
*
assemble.c: correct special handing of ESP/RSP
H. Peter Anvin
2007-09-10
1
-1
/
+1
*
Implement REL/ABS modifiers
H. Peter Anvin
2007-08-28
1
-31
/
+7
*
Fixed RIP address processing ambiguity found by Charles Crayne.
Keith Kanios
2007-08-19
1
-0
/
+1
*
Fixed issues with REX prefix effective address generation. Fixed XMM instruct...
Keith Kanios
2007-08-17
1
-21
/
+31
*
More int/int32_t confusion
H. Peter Anvin
2007-07-07
1
-2
/
+2
[next]