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. 295e50f Remove OutputFile and Disassembler from libbcc. by Jean-Luc Brouillet · 7 years ago
  5. f5b49a0 Fix libbcc to compile with LLVM r275480 by Pirama Arumuga Nainar · 8 years ago
  6. 8a019dd Fix clang-tidy warnings in libbcc. by Chih-Hung Hsieh · 8 years ago
  7. d2d5ee3 Translate GEP instructions on structs to GEP on int8* by Pirama Arumuga Nainar · 8 years ago
  8. 09c7a41 Initial version of debug info pass for RS. by Dean De Leo · 9 years ago
  9. 4e7a506 Expand reduce-style kernels. by Matt Wala · 9 years ago
  10. 5aefc98 Clean up Compiler::runPasses(). by David Gross · 9 years ago
  11. ebff2ea Screen bitcode for non-RS functions before linking with runtime lib by Pirama Arumuga Nainar · 9 years ago
  12. e57fde5 Merge "Update libbcc for rebase to LLVM r235153" by Pirama Arumuga Nainar · 9 years ago
  13. 98137cc Update libbcc for rebase to LLVM r235153 by Pirama Arumuga Nainar · 9 years ago
  14. 750ee65 Provide a pass that creates information about global variables in RS. by Stephen Hines · 9 years ago
  15. 8c24f8d Undo AArch64 pass-by-pointer for X86-64 by Pirama Arumuga Nainar · 9 years ago
  16. 5cb1f39 Update libbcc for LLVM rebase to r233350. by Stephen Hines · 9 years ago
  17. 1bd9f62 Update libbcc for LLVM rebase to r230699. by Stephen Hines · 9 years ago
  18. 1d93a19 Add RSInvariant pass to recognize Load from RsExpandKernelDriverInfo as invariant. by David Gross · 9 years ago
  19. 1e0557a BCC updates to handle linkloader removal by Pirama Arumuga Nainar · 10 years ago
  20. b7bce74 generate calls to rsSetObject inside .helper invoke functions by Tim Murray · 10 years ago
  21. b4447cd De-cruft the libbcc compiler infrastructure. by Chris Wailes · 10 years ago
  22. dee928b Update libbcc for LLVM 3.4 rebase. by Stephen Hines · 10 years ago
  23. 6a5fa14 Remove beforeExecuteLTOPasses callback by Tobias Grosser · 11 years ago
  24. 5b7f52a Improve error code to error string translation by Tobias Grosser · 11 years ago
  25. 27fb7ed Dump LLVM-IR before generating target code by Tobias Grosser · 11 years ago
  26. 47f0d5a Further separate build (compile) and load in libbcc. by Stephen Hines · 11 years ago
  27. b730e23 Updates for LLVM merge to r171906 on 20130108. by Stephen Hines · 11 years ago
  28. 0dbd4fb Provide a way to obtain TargetMachine. BUG=6886348. by Shih-wei Liao · 12 years ago
  29. c72c4dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (96%) from lib/ExecutionEngine/Compiler.h]
  30. ade9277 Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  31. 7a66e6c Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  32. 862f3ba Introduce SymbolResolver and its subclasses. by Zonr Chang · 12 years ago
  33. d2a5a0e Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  34. ead5ccb Revert "Refactor SourceInfo into Source." by Stephen Hines · 12 years ago
  35. 5fb1474 Revert "Introduce SymbolResolver and its subclasses." by Stephen Hines · 12 years ago
  36. 09ebd17 Revert "Merge lib/Transforms into lib/ExecutionEngine." by Stephen Hines · 12 years ago
  37. 4a68b1c Revert "Switch to use RSCompilerDriver." by Stephen Hines · 12 years ago
  38. 2f6a493 Revert "Make libbcc public." by Stephen Hines · 12 years ago[Renamed (96%) from include/bcc/Compiler.h]
  39. 80232dd Make libbcc public. by Zonr Chang · 12 years ago[Renamed (96%) from lib/ExecutionEngine/Compiler.h]
  40. fef9a1b Switch to use RSCompilerDriver. by Zonr Chang · 12 years ago
  41. cd52b55 Merge lib/Transforms into lib/ExecutionEngine. by Shih-wei Liao · 12 years ago
  42. ee69009 Introduce SymbolResolver and its subclasses. by Zonr Chang · 12 years ago
  43. 4ce024b Refactor SourceInfo into Source. by Shih-wei Liao · 12 years ago
  44. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 12 years ago
  45. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 12 years ago
  46. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  47. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 12 years ago
  48. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  49. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 12 years ago
  50. 9e81e37 Add "const". And clean up. by Shih-wei Liao · 12 years ago
  51. 4deffde Add Compiler::ArchType. And fix the CodeModel and NoFramePointerElim. by Shih-wei Liao · 12 years ago
  52. df3fee4 Let SourceInfo take charage of and LLVM module. by Zonr Chang · 12 years ago
  53. 2fcbd02 Introduce CompilerOption for compile() interface. by Zonr Chang · 12 years ago
  54. db16918 Add ForEach expansion optimization to libbcc. by Stephen Hines · 12 years ago
  55. d548e00 Remove unused code. by Logan Chien · 13 years ago
  56. 34c600a Add bccPrepareSharedObject by Joseph Wen · 13 years ago
  57. 4885cf8 Refine the disassembler config code. by Logan Chien · 13 years ago
  58. 8d3b5e1 Cleanup LOCAL_C_INCLUDES. by Logan Chien · 13 years ago
  59. ffb4b51 Remove the unused code for cache path. by Logan Chien · 13 years ago
  60. 9347e0b Extract duplicated disassembler. by Logan Chien · 13 years ago
  61. 7f69f02 Remove debug information by Joseph Wen · 13 years ago
  62. 320b549 Add missing #if USE_MCJIT header guard. Clean up debugging message. by Shih-wei Liao · 13 years ago
  63. 90cd3d1 Add DEBUG_MCJIT_REFLECT and DEBUG_MCJIT_DISASSEMBLE. by Shih-wei Liao · 13 years ago
  64. 5e3e0ce josephwen Adds caching for MC JIT. by Shih-wei Liao · 13 years ago
  65. da5e0c3 Add MC-based code generation support (experimental) by Logan Chien · 13 years ago
  66. 4cc0033 Extract LTO related code from compile function. by Logan Chien · 13 years ago
  67. 5c00f4f Remove mResName and remove the hardwire pathname "/data/data". by Shih-wei Liao · 13 years ago
  68. de0ba06 MC should use cache directory cache/ as oBCC does. by Shih-wei Liao · 13 years ago
  69. 898c5a9 Integrate from jush MC Assembler is done. by Shih-wei Liao · 13 years ago
  70. 45e84be Rename bcc -> ExecutionEngine , runtime -> ScriptCRT by Logan · 13 years ago[Renamed from lib/bcc/Compiler.h]
  71. 474cbd2 Add bccReadFile, bccLinkFile. by Logan · 13 years ago
  72. 39ebe2c For b/3381327: Save 159+ms for every launch of Books, YouTube, Movie Studio... by Shih-wei Liao · 13 years ago
  73. 071288a Add BCC support for rs_object_slots metadata. by Stephen Hines · 13 years ago
  74. f340bf7 Redesign libbcc api. by Logan · 13 years ago
  75. 44882e1 Remove the unused variables. by Logan · 13 years ago
  76. 25e7da4 Remove bccLoadBinary and remove the outdated comments (Now, invoking by Shih-wei Liao · 13 years ago
  77. f6267d1 Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform by Shih-wei Liao · 13 years ago
  78. 75cc8a5 Reorganize SHA1 checksum code. by Logan · 13 years ago
  79. 02286cb Rename Compiler::mCodeDataAddr -> ScriptCompiled::mContext. by Logan · 13 years ago
  80. f30a671 Remove the deprecated parameter (internally). by Logan · 13 years ago
  81. ecf4cbd Remove cachine mechanism. by Logan · 13 years ago
  82. 7dcaac9 Extract lookup, getFunctions, getFunctionBinary out of Compiler. by Logan · 13 years ago
  83. 2a6dc82 Extract getExportVars, getExportFuncs, getPragmas out of Compiler. by Logan · 13 years ago
  84. e4fe887 Remove the unused variables. And cleanup the code. by Logan · 13 years ago
  85. e2ad139 Remove bitcode timestamp and crc32 check. by Logan · 13 years ago
  86. 8391349 Remove strange resName slot check. by Logan · 13 years ago
  87. 38d0607 Eliminate the unnecessary const cast. by Logan · 13 years ago
  88. 8b77a77 Add sha1sum check for bitcode. by Logan · 13 years ago
  89. b9b0416 Add modify time and crc32 to bccReadBC and cache header. by Logan · 14 years ago
  90. 2417cef Add property debug.bcc.nocache in Compiler.cpp. Set to 1 if by Shih-wei Liao · 14 years ago
  91. 931501a When we hit the cache, check if some Script instance is still using this cache. by Shih-wei Liao · 14 years ago
  92. eb3d12b Add context manager (which manages code and data block of each script.) by Logan · 14 years ago
  93. e6a1851 1. New caching deployment mechanism: Now use per-app cache directory. by Shih-wei Liao · 14 years ago
  94. de2ca79 Re-order the member. (variables first method later) by Logan · 14 years ago
  95. c439523 Rename the file name (looks more similar to LLVM). by Logan · 14 years ago[Renamed (98%) from bcc_compiler.h]
  96. 9b504eb Code cleanup. by Logan · 14 years ago
  97. 7e182e7 Remove useless code and define. by Logan · 14 years ago
  98. 1f028c0 Extract Compiler from bcc.cpp. by Logan · 14 years ago