1. 97e5099 Structure layout logic cleanup. by David Gross · 7 years ago
  2. 1544017 Revert "Structure layout logic cleanup." by David Gross · 7 years ago
  3. 8281b5d Structure layout logic cleanup. by David Gross · 7 years ago
  4. cf5afcb Make bitcode wrapper info available to MetadataExtractor. by David Gross · 7 years ago
  5. fc9c55b Add back version info to Script in libbcc by Jean-Luc Brouillet · 7 years ago
  6. 0a2acce Merge RSScript.cpp and Script.cpp by Jean-Luc Brouillet · 7 years ago
  7. 8a019dd Fix clang-tidy warnings in libbcc. by Chih-Hung Hsieh · 8 years ago
  8. 5793613 Update libbcc for LLVM rebase to r222494. by Stephen Hines · 10 years ago
  9. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (93%) from lib/ExecutionEngine/Script.h]
  10. ccc39a8 Introduce new Script class. by Zonr Chang · 12 years ago
  11. d2a5a0e Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  12. 1c30cee Add BCCContext. by Zonr Chang · 12 years ago
  13. 274926b Revert "Add BCCContext." by Stephen Hines · 12 years ago
  14. ead5ccb Revert "Refactor SourceInfo into Source." by Stephen Hines · 12 years ago
  15. 97c92c2 Revert "Introduce new Script class." by Stephen Hines · 12 years ago
  16. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago[Renamed (93%) from include/bcc/Script.h]
  17. 80232dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (93%) from lib/ExecutionEngine/Script.h]
  18. 19218c0 Introduce new Script class. by Zonr Chang · 12 years ago
  19. 4ce024b Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  20. c09dee6 Add BCCContext. by Zonr Chang · 12 years ago
  21. 74785ec Remove unnecessary metadata duplication in Script*. by Stephen Hines · 12 years ago
  22. a7e5c8f resolved conflicts for merge of f46fa664 to master by Stephen Hines · 12 years ago
  23. b67c9e7 Switch optimization level from metadata to bitcode wrapper. by Stephen Hines · 12 years ago
  24. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 12 years ago
  25. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 12 years ago
  26. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 12 years ago
  27. 8454a3a Change the meaning of member Script::mObjectType. by Shih-wei Liao · 12 years ago
  28. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 12 years ago
  29. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 12 years ago
  30. a0ed34e Refactor cache writing out from internalCompile(). by Shih-wei Liao · 12 years ago
  31. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 12 years ago
  32. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  33. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 12 years ago
  34. a471ebb Refactoring interface. by Shih-wei Liao · 12 years ago
  35. 743dd71 Refactoring into Script::internalLoadCache() by Zonr Chang · 12 years ago
  36. abc7f51 Don't have the string “debug.bcc.nocache” scattered in Script.cpp. by Shih-wei Liao · 12 years ago
  37. 2b7db0e Typo and clean up. by Shih-wei Liao · 12 years ago
  38. 9e81e37 Add "const". And clean up. by Shih-wei Liao · 12 years ago
  39. 6a60f4e Follow the ELF spec. Use the terms relocatable. by Shih-wei Liao · 12 years ago
  40. 6692ab5 Use object filename (cacheName + extension) + ".info". by Zonr Chang · 12 years ago
  41. 4ea0886 Refactoring. by Zonr Chang · 12 years ago
  42. 8afed38 Have separate prepareSharedObject and prepareObject. by Shih-wei Liao · 12 years ago
  43. 2fcbd02 Introduce CompilerOption for compile() interface. by Zonr Chang · 12 years ago
  44. 7890d43 Add bccMarkExternalSymbol (to specify external symbol.) by Logan Chien · 13 years ago
  45. 34c600a Add bccPrepareSharedObject by Joseph Wen · 13 years ago
  46. d2a5f30 Separate OLD_JIT code. by Logan Chien · 13 years ago
  47. 311c26f Add new libbcc API bccPrepareExecutableEx by Logan Chien · 13 years ago
  48. f36637f Fixbug 4995931 by Joseph Wen · 13 years ago
  49. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  50. 5c00f4f Remove mResName and remove the hardwire pathname "/data/data". by Shih-wei Liao · 13 years ago
  51. 898c5a9 Integrate from jush MC Assembler is done. by Shih-wei Liao · 13 years ago
  52. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 13 years ago[Renamed from lib/bcc/Script.h]
  53. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 13 years ago
  54. 4259805 Enhance the cache-writing policy. by Logan · 13 years ago
  55. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 13 years ago
  56. ce82d49 Handle fatal errors for bccRegisterSymbolCallback. by Shih-wei Liao · 13 years ago
  57. 3584900 Introduce Config.h. So that libbcc will rebuild on config change. by Logan · 13 years ago
  58. f340bf7 Redesign libbcc api. by Logan · 13 years ago
  59. be79ada Rewrite the internal code of get functions. by Logan · 13 years ago
  60. 6571981 Fix Compiler::compile() return code. Fix some uninitialized variable. by Logan · 13 years ago
  61. a27a83f Add CacheWriter. by Logan · 13 years ago
  62. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 13 years ago
  63. f7f0ac5 Add the CacheReader. (incomplete) by Logan · 13 years ago
  64. 02286cb Rename Compiler::mCodeDataAddr -> ScriptCompiled::mContext. by Logan · 13 years ago
  65. 3133c41 Add linkBC delegation. by Logan · 13 years ago
  66. f30a671 Remove the deprecated parameter (internally). by Logan · 13 years ago
  67. 033f46e Cleanup the new Script::compile() function. by Logan · 13 years ago
  68. ecf4cbd Remove cachine mechanism. by Logan · 13 years ago
  69. cf3e521 Make compiler independent of script. by Logan · 13 years ago
  70. eaa0cc3 Encapsulate Script::compiler -> Script::mCompiler. by Logan · 13 years ago
  71. 3973641 Rename bccError -> mErrorCode and encapsulate it. by Logan · 13 years ago
  72. 0647e9e Rename bcc::BCCscript -> bcc::Script. by Logan · 13 years ago
  73. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago[Renamed (97%) from bcc_script.h]
  74. 3f3d31f Extract BCCscript from bcc.cpp. by Logan · 14 years ago