Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
029c7f81a9a445b57a9f6b791a32eebc7b581e2a
029c7f8
Merge change 9407
by Android (Google) Code Review
· 15 years ago
9613899
Fix parsing of function declarations that return pointers.
by Jack Palevich
· 15 years ago
84c7966
Merge change 9402
by Android (Google) Code Review
· 15 years ago
6342dbd
Merge change 9401
by Android (Google) Code Review
· 15 years ago
61c00b8
Merge change 9400
by Android (Google) Code Review
· 15 years ago
e62b6ea
Merge change 9399
by Android (Google) Code Review
· 15 years ago
47cbea9
Support brackets for accessing array values.
by Jack Palevich
· 15 years ago
5b65909
Clean up the way we handle postfix operators.
by Jack Palevich
· 15 years ago
aaac928
Implement pre-increment / pre-decrement
by Jack Palevich
· 15 years ago
43aaee3
Support the comma operator.
by Jack Palevich
· 15 years ago
95f2af6
Merge change 9366
by Android (Google) Code Review
· 15 years ago
18f275a
Merge change 9365
by Android (Google) Code Review
· 15 years ago
460675e
Merge change 9364
by Android (Google) Code Review
· 15 years ago
bb75dcc
Merge change 9363
by Android (Google) Code Review
· 15 years ago
b10177a
Merge change 9362
by Android (Google) Code Review
· 15 years ago
0c01774
Implement op=.
by Jack Palevich
· 15 years ago
beb4fe9
Test multiple levels of pointer indirection.
by Jack Palevich
· 15 years ago
29daf57
Assignment in ordinary expressions is now handled using lvals and rvals.
by Jack Palevich
· 15 years ago
b5e3331
Start using lvals and rvals.
by Jack Palevich
· 15 years ago
8968e8e
Change assignment code gen to use leaR0 .. storeR0ToTOS.
by Jack Palevich
· 15 years ago
1f4ff53
am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.
by Mike Lockwood
· 15 years ago
cc1de48
adb: Another attempted workaround for the adb disconnect problem.
by Mike Lockwood
· 15 years ago
8f361fa
Fix bad ARM code generation for '||' and '&&' operators.
by Jack Palevich
· 15 years ago
9f51a26
Load function symbols using lea syntax.
by Jack Palevich
· 15 years ago
a7813bd
Remove loadR0 in favor of lea + loadR0FromR0.
by Jack Palevich
· 15 years ago
ddf7c9c
Implement inc/dec in a more lval-friendly way.
by Jack Palevich
· 15 years ago
7fcdf1c
Adjust stack alignment for local variables to work more like arguments.
by Jack Palevich
· 15 years ago
894c5cd
add log tags for backup/restore events
by Dan Egnor
· 15 years ago
630f5f0
Add Bluetooth PBAP service.
by Jaikumar Ganesh
· 15 years ago
9c3744b
reconcile korg/master into goog/master
by Jean-Baptiste Queru
· 15 years ago
96d58f4
Merge korg/donut into korg/master
by Jean-Baptiste Queru
· 15 years ago
1fde31c
am de6f62a6: Add support for Samsung and Motorola devices.
by Xavier Ducrohet
· 15 years ago
de6f62a
Add support for Samsung and Motorola devices.
by Xavier Ducrohet
· 15 years ago
d39e972
am d52f54c4: install recovery image using patch mechanism
by Doug Zongker
· 15 years ago
d52f54c
install recovery image using patch mechanism
by Doug Zongker
· 15 years ago
2ff5c22
Keep track of the current arena.
by Jack Palevich
· 15 years ago
89baa20
Fix the ARM postdecrement operator.
by Jack Palevich
· 15 years ago
c1e49f9
Merge change 7792
by Android (Google) Code Review
· 15 years ago
0761a49
Merge change 7791
by Android (Google) Code Review
· 15 years ago
10b9087
Merge change 7790
by Android (Google) Code Review
· 15 years ago
58c30ee
Code generator cleanup
by Jack Palevich
· 15 years ago
b40367b
Remove unused logging code.
by Jack Palevich
· 15 years ago
ba929a4
Track lvalues vs. rvalues.
by Jack Palevich
· 15 years ago
6b001d8
am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the SD card. Also fixes some error display bugs (our printf doesnt support %m)
by San Mehat
· 15 years ago
c0334b1
am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the checker indicates the FS has been modified. Also create LOST.DIR if it doesn\'t exist on mount.
by San Mehat
· 15 years ago
a27bd2c
am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mounting
by San Mehat
· 15 years ago
3377bfd
Report error (rather than crashing) when a declaration name is missing.
by Jack Palevich
· 15 years ago
8148c5b
Coerce R0 to destination type before storing it into a variable.
by Jack Palevich
· 15 years ago
dc45646
Implement a "#line" directive.
by Jack Palevich
· 15 years ago
b1544ca
Detect assignments to undeclared variables.
by Jack Palevich
· 16 years ago
ce105a9
If the compile failed, return NULL from symbol lookups.
by Jack Palevich
· 16 years ago
1f27821
vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some
by San Mehat
· 16 years ago
d8221d9
vold: vfat: Run up to 3 passes of the disk checker when the checker
by San Mehat
· 16 years ago
b6e70d8
vold: Allow a damaged volume to be re-evaluated for mounting
by San Mehat
· 16 years ago
588d2bd
Merge change 7495
by Android (Google) Code Review
· 16 years ago
d1f57e6
Improve error handling
by Jack Palevich
· 16 years ago
6b840e9
Merge change 7456
by Android (Google) Code Review
· 16 years ago
0f0776e
Merge change 7464
by Android (Google) Code Review
· 16 years ago
2aaf21f
Improve numerical constant parsing.
by Jack Palevich
· 16 years ago
be65da4
init: Change owner of /dev/uinput to system
by Ken Schultz
· 16 years ago
b44aeb7
Add OPUSH to register obex server.
by Nick Pelly
· 16 years ago
8c246a9
Add accRegisterSymbolCallback API to control external symbol linkage.
by Jack Palevich
· 16 years ago
fd3db48
Add test for passing floats and doubles as ints, floats, and doubles.
by Jack Palevich
· 16 years ago
37c54bd
Make forward declarations of external symbols really work.
by Jack Palevich
· 16 years ago
7ecc555
Remove unused variable.
by Jack Palevich
· 16 years ago
5e52509
Merge change 7050
by Android (Google) Code Review
· 16 years ago
dc61060
Merge change 7049
by Android (Google) Code Review
· 16 years ago
13ac7f6
Merge change 7048
by Android (Google) Code Review
· 16 years ago
c80b0a9
Merge change 7047
by Android (Google) Code Review
· 16 years ago
a8f427f
Implement pointer arithmetic.
by Jack Palevich
· 16 years ago
25c0cca
Implement support for "char" local and global variables.
by Jack Palevich
· 16 years ago
45431bc
Implement general casts and pointer dereferencing.
by Jack Palevich
· 16 years ago
59178c0
Run tests on both ARM and x86
by Jack Palevich
· 16 years ago
eced01b
am 160d4b05: Merge change 6738 into donut
by Android (Google) Code Review
· 16 years ago
160d4b0
Merge change 6738 into donut
by Android (Google) Code Review
· 16 years ago
4c8dee8
Merge change 6822
by Android (Google) Code Review
· 16 years ago
feb63e9
libnetutils: Add ifc_enable(), for enabling a network interface.
by Mike Lockwood
· 16 years ago
c4a895b
nexus: Rollup update for nexus
by San Mehat
· 16 years ago
1219448
rootdir: Remove ip-up-vpn script, which is replaced by an executable.
by Chia-chi Yeh
· 16 years ago
2974d1f
Merge change 6741
by Android (Google) Code Review
· 16 years ago
c4d1f67
Merge change 6740
by Android (Google) Code Review
· 16 years ago
b7718b9
Implement floating point for ARM.
by Jack Palevich
· 16 years ago
dd8a23b
am 7bf68842: adb: Increment ADB_SERVER_VERSION
by Mike Lockwood
· 16 years ago
7bf6884
adb: Increment ADB_SERVER_VERSION
by Mike Lockwood
· 16 years ago
bab8064
Add x86 floating point test.
by Jack Palevich
· 16 years ago
a0c0d8a
Merge change 6658
by Android (Google) Code Review
· 16 years ago
2a4e1a9
Finish implementing x86 floating point
by Jack Palevich
· 16 years ago
5b63399
Merge branch 'master' of git://android.git.kernel.org/platform/system/core into merge_korg_master
by Jean-Baptiste Queru
· 16 years ago
52dddc6
Merge change 6597
by Android (Google) Code Review
· 16 years ago
a39749f
Implement x86 floating point operations
by Jack Palevich
· 16 years ago
de394b2
Merge change 6591
by Android (Google) Code Review
· 16 years ago
3306e06
set permissions for capella cm3602 proximity sensor
by Iliyan Malchev
· 16 years ago
3338e55
am 48d116ed: init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf
by Mike Lockwood
· 16 years ago
48d116e
init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf
by Mike Lockwood
· 16 years ago
eea5ae9
Class with virtual methods should have virtual destructors too.
by Marco Nelissen
· 16 years ago
0239311
Merge change 6551
by Android (Google) Code Review
· 16 years ago
e86161d
Merge change 6550
by Android (Google) Code Review
· 16 years ago
9cbd226
Implement global, local, and stack based float and double variables.
by Jack Palevich
· 16 years ago
128ad2d
Implement x86 int <--> float.
by Jack Palevich
· 16 years ago
d773ff2
Merge change 6498
by Android (Google) Code Review
· 16 years ago
Next »