Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
compile
/
libbcc
/
4dcd6798f3db374a056ea6acc6b425f544c5207c
/
lib
/
bcc
/
bcc.cpp
4dcd679
Create DebugHelper.h
by Logan
· 14 years ago
d64e1e2
Remove dirty hack. libRS will use bccLinkFile.
by Shih-wei Liao
· 15 years ago
c1d2743
Add dirty hack for libRS backward compatibility.
by Logan
· 15 years ago
474cbd2
Add bccReadFile, bccLinkFile.
by Logan
· 15 years ago
39ebe2c
For b/3381327: Save 159+ms for every launch of Books, YouTube, Movie Studio...
by Shih-wei Liao
· 15 years ago
071288a
Add BCC support for rs_object_slots metadata.
by Stephen Hines
· 15 years ago
ce82d49
Handle fatal errors for bccRegisterSymbolCallback.
by Shih-wei Liao
· 15 years ago
3584900
Introduce Config.h. So that libbcc will rebuild on config change.
by Logan
· 15 years ago
f340bf7
Redesign libbcc api.
by Logan
· 15 years ago
be79ada
Rewrite the internal code of get functions.
by Logan
· 15 years ago
e132399
Check libbcc build time instead of sha1sum.
by Logan
· 15 years ago
4079b59
bccLinkBC returns int.
by Shih-wei Liao
· 15 years ago
25e7da4
Remove bccLoadBinary and remove the outdated comments (Now, invoking
by Shih-wei Liao
· 15 years ago
f6267d1
Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform
by Shih-wei Liao
· 15 years ago
f30a671
Remove the deprecated parameter (internally).
by Logan
· 15 years ago
ecf4cbd
Remove cachine mechanism.
by Logan
· 15 years ago
9d54769
Rename the deprecated parameter name.
by Logan
· 15 years ago
eaa0cc3
Encapsulate Script::compiler -> Script::mCompiler.
by Logan
· 15 years ago
707a294
Tune the logging info.
by Shih-wei Liao
· 15 years ago
3c01aaa
Add bcc function logger to ease debug.
by Logan
· 15 years ago
38d0607
Eliminate the unnecessary const cast.
by Logan
· 15 years ago
8f77997
Implement the short-term solution outlined in b/3304773.
by Shih-wei Liao
· 15 years ago
b9b0416
Add modify time and crc32 to bccReadBC and cache header.
by Logan
· 15 years ago
e6a1851
1. New caching deployment mechanism: Now use per-app cache directory.
by Shih-wei Liao
· 15 years ago
d6d488c
Add debug.
by Shih-wei Liao
· 15 years ago
d80e65b
Propogate return code of Compiler::compile() to caller of bccCompileBC.
by Logan
· 15 years ago
c439523
Rename the file name (looks more similar to LLVM).
by Logan
· 15 years ago
[Renamed (98%) from bcc.cpp]
3f3d31f
Extract BCCscript from bcc.cpp.
by Logan
· 15 years ago
7e182e7
Remove useless code and define.
by Logan
· 15 years ago
39a2ca5
Remove Compiler class from bcc.cpp.
by Logan
· 15 years ago
30a3616
Remove CodeEmitter and CodeMemManager from bcc.cpp.
by Logan
· 15 years ago
f2dbef8
Extract bcc::BufferMemoryObject class from bcc.cpp.
by Logan
· 15 years ago
fc9530e
Split out EmittedFunctionCode.
by Logan
· 15 years ago
9f6a10d
Add checksum verified message for developement.
by Logan
· 15 years ago
2ad855d
Add simple even parity check.
by Logan
· 15 years ago
43830d5
Reset all of the private variable if loadCacheFile failed.
by Logan
· 15 years ago
f49c9e3
MMAP_PRIVATE in its own line.
by Shih-wei Liao
· 15 years ago
efd637b
Ensure codeOffset and cachedCodeDataAddr aligned to pagesize.
by Logan
· 15 years ago
82e6701
Cleanup mmap and pointer arithematic code. Fix one overflow.
by Logan
· 15 years ago
c0b9f65
Add multiple cache file support (without relocation)
by Logan
· 15 years ago
bc5ed67
Minimize the need to having to relocate.
by Shih-wei Liao
· 15 years ago
0ea73a8
Guard against double free via checking mCodeMemMgr.get() first.
by Shih-wei Liao
· 15 years ago
1c6ac2b
oBCC caching design that minimizes the need to do relocation.
by Shih-wei Liao
· 15 years ago
ad7e8e1
Rewrite 1 cache + recompilation code.
by Logan
· 15 years ago
30a5150
1. Enforce the turn-off of caching for now. 2. LOGE -> LOGW. 3. mmap bug.
by Shih-wei Liao
· 15 years ago
1f45b86
Add mBccCodeAddrTaken. Now BCC_CODE_ADDR should always be defined.
by Shih-wei Liao
· 15 years ago
3d77c42
Make loader() seek to the beginning first. Focus on BCC_CODE_ADDR path.
by Shih-wei Liao
· 15 years ago
6180069
Remove temporary debug code.
by Shih-wei Liao
· 15 years ago
fdc568d
In loader, add Disassemble functionality.
by Shih-wei Liao
· 15 years ago
634bd83
Add fprintf to show relocation information at first compile time.
by Logan
· 15 years ago
798280d
Fix mCacheMapAddr typo.
by Logan
· 15 years ago
d1e5e44
Remove mNeverCache true in order to test caching.
by Logan
· 15 years ago
7f00bef
Add address check before adding mCacheDiff.
by Logan
· 15 years ago
824dd0a
Add relocation support.
by Logan
· 15 years ago
7f941bb
Testing on the Books, Youtube, and other RenderScript apps pass. Add mCacheSize and add munmap when Compile destructs
by Shih-wei Liao
· 15 years ago
7c5a5f7
Add caching framework of binaries. Caching is not turned on for now. ARM & relocation (todo) of logan
by Shih-wei Liao
· 15 years ago
e64c287
Add host-side cross-compile aka bcc.
by Shih-wei Liao
· 15 years ago
bfda6c9
Improve JIT time.
by Shih-wei Liao
· 15 years ago
21ef307
Use D0-D15 instead of D0-D31.
by Shih-wei Liao
· 15 years ago
e5c7a54
Expand llvm::createStandardLTOPasses().
by Zonr Chang
· 15 years ago
5d35b97
Bug fix & add internalize pass to LTO.
by Zonr Chang
· 15 years ago
6e1d6c3
Advanced on-device linking: LTO enabled!
by Zonr Chang
· 15 years ago
97f5e61
Implement basic version of on-device linking.
by Zonr Chang
· 15 years ago
dbee68b
Add inteface to libbcc for llvm::Module input.
by Zonr Chang
· 15 years ago
932648d
Coding style fix, legal announcement.
by Zonr Chang
· 15 years ago
c7c9cd5
1. Remove PROT_EXEC for global variables, per srhines' suggestion.
by Shih-wei Liao
· 15 years ago
78db12e
Fix build in Mac OS.
by Ying Wang
· 15 years ago
c4e4ddf
Here is the second attempt to push CL after separating out the Globals...
by Shih-wei Liao
· 15 years ago
1601601
Apply changes on libbcc such that it can work with LLVM upstream r112364.
by Shih-wei Liao
· 15 years ago
fc97e9f
Get rid of warnings when compiled with -Wformat-security
by Nick Kralevich
· 15 years ago
7a0e42a
load_module
by Shih-wei Liao
· 15 years ago
066d5ef
Fix ErrorHandler
by Shih-wei Liao
· 15 years ago
c561199
mError
by Shih-wei Liao
· 15 years ago
be5c531
atomics.h
by Shih-wei Liao
· 15 years ago
6bfd542
Multiple LLVM context.
by Shih-wei Liao
· 15 years ago
5bde66c
Make compiler class reentrant within a single process
by Shih-wei Liao
· 15 years ago
3cf39d1
1. Default disassembler is on. 2. + hardfloat. 3. + vfp3
by Shih-wei Liao
· 15 years ago
bb0782b
Don't do +neonfp etc.
by Shih-wei Liao
· 15 years ago
cd61af3
Add disassembler
by Shih-wei Liao
· 15 years ago
abd1e3d
Sync upstream to r102410. Re-turn on sdk.
by Shih-wei Liao
· 15 years ago
800e9c2
branch_to_sub issue resolved. turn off sdk.
by Shih-wei Liao
· 15 years ago
5065e17
Branch to 0 bug fixed
by Shih-wei Liao
· 15 years ago
77ed614
libbcc
by Shih-wei Liao
· 15 years ago