index
:
code-generator
master
Copy of https://svn.cs.ru.nl/repos/clean-code-generator/, where I implement Thumb-2 code generation.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cgstack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-01
port to ARM (update existing files)
John van Groningen
1
-69
/
+196
2013-08-01
fix offsets in descriptors, for position independent code on linux
John van Groningen
1
-0
/
+2
2011-11-24
generate thread safe code on 32 bit windows if THREAD32 is defined
John van Groningen
1
-43
/
+51
2011-02-01
port to Mac OS X (AMD64)
John van Groningen
1
-0
/
+4
2006-12-01
fix bug in code generation for 64 bit version, if a real is loaded from a node
John van Groningen
1
-4
/
+13
2006-05-01
use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux
John van Groningen
1
-0
/
+4
2006-01-20
fix bugs in code generation for floating point computations for amd64
John van Groningen
1
-1
/
+5
2006-01-20
fix incorrect code generation for return with > 7 floating point parameters
John van Groningen
1
-0
/
+30
2006-01-10
fiix bug introduced in previous revision because of incorrect merging of sour...
John van Groningen
1
-0
/
+1
2006-01-10
port to 64 bit windows
John van Groningen
1
-134
/
+280
2004-07-12
add absR, negI, unsigned compare, divU, remU and faster not
John van Groningen
1
-20
/
+14
2003-07-11
add .c and .h files
John van Groningen
1
-0
/
+4320