Jonas Maebe
|
b96fc49809
* fixed bug regarding removal of "test/or reg,reg": apparently, shr/shl
|
25 years ago |
peter
|
a71e44ac49
* use defines.inc
|
25 years ago |
Jonas Maebe
|
91faeee3a4
* fixed web bug #1133 (merged from fixes branch)
|
25 years ago |
Jonas Maebe
|
0f02db341c
* fix for web bug1099 (merged from fixes branch)
|
25 years ago |
peter
|
195bc075eb
* $ifdef go32v2 -> target_info.target=go32v2
|
25 years ago |
Jonas Maebe
|
5efdcfc3a5
* readded l1 variable (between ifdef go32v2 to avoid hints/notes)
|
25 years ago |
peter
|
4549ef44e1
* merges from fixes
|
25 years ago |
Jonas Maebe
|
d446128ceb
- removed imul support from -dfoldarithops since "imull [reg32],[mem32]"
|
25 years ago |
Jonas Maebe
|
df9e505622
* fixed bug in shr/shl optimization when -Og is used (merged from fixes
|
25 years ago |
Jonas Maebe
|
ce46621762
* daopt386: changes to getnextinstruction/getlastinstruction so they
|
25 years ago |
michael
|
2949824a69
+ Patch to 1.1
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
Jonas Maebe
|
79e58b655c
* real fix for web bug #1032 (removed previous coment since it was false)
|
25 years ago |
Jonas Maebe
|
f42e4f21b4
* fixed web bug #1032
|
25 years ago |
Jonas Maebe
|
eed3807af0
* moved "<flag setting operation>; test/or reg,reg" to "<flag setting
|
25 years ago |
Jonas Maebe
|
18dd1f715b
+ support for inc/dec/imul in foldarithops
|
25 years ago |
Jonas Maebe
|
23c8f29811
* fixed bug in "subl $2,%esp; .. ; pushw mem" optimization when the
|
25 years ago |
Jonas Maebe
|
a48a8031b8
* changed "mov reg1, reg2; mov reg2, y" optimization that caused
|
25 years ago |
Jonas Maebe
|
f648aaf986
* small regalloc fix
|
25 years ago |
Jonas Maebe
|
6c09cba112
* some more allocRegBetween fixes (-al didn't function previously
|
25 years ago |
Jonas Maebe
|
a890c59e05
* fixed bug in regUsedAfterInstruction (it didn't convert the reg
|
25 years ago |
Jonas Maebe
|
3555239e29
* remove dealloc/alloc of reg1 between "movl %reg1,%reg2;
|
25 years ago |
Jonas Maebe
|
0ab87d5ed8
* modifications to make the compiler functional when compiled with
|
25 years ago |
Jonas Maebe
|
958d6dacef
* fix for imul optimization in popt386 (exclude top_ref as first
|
25 years ago |
Jonas Maebe
|
0cbad4fe45
+ change "mov reg1,reg2;imul x,reg2" to "imul x,reg1,reg2" in popt386
|
25 years ago |
peter
|
4a4a24b6e8
* log truncated
|
25 years ago |
Jonas Maebe
|
245975562b
* fpuloadstore optimizations are now done before and after the CSE
|
25 years ago |
florian
|
b2098c4de5
* some improvemenst to cmov support
|
25 years ago |
florian
|
332c7a568f
* CMOV support in optimizer (in define USECMOV)
|
25 years ago |