1. 5f3417f am 44f4eb29: am 03cfe0e3: Merge "Check infile arguments for BitcodeWrapperer." by Stephen Hines · 12 years ago
  2. a7e5c8f resolved conflicts for merge of f46fa664 to master by Stephen Hines · 12 years ago
  3. 03cfe0e Merge "Check infile arguments for BitcodeWrapperer." by Stephen Hines · 12 years ago
  4. e1fd804 Parse pragmas for floating point precision requirements. by Stephen Hines · 12 years ago
  5. 1ad35fb Check infile arguments for BitcodeWrapperer. by Stephen Hines · 12 years ago
  6. b67c9e7 Switch optimization level from metadata to bitcode wrapper. by Stephen Hines · 12 years ago
  7. f534c38 am ea8f8a79: am 381a3651: Merge "Work around buggy toolchains." by Stephen Hines · 12 years ago
  8. 26218ce Work around buggy toolchains. by Stephen Hines · 12 years ago
  9. e9c850f resolved conflicts for merge of 6ec896af to master by Stephen Hines · 12 years ago
  10. 7cd4c49 Update support for BitcodeWrapper using BitcodeWrapperer. by Stephen Hines · 12 years ago
  11. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 12 years ago
  12. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  13. 88d93c6 Use ALOGE instead of fprintf() for logging. by Stephen Hines · 12 years ago
  14. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 13 years ago
  15. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 13 years ago
  16. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 13 years ago
  17. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  18. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 13 years ago
  19. a471ebb Refactoring interface. by Shih-wei Liao · 13 years ago
  20. 6a60f4e Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 13 years ago
  21. 8afed38 Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 13 years ago
  22. 0164f46 Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  23. 825b9ae Add support for handling a bitcode wrapper to bcinfo. by Stephen Hines · 13 years ago
  24. 33f8fe2 Support ForEach info in MetadataExtractor. by Stephen Hines · 13 years ago
  25. 4f57c8c Merge "Provide legacy bitcode translation mechanism." by Stephen Hines · 13 years ago
  26. 932bc6e Provide legacy bitcode translation mechanism. by Stephen Hines · 13 years ago
  27. 7890d43 Add bccMarkExternalSymbol (to specify external symbol.) by Logan Chien · 13 years ago
  28. bd76bc9 Finish the refactor work of bccPrepareExecutable. by Logan Chien · 13 years ago
  29. 4928104 Fixbug remove symbol lookup at MCCacheWriter by Joseph Wen · 13 years ago
  30. 16c9b36 Remove unused APIs from libbcc. by Stephen Hines · 13 years ago
  31. 0120ef7 Merge "Extract BC metadata using a single call via bcinfo." by Stephen Hines · 13 years ago
  32. c2be0a1 Change the argument of bccPrepareExecutable. by Logan Chien · 13 years ago
  33. 150a70b Extract BC metadata using a single call via bcinfo. by Stephen Hines · 13 years ago
  34. 03a2e30 Split JIT image from oBCC. by Logan Chien · 13 years ago
  35. 48dc01d Add build time and build revision support. by Logan Chien · 13 years ago
  36. e475ef0 Remove unused bcc_checksum.h by Logan Chien · 13 years ago
  37. d9db38a Update documentation and add deprecate attribute. by Logan Chien · 13 years ago
  38. 311c26f Add new libbcc API bccPrepareExecutableEx by Logan Chien · 13 years ago
  39. 8eabcbf Remove unused code in MCCacheReader/Writer by Joseph Wen · 13 years ago
  40. f36637f Fixbug 4995931 by Joseph Wen · 13 years ago
  41. 2ca6e57 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  42. d18a3df Revert "Fix the libbcc SHA1 checksum dependency" by Stephen Hines · 13 years ago
  43. 89175b9 Fix the libbcc SHA1 checksum dependency by Joseph Wen · 13 years ago
  44. 5de1adf Use SHA1 to verify libbcc is consistent with cache by Joseph Wen · 13 years ago
  45. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  46. bbcef8a Properly handle asserts for libbcc. by Stephen Hines · 13 years ago
  47. 4dcd679 Create DebugHelper.h by Logan · 14 years ago
  48. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 14 years ago
  49. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 14 years ago
  50. 9099ddc Change the Cache Version to 1, after those on-device linking CLs. by Shih-wei Liao · 14 years ago
  51. ce82d49 Handle fatal errors for bccRegisterSymbolCallback. by Shih-wei Liao · 14 years ago
  52. f340bf7 Redesign libbcc api. by Logan · 14 years ago
  53. e132399 Check libbcc build time instead of sha1sum. by Logan · 14 years ago
  54. 4079b59 bccLinkBC returns int. by Shih-wei Liao · 14 years ago
  55. 25e7da4 Remove bccLoadBinary and remove the outdated comments (Now, invoking by Shih-wei Liao · 14 years ago
  56. f6267d1 Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform by Shih-wei Liao · 14 years ago
  57. a27a83f Add CacheWriter. by Logan · 14 years ago
  58. f3c83ce Add __isThreadable libRS hack. by Logan · 14 years ago
  59. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 14 years ago
  60. 856ceb2 Complete CacheReader. by Logan · 14 years ago
  61. b349a98 Correct typo: Dependancy -> Dependency. by Logan · 14 years ago
  62. f7f0ac5 Add the CacheReader. (incomplete) by Logan · 14 years ago
  63. 9d54769 Rename the deprecated parameter name. by Logan · 14 years ago
  64. 5a943b6 Bump the version number. by Shih-wei Liao · 14 years ago
  65. e2ad139 Remove bitcode timestamp and crc32 check. by Logan · 14 years ago
  66. 0647e9e Rename bcc::BCCscript -> bcc::Script. by Logan · 14 years ago
  67. be65a48 Stale cache management: Upgrade the MAGIC version. by Shih-wei Liao · 14 years ago
  68. 8b77a77 Add sha1sum check for bitcode. by Logan · 14 years ago
  69. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  70. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  71. d80e65b Propogate return code of Compiler::compile() to caller of bccCompileBC. by Logan · 14 years ago
  72. 7cc1baf Add export pragma table for caching. And fix the bug which breaks Ball and Fountain. by Logan · 14 years ago
  73. 3f3d31f Extract BCCscript from bcc.cpp. by Logan · 14 years ago
  74. aae8f2c Extract oBCCHeader and oBCCRelocEntry from bcc.cpp. by Logan · 14 years ago
  75. 7c5a5f7 Add caching framework of binaries. Caching is not turned on for now. ARM & relocation (todo) of logan by Shih-wei Liao · 14 years ago
  76. 5d35b97 Bug fix & add internalize pass to LTO. by Zonr Chang · 14 years ago
  77. 97f5e61 Implement basic version of on-device linking. by Zonr Chang · 14 years ago
  78. dbee68b Add inteface to libbcc for llvm::Module input. by Zonr Chang · 14 years ago
  79. 932648d Coding style fix, legal announcement. by Zonr Chang · 14 years ago
  80. 6bfd542 Multiple LLVM context. by Shih-wei Liao · 14 years ago
  81. abd1e3d Sync upstream to r102410. Re-turn on sdk. by Shih-wei Liao · 14 years ago
  82. 77ed614 libbcc by Shih-wei Liao · 14 years ago