dicej
|
b1750c0c9a
|
fix powerpc.S syntax errors
|
2008-06-15 12:28:48 -06:00 |
|
dicej
|
358f3f801b
|
Merge branch 'master' of oss.ecovate.com:/var/local/git/avian into powerpc
|
2008-06-15 11:48:05 -06:00 |
|
Joel Dice
|
b683d836c3
|
implement longCompareRR
|
2008-06-12 11:23:20 -06:00 |
|
Joel Dice
|
6f5cc9f45f
|
fix unused parameter warning
|
2008-06-12 11:09:53 -06:00 |
|
Joel Dice
|
e9c37f5ffd
|
add more tests of operations on longs to Misc.java
|
2008-06-12 11:00:43 -06:00 |
|
Joel Dice
|
eabb37e6eb
|
add lcmp instruction to Compiler and corresponding LongCompare instruction to Assembler, since that's the only efficient way to implement the lcmp bytecode on x86
|
2008-06-12 10:56:48 -06:00 |
|
Joel Dice
|
357acbdb0f
|
implement move4To8CR, which just defers to moveCR
|
2008-06-11 08:59:05 -06:00 |
|
Joel Dice
|
94f7efc160
|
ignore contents of stack location in popNow if the value already resides elsewhere besides the stack
|
2008-06-11 08:47:06 -06:00 |
|
Joel Dice
|
633ef83fa1
|
fix handling of values which appear more than once on the stack in trySteal
|
2008-06-10 18:48:46 -06:00 |
|
Joel Dice
|
b80a3cea85
|
handle constant comparisons (sometimes generated by ProGuard) in compiler
|
2008-06-10 18:17:44 -06:00 |
|
Joel Dice
|
dc136bb751
|
fix stack tracking weirdness for jsr instruction
|
2008-06-10 18:16:02 -06:00 |
|
Joel Dice
|
5b2065e76c
|
only elide constant multiply if constant is one, not zero (duh)
|
2008-06-10 18:14:15 -06:00 |
|
Joel Dice
|
fc8c5a2ea9
|
fix a few bugs revealed by ProGuard optimizations, including too-early constant propagation during array loads and stores
|
2008-06-10 08:49:13 -06:00 |
|
Joel Dice
|
064ba4519a
|
update version number to 0.1
|
2008-06-08 15:51:11 -06:00 |
|
Joel Dice
|
4b67adaa0a
|
sketch vmNativeCall implementation for powerpc
|
2008-06-08 13:47:37 -06:00 |
|
Joel Dice
|
ca6215c720
|
start fleshing out powerpc.S
|
2008-06-06 08:55:16 -06:00 |
|
dicej
|
f375f6e85c
|
enable powerpc build for process=interpret (won't run yet, though)
|
2008-06-04 17:09:09 -06:00 |
|
dicej
|
9e0f0a17a7
|
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian into powerpc
|
2008-06-04 16:22:46 -06:00 |
|
dicej
|
0ccf8d57ea
|
rough sketch of powerpc support
|
2008-06-04 16:21:27 -06:00 |
|
Joel Dice
|
ec791a90de
|
fix process=interpret build
|
2008-06-04 16:17:06 -06:00 |
|
Eric Scharff
|
2aadbaac38
|
Force alignment for native calls
|
2008-06-02 11:43:58 -06:00 |
|
Eric Scharff
|
33306aa2f5
|
Fix warning on confused Mac OS X gcc 4.0
|
2008-06-02 10:12:09 -06:00 |
|
Joel Dice
|
3b0e05b739
|
fix unused parameter warning
|
2008-06-02 08:13:20 -06:00 |
|
Joel Dice
|
ecfb853f17
|
use relative branches where possible on amd64
|
2008-06-02 07:49:09 -06:00 |
|
Joel Dice
|
31c2ea7277
|
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
|
2008-06-02 07:01:41 -06:00 |
|
Joel Dice
|
2f3e1ea393
|
fix incorrect debug logging message
|
2008-05-31 19:40:18 -06:00 |
|
Joel Dice
|
7d1ed0da05
|
Merge branch 'compiler' of oss.readytalk.com:/var/local/git/avian
Conflicts:
src/compiler.cpp
|
2008-05-31 19:30:28 -06:00 |
|
Joel Dice
|
7cdff9f1ee
|
disable debug logging and fix build warnings
|
2008-05-31 17:06:45 -06:00 |
|
Joel Dice
|
eacca98c3f
|
fix regressions affecting 32-bit systems
|
2008-05-31 16:53:37 -06:00 |
|
Joel Dice
|
1450b12e5b
|
visit thunk objects during GC in MyProcessor::visitObjects
|
2008-05-31 16:24:32 -06:00 |
|
Joel Dice
|
e68a18248c
|
use codePromise helper function in CallEvent ctor
|
2008-05-31 16:24:04 -06:00 |
|
Joel Dice
|
65830a76c5
|
improve efficiency of array bounds checks and generate a thunk table for native functions called indirectly
|
2008-05-31 16:14:27 -06:00 |
|
Joel Dice
|
51256f3cc2
|
fix moveCM for 64-bit constants on 64-bit machines
|
2008-05-22 18:16:44 -06:00 |
|
Joel Dice
|
f05318b787
|
fix thinkos in d2i and friends
|
2008-05-22 18:08:41 -06:00 |
|
Joel Dice
|
3326aafdac
|
various 32-bit fixes
|
2008-05-22 11:15:18 -06:00 |
|
Joel Dice
|
21cb1c3c8f
|
remove Event::validate, since it is no longer needed and actually causes trouble
|
2008-05-20 16:47:53 -06:00 |
|
Joel Dice
|
36dbf1ad14
|
fix another local variable caching bug
|
2008-05-20 15:24:10 -06:00 |
|
Joel Dice
|
d604efd8f5
|
fix local variable caching bug
|
2008-05-20 13:11:42 -06:00 |
|
Joel Dice
|
651c4559db
|
implement compareAR
|
2008-05-19 10:39:05 -06:00 |
|
Joel Dice
|
983e64c86a
|
preserve old value of local variable *before* it is overwritten
|
2008-05-19 10:14:54 -06:00 |
|
Joel Dice
|
83da1ec205
|
preserve old value of local variable across store if it will be used later; tweak site ownership transfer in MoveEvent.compile
|
2008-05-19 08:53:40 -06:00 |
|
Joel Dice
|
292f84a3fa
|
fix thinko in laload implementation
|
2008-05-19 08:50:37 -06:00 |
|
Joel Dice
|
08a1921eb7
|
only set target equal to src->source in MoveEvent.compile if it is a simple load or store
|
2008-05-19 07:44:39 -06:00 |
|
Joel Dice
|
ad6153612b
|
disallow memory,constant comparisons on x86
|
2008-05-19 07:43:37 -06:00 |
|
Joel Dice
|
b52cefa86e
|
disallow memory operands in 32-bit comparisons on amd64
|
2008-05-19 07:27:05 -06:00 |
|
Joel Dice
|
3c30e815ec
|
optimize multiple loads from the same local variable
|
2008-05-18 22:31:52 -06:00 |
|
Joel Dice
|
56d8851764
|
constrain temporary register in moveMM according to moveMR's requirements
|
2008-05-18 22:28:47 -06:00 |
|
Joel Dice
|
f3fb813714
|
update valgrind.supp to suppress ld-2.6.so warnings
|
2008-05-18 22:24:12 -06:00 |
|
Joel Dice
|
c9f06933e2
|
test long addition and subtraction in Misc, as well as multidimensional array creation
|
2008-05-18 09:45:52 -06:00 |
|
Joel Dice
|
b2e25f4e17
|
reorder makeMultidimensionalArray parameters to remove the need for the caller to save the stack pointer in a temporary register
|
2008-05-18 09:45:11 -06:00 |
|