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
/
cgopt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-06
use new apply and new descriptors for IA32,
John van Groningen
1
-0
/
+6
2005-01-19
implement mulUUL and divLU instructions for IA32,
John van Groningen
1
-7
/
+47
2005-01-13
add divU for the PowerPC
John van Groningen
1
-6
/
+9
2005-01-10
fix 4 byte alignment after replacing jmp with a compare, branch and jump to
John van Groningen
1
-0
/
+6
2004-11-17
enable OPTIMIZE_LOOPS for I486
John van Groningen
1
-1
/
+3
2004-07-15
add absR and negI for sparc
John van Groningen
1
-8
/
+4
2004-07-14
support neg and not in the register allocator
John van Groningen
1
-0
/
+6
2004-07-12
implement absR, negI and faster not for the PowerPC
John van Groningen
1
-3
/
+3
2004-07-12
add absR, negI, unsigned compare, divU, remU and faster not
John van Groningen
1
-34
/
+253
2004-05-12
use scratch register during register allocation on IA32
John van Groningen
1
-1
/
+1
2004-04-23
implement umulIIL instruction on the PowerPC
John van Groningen
1
-0
/
+3
2003-05-16
remove (enable) FIX_REG_USES_INDEX #define
John van Groningen
1
-63
/
+3
2003-05-16
optimize remainder of non power of 2 constant for IA32
John van Groningen
1
-0
/
+3949