| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Test multiple levels of pointer indirection. | Jack Palevich | 2009-07-31 | 2 | -1/+47 | |
| * | | | | | Merge change 9364 | Android (Google) Code Review | 2009-07-31 | 1 | -23/+19 | |
| |\| | | | | ||||||
| | * | | | | Assignment in ordinary expressions is now handled using lvals and rvals. | Jack Palevich | 2009-07-30 | 1 | -23/+19 | |
| * | | | | | Merge change 9363 | Android (Google) Code Review | 2009-07-31 | 1 | -19/+60 | |
| |\| | | | | ||||||
| | * | | | | Start using lvals and rvals. | Jack Palevich | 2009-07-30 | 1 | -19/+60 | |
| * | | | | | Merge change 9362 | Android (Google) Code Review | 2009-07-31 | 1 | -119/+11 | |
| |\| | | | | ||||||
| | * | | | | Change assignment code gen to use leaR0 .. storeR0ToTOS. | Jack Palevich | 2009-07-30 | 1 | -119/+11 | |
| * | | | | | am cc1de48d: adb: Another attempted workaround for the adb disconnect problem. | Mike Lockwood | 2009-07-30 | 1 | -11/+81 | |
| |\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| | * | | | adb: Another attempted workaround for the adb disconnect problem. | Mike Lockwood | 2009-07-30 | 1 | -11/+81 | |
| * | | | | Fix bad ARM code generation for '||' and '&&' operators. | Jack Palevich | 2009-07-30 | 3 | -1/+60 | |
| * | | | | Load function symbols using lea syntax. | Jack Palevich | 2009-07-29 | 2 | -49/+98 | |
| * | | | | Remove loadR0 in favor of lea + loadR0FromR0. | Jack Palevich | 2009-07-29 | 1 | -140/+10 | |
| * | | | | Implement inc/dec in a more lval-friendly way. | Jack Palevich | 2009-07-29 | 3 | -32/+125 | |
| * | | | | Adjust stack alignment for local variables to work more like arguments. | Jack Palevich | 2009-07-27 | 1 | -7/+43 | |
| * | | | | add log tags for backup/restore events | Dan Egnor | 2009-07-27 | 1 | -42/+54 | |
| * | | | | Add Bluetooth PBAP service. | Jaikumar Ganesh | 2009-07-26 | 1 | -0/+6 | |
| * | | | | reconcile korg/master into goog/master | Jean-Baptiste Queru | 2009-07-26 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | Merge korg/donut into korg/master | Jean-Baptiste Queru | 2009-07-25 | 163 | -4012/+8929 | |
| | |\ \ \ | ||||||
| * | \ \ \ | am de6f62a6: Add support for Samsung and Motorola devices. | Xavier Ducrohet | 2009-07-24 | 2 | -3/+13 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | Add support for Samsung and Motorola devices. | Xavier Ducrohet | 2009-07-24 | 2 | -3/+13 | |
| * | | | | | am d52f54c4: install recovery image using patch mechanism | Doug Zongker | 2009-07-23 | 1 | -1/+1 | |
| |\| | | | | ||||||
| | * | | | | install recovery image using patch mechanism | Doug Zongker | 2009-07-23 | 1 | -1/+1 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Keep track of the current arena. | Jack Palevich | 2009-07-23 | 1 | -51/+52 | |
| * | | | | Fix the ARM postdecrement operator. | Jack Palevich | 2009-07-23 | 3 | -8/+58 | |
| * | | | | Merge change 7792 | Android (Google) Code Review | 2009-07-17 | 1 | -124/+153 | |
| |\ \ \ \ | ||||||
| | * | | | | Code generator cleanup | Jack Palevich | 2009-07-17 | 1 | -124/+153 | |
| * | | | | | Merge change 7791 | Android (Google) Code Review | 2009-07-17 | 1 | -24/+0 | |
| |\| | | | | ||||||
| | * | | | | Remove unused logging code. | Jack Palevich | 2009-07-17 | 1 | -24/+0 | |
| * | | | | | Merge change 7790 | Android (Google) Code Review | 2009-07-17 | 1 | -5/+24 | |
| |\| | | | | ||||||
| | * | | | | Track lvalues vs. rvalues. | Jack Palevich | 2009-07-17 | 1 | -5/+24 | |
| * | | | | | am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the SD... | San Mehat | 2009-07-17 | 7 | -18/+40 | |
| |\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | | vold: If we're bootstrapping, don't automatically mount the SD card. Also fix... | San Mehat | 2009-07-16 | 7 | -18/+40 | |
| * | | | | | am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the chec... | San Mehat | 2009-07-17 | 1 | -22/+49 | |
| |\| | | | | ||||||
| | * | | | | vold: vfat: Run up to 3 passes of the disk checker when the checker | San Mehat | 2009-07-16 | 1 | -22/+49 | |
| * | | | | | am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mounting | San Mehat | 2009-07-17 | 1 | -2/+1 | |
| |\| | | | | |/ / / |/| | | | ||||||
| | * | | | vold: Allow a damaged volume to be re-evaluated for mounting | San Mehat | 2009-07-16 | 1 | -2/+1 | |
| * | | | | Report error (rather than crashing) when a declaration name is missing. | Jack Palevich | 2009-07-16 | 1 | -9/+18 | |
| * | | | | Coerce R0 to destination type before storing it into a variable. | Jack Palevich | 2009-07-16 | 3 | -15/+33 | |
| * | | | | Implement a "#line" directive. | Jack Palevich | 2009-07-16 | 1 | -40/+44 | |
| * | | | | Detect assignments to undeclared variables. | Jack Palevich | 2009-07-16 | 1 | -13/+27 | |
| * | | | | If the compile failed, return NULL from symbol lookups. | Jack Palevich | 2009-07-16 | 1 | -7/+11 | |
| * | | | | Merge change 7495 | Android (Google) Code Review | 2009-07-15 | 1 | -1/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Improve error handling | Jack Palevich | 2009-07-15 | 1 | -1/+10 | |
| * | | | | | Merge change 7456 | Android (Google) Code Review | 2009-07-15 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | init: Change owner of /dev/uinput to system | Ken Schultz | 2009-07-15 | 1 | -1/+1 | |
| * | | | | | | Merge change 7464 | Android (Google) Code Review | 2009-07-15 | 3 | -49/+103 | |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * | | | | Improve numerical constant parsing. | Jack Palevich | 2009-07-15 | 3 | -49/+103 | |
| * | | | | | Add OPUSH to register obex server. | Nick Pelly | 2009-07-14 | 1 | -0/+6 | |
| |/ / / / | ||||||
| * | | | | Add accRegisterSymbolCallback API to control external symbol linkage. | Jack Palevich | 2009-07-14 | 5 | -2/+183 | |
| * | | | | Add test for passing floats and doubles as ints, floats, and doubles. | Jack Palevich | 2009-07-14 | 2 | -12/+25 | |
