• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. Tiempo Autor
6342dbd 2009-08-01 07:30:23 Android (Google) Code Review

Merge change 9401

* changes:
Clean up the way we handle postfix operators.

61c00b8 2009-08-01 07:30:07 Android (Google) Code Review

Merge change 9400

* changes:
Implement pre-increment / pre-decrement

e62b6ea 2009-08-01 07:29:42 Android (Google) Code Review

Merge change 9399

* changes:
Support the comma operator.

47cbea9 2009-08-01 07:25:53 Jack Palevich

Support brackets for accessing array values.

Don't yet support allocating arrays.

5b65909 2009-08-01 06:55:07 Jack Palevich

Clean up the way we handle postfix operators.

Function names are now treated just like any other variable.

aaac928 2009-08-01 06:34:34 Jack Palevich

Implement pre-increment / pre-decrement

43aaee3 2009-08-01 06:01:37 Jack Palevich

Support the comma operator.

95f2af6 2009-08-01 04:06:17 Android (Google) Code Review

Merge change 9366

* changes:
Implement op=.

18f275a 2009-08-01 04:05:53 Android (Google) Code Review

Merge change 9365

* changes:
Test multiple levels of pointer indirection.

460675e 2009-08-01 04:05:22 Android (Google) Code Review

Merge change 9364

* changes:
Assignment in ordinary expressions is now handled using lvals and rvals.

bb75dcc 2009-08-01 04:04:56 Android (Google) Code Review

Merge change 9363

* changes:
Start using lvals and rvals.

b10177a 2009-08-01 04:03:20 Android (Google) Code Review

Merge change 9362

* changes:
Change assignment code gen to use leaR0 .. storeR0ToTOS.

0c01774 2009-08-01 04:00:39 Jack Palevich

Implement op=.

beb4fe9 2009-08-01 03:27:29 Jack Palevich

Test multiple levels of pointer indirection.

29daf57 2009-07-31 11:38:55 Jack Palevich

Assignment in ordinary expressions is now handled using lvals and rvals.

b5e3331 2009-07-31 11:06:34 Jack Palevich

Start using lvals and rvals.

8968e8e 2009-07-31 08:57:33 Jack Palevich

Change assignment code gen to use leaR0 .. storeR0ToTOS.

This is another step towards being able to handle lval / rvals.

Improved storeR0ToTOS to convert R0 to the proper type to store into
*TOS. (This is something that storeR0 was already doing.)

Removed storeR0 as it is no longer being used.

1f4ff53 2009-07-31 08:31:40 Mike Lockwood

am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.

Merge commit 'cc1de48dcdf06c76ee14abbe2a237aa51b5b3bad'

* commit 'cc1de48dcdf06c76ee14abbe2a237aa51b5b3bad':
adb: Another attempted workaround for the adb disconnect problem.

cc1de48 2009-07-31 08:23:56 Mike Lockwood

adb: Another attempted workaround for the adb disconnect problem.

For adb shell commands (as well as shell based commands like logcat and bugreport) we now
batch USB writes into 4K chunks instead of sending small packets of data as they come in.
A timeout prevents us from blocking for more than 100ms when our 4K buffer is partially full.

Signed-off-by: Mike Lockwood <lockwood@android.com>

8f361fa 2009-07-31 08:19:43 Jack Palevich

Fix bad ARM code generation for '||' and '&&' operators.

Add tests of '&', '&&', '|' and '||' operators.

9f51a26 2009-07-30 08:22:26 Jack Palevich

Load function symbols using lea syntax.

Use a common code path for ordinary, forward, and indirect calls.

a868359 2009-07-30 06:57:08 Jean-Baptiste Queru

merge from donut

a7813bd 2009-07-30 03:36:04 Jack Palevich

Remove loadR0 in favor of lea + loadR0FromR0.

(This is another small step towards lval/rval.)

+ Use strd to store local doubles.
+ loadR0FromR0 now handles pointers.

ddf7c9c 2009-07-30 02:28:18 Jack Palevich

Implement inc/dec in a more lval-friendly way.

7fcdf1c 2009-07-28 09:54:10 Jack Palevich

Adjust stack alignment for local variables to work more like arguments.

This makes it easier to generate frame-pointer-relative addresses for ARM.

Prior to this we had stored char sized local variables in the highest
address of the 4-byte stack allocation. Now we store "char"s in the
lowest address of the 4-byte stack allocation, just like chars are
passed as arguments.

We now store global chars on byte boundaries.

894c5cd 2009-07-28 07:13:00 Dan Egnor

add log tags for backup/restore events

630f5f0 2009-07-27 15:18:29 Jaikumar Ganesh

Add Bluetooth PBAP service.

9c3744b 2009-07-27 03:43:56 Jean-Baptiste Queru

reconcile korg/master into goog/master

96d58f4 2009-07-26 10:07:41 Jean-Baptiste Queru

Merge korg/donut into korg/master

1fde31c 2009-07-25 08:09:22 Xavier Ducrohet

am de6f62a6: Add support for Samsung and Motorola devices.

Merge commit 'de6f62a609120c3d9e4e53689c3b309842ec874b'

* commit 'de6f62a609120c3d9e4e53689c3b309842ec874b':
Add support for Samsung and Motorola devices.