aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Test multiple levels of pointer indirection.Jack Palevich2009-07-312-1/+47
* | | | | Merge change 9364Android (Google) Code Review2009-07-311-23/+19
|\| | | |
| * | | | Assignment in ordinary expressions is now handled using lvals and rvals.Jack Palevich2009-07-301-23/+19
* | | | | Merge change 9363Android (Google) Code Review2009-07-311-19/+60
|\| | | |
| * | | | Start using lvals and rvals.Jack Palevich2009-07-301-19/+60
* | | | | Merge change 9362Android (Google) Code Review2009-07-311-119/+11
|\| | | |
| * | | | Change assignment code gen to use leaR0 .. storeR0ToTOS.Jack Palevich2009-07-301-119/+11
* | | | | am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood2009-07-301-11/+81
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood2009-07-301-11/+81
* | | | Fix bad ARM code generation for '||' and '&&' operators.Jack Palevich2009-07-303-1/+60
* | | | Load function symbols using lea syntax.Jack Palevich2009-07-292-49/+98
* | | | Remove loadR0 in favor of lea + loadR0FromR0.Jack Palevich2009-07-291-140/+10
* | | | Implement inc/dec in a more lval-friendly way.Jack Palevich2009-07-293-32/+125
* | | | Adjust stack alignment for local variables to work more like arguments.Jack Palevich2009-07-271-7/+43
* | | | add log tags for backup/restore eventsDan Egnor2009-07-271-42/+54
* | | | Add Bluetooth PBAP service.Jaikumar Ganesh2009-07-261-0/+6
* | | | reconcile korg/master into goog/masterJean-Baptiste Queru2009-07-260-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-25163-4012/+8929
| |\ \ \
* | \ \ \ am de6f62a6: Add support for Samsung and Motorola devices.Xavier Ducrohet2009-07-242-3/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add support for Samsung and Motorola devices.Xavier Ducrohet2009-07-242-3/+13
* | | | | am d52f54c4: install recovery image using patch mechanismDoug Zongker2009-07-231-1/+1
|\| | | |
| * | | | install recovery image using patch mechanismDoug Zongker2009-07-231-1/+1
| | |_|/ | |/| |
* | | | Keep track of the current arena.Jack Palevich2009-07-231-51/+52
* | | | Fix the ARM postdecrement operator.Jack Palevich2009-07-233-8/+58
* | | | Merge change 7792Android (Google) Code Review2009-07-171-124/+153
|\ \ \ \
| * | | | Code generator cleanupJack Palevich2009-07-171-124/+153
* | | | | Merge change 7791Android (Google) Code Review2009-07-171-24/+0
|\| | | |
| * | | | Remove unused logging code.Jack Palevich2009-07-171-24/+0
* | | | | Merge change 7790Android (Google) Code Review2009-07-171-5/+24
|\| | | |
| * | | | Track lvalues vs. rvalues.Jack Palevich2009-07-171-5/+24
* | | | | am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the SD...San Mehat2009-07-177-18/+40
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | vold: If we're bootstrapping, don't automatically mount the SD card. Also fix...San Mehat2009-07-167-18/+40
* | | | | am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the chec...San Mehat2009-07-171-22/+49
|\| | | |
| * | | | vold: vfat: Run up to 3 passes of the disk checker when the checkerSan Mehat2009-07-161-22/+49
* | | | | am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mountingSan Mehat2009-07-171-2/+1
|\| | | | | |/ / / |/| | |
| * | | vold: Allow a damaged volume to be re-evaluated for mountingSan Mehat2009-07-161-2/+1
* | | | Report error (rather than crashing) when a declaration name is missing.Jack Palevich2009-07-161-9/+18
* | | | Coerce R0 to destination type before storing it into a variable.Jack Palevich2009-07-163-15/+33
* | | | Implement a "#line" directive.Jack Palevich2009-07-161-40/+44
* | | | Detect assignments to undeclared variables.Jack Palevich2009-07-161-13/+27
* | | | If the compile failed, return NULL from symbol lookups.Jack Palevich2009-07-161-7/+11
* | | | Merge change 7495Android (Google) Code Review2009-07-151-1/+10
|\ \ \ \
| * | | | Improve error handlingJack Palevich2009-07-151-1/+10
* | | | | Merge change 7456Android (Google) Code Review2009-07-151-1/+1
|\ \ \ \ \
| * | | | | init: Change owner of /dev/uinput to systemKen Schultz2009-07-151-1/+1
* | | | | | Merge change 7464Android (Google) Code Review2009-07-153-49/+103
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Improve numerical constant parsing.Jack Palevich2009-07-153-49/+103
* | | | | Add OPUSH to register obex server.Nick Pelly2009-07-141-0/+6
|/ / / /
* | | | Add accRegisterSymbolCallback API to control external symbol linkage.Jack Palevich2009-07-145-2/+183
* | | | Add test for passing floats and doubles as ints, floats, and doubles.Jack Palevich2009-07-142-12/+25