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
/
cgcalc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-14
improve computation of used registers for reading from arrays, prevents
John van Groningen
1
-2
/
+4
2006-01-20
fix bugs in code generation for floating point computations for amd64
John van Groningen
1
-0
/
+5
2006-01-10
port to 64 bit windows
John van Groningen
1
-0
/
+35
2005-10-06
use new apply and new descriptors for IA32,
John van Groningen
1
-2
/
+11
2005-05-18
test for GNEG in mark_graph_1 for all platforms
John van Groningen
1
-1
/
+1
2005-05-11
fix bug in mulUUL instruction
John van Groningen
1
-1
/
+1
2005-01-19
implement mulUUL and divLU instructions for IA32,
John van Groningen
1
-17
/
+205
2005-01-13
add divU for the PowerPC
John van Groningen
1
-4
/
+4
2004-07-15
add absR and negI for sparc
John van Groningen
1
-6
/
+4
2004-07-12
implement absR, negI and faster not for the PowerPC
John van Groningen
1
-5
/
+5
2004-07-12
add absR, negI, unsigned compare, divU, remU and faster not
John van Groningen
1
-3
/
+57
2004-04-23
implement umulIIL instruction on the PowerPC
John van Groningen
1
-0
/
+12
2003-07-11
add .c and .h files
John van Groningen
1
-0
/
+2947