1. 5ba99e4 Merge "Moving libRS" by Alex Sakhartchouk · 12 years ago
  2. 5f3417f am 44f4eb29: am 03cfe0e3: Merge "Check infile arguments for BitcodeWrapperer." by Stephen Hines · 12 years ago
  3. a7e5c8f resolved conflicts for merge of f46fa664 to master by Stephen Hines · 12 years ago
  4. 44f4eb2 am 03cfe0e3: Merge "Check infile arguments for BitcodeWrapperer." by Stephen Hines · 12 years ago
  5. f46fa66 am 0d1bf1af: Merge "Switch optimization level from metadata to bitcode wrapper." by Stephen Hines · 12 years ago
  6. e784c1b Moving libRS by Alex Sakhartchouk · 12 years ago
  7. 03cfe0e Merge "Check infile arguments for BitcodeWrapperer." by Stephen Hines · 12 years ago
  8. 0d1bf1a Merge "Switch optimization level from metadata to bitcode wrapper." by Stephen Hines · 12 years ago
  9. a75396f NEON cannot be used if we require full precision FP. by Stephen Hines · 12 years ago
  10. e1fd804 Parse pragmas for floating point precision requirements. by Stephen Hines · 12 years ago
  11. 1ad35fb Check infile arguments for BitcodeWrapperer. by Stephen Hines · 12 years ago
  12. b67c9e7 Switch optimization level from metadata to bitcode wrapper. by Stephen Hines · 12 years ago
  13. 6d99712 Migrate to upstream-153224-20120321. by Shih-wei Liao · 12 years ago
  14. 629b556 Merge "Cleanspec" by Alex Sakhartchouk · 12 years ago
  15. 752e088 Cleanspec by Alex Sakhartchouk · 12 years ago
  16. 9d0c4ac Add surface texture to keep allocation structure in sync. by Jason Sams · 12 years ago
  17. 2bde5ea Merge "Adding RS_VERSION to libbcc" by Alex Sakhartchouk · 12 years ago
  18. 9f545cb Merge "More renaming." by Alex Sakhartchouk · 12 years ago
  19. 592adb5 Adding RS_VERSION to libbcc by Alex Sakhartchouk · 12 years ago
  20. 3cbc3da More renaming. by Alex Sakhartchouk · 12 years ago
  21. f2f743b am e7483737: am 98265568: Merge "Fix (GDB) debugging of code loaded from cache" by Stephen Hines · 12 years ago
  22. e748373 am 98265568: Merge "Fix (GDB) debugging of code loaded from cache" by Stephen Hines · 12 years ago
  23. 9826556 Merge "Fix (GDB) debugging of code loaded from cache" by Stephen Hines · 12 years ago
  24. 76a57ea Fix (GDB) debugging of code loaded from cache by Daniel Malea · 12 years ago
  25. 1ef61fc am 236011e0: am d3ceda68: Merge "Add in missing NULL pointer checks." by Stephen Hines · 12 years ago
  26. 236011e am d3ceda68: Merge "Add in missing NULL pointer checks." by Stephen Hines · 12 years ago
  27. f534c38 am ea8f8a79: am 381a3651: Merge "Work around buggy toolchains." by Stephen Hines · 12 years ago
  28. ea8f8a7 am 381a3651: Merge "Work around buggy toolchains." by Stephen Hines · 12 years ago
  29. d3ceda6 Merge "Add in missing NULL pointer checks." by Stephen Hines · 12 years ago
  30. 3f782a7 Add in missing NULL pointer checks. by Stephen Hines · 12 years ago
  31. 381a365 Merge "Work around buggy toolchains." by Stephen Hines · 12 years ago
  32. 26218ce Work around buggy toolchains. by Stephen Hines · 12 years ago
  33. db6604f Merge "Changing rsg to rs because functions don't rely on graphics. Renaming one of the includes for clarity." by Alex Sakhartchouk · 12 years ago
  34. e9c850f resolved conflicts for merge of 6ec896af to master by Stephen Hines · 12 years ago
  35. 6ec896a am 052609c0: Merge "Update support for BitcodeWrapper using BitcodeWrapperer." by Stephen Hines · 12 years ago
  36. 052609c Merge "Update support for BitcodeWrapper using BitcodeWrapperer." by Stephen Hines · 12 years ago
  37. ff52255 Changing rsg to rs because functions don't rely on graphics. by Alex Sakhartchouk · 12 years ago
  38. 6fc18a1 Merge "Organizing libcore by logical components." by Alex Sakhartchouk · 12 years ago
  39. 7cd4c49 Update support for BitcodeWrapper using BitcodeWrapperer. by Stephen Hines · 12 years ago
  40. 4a048eb Organizing libcore by logical components. by Alex Sakhartchouk · 12 years ago
  41. 6db1a2d Merge "Fixing some bugs and inefficiencies" by Alex Sakhartchouk · 12 years ago
  42. 7187724 Fixing some bugs and inefficiencies by Alex Sakhartchouk · 12 years ago
  43. cb892c5 Merge "Adding 1D sampling to the library." by Alex Sakhartchouk · 12 years ago
  44. 8e7b283 Adding 1D sampling to the library. by Alex Sakhartchouk · 12 years ago
  45. a76d6c8 Merge "First draft of allocation sampling." by Alex Sakhartchouk · 12 years ago
  46. 1d36409 First draft of allocation sampling. by Alex Sakhartchouk · 12 years ago
  47. 0e56786 Remove USE_CACHE support, since we only need MC support. by Stephen Hines · 12 years ago
  48. 3699962 Remove USE_MCJIT configuration flags, since MC is the only path. by Stephen Hines · 12 years ago
  49. 9ddeb6b Remove OLD_JIT support from libbcc. by Stephen Hines · 12 years ago
  50. 569986d Switch libbcc to start using MetadataExtractor. by Stephen Hines · 12 years ago
  51. 88d93c6 Use ALOGE instead of fprintf() for logging. by Stephen Hines · 12 years ago
  52. 16e798d exposing lod offsets in type. by Alex Sakhartchouk · 12 years ago
  53. 9af1e4d Merge "Turn off NEON until we fix potential alignment issues." by Stephen Hines · 12 years ago
  54. 8a1ca2c Merge "Apply changes to migrate to upstream" by Stephen Hines · 12 years ago
  55. 2270591 Registers targets etc. before looking up targets. by Shih-wei Liao · 12 years ago
  56. e063d50 Fix a bug of -C in bcc command. by Shih-wei Liao · 12 years ago
  57. f6b202b Turn off NEON until we fix potential alignment issues. by Stephen Hines · 12 years ago
  58. c73b521 Apply changes to migrate to upstream by Shih-wei Liao · 13 years ago
  59. 3e36c69 Fix spelling, grammar, and formatting issues. by Stephen Hines · 13 years ago
  60. 8454a3a Change the meaning of member Script::mObjectType. by Shih-wei Liao · 13 years ago
  61. 01d3432 Add -or option to bcc command. by Shih-wei Liao · 13 years ago
  62. b0fe1ba Announce that bcc cannot generate executable. by Shih-wei Liao · 13 years ago
  63. 6934174 Change the API of bccPrepareSharedObject(). by Shih-wei Liao · 13 years ago
  64. d8ed6a9 Change the API of bccPrepareRelocatable(). by Shih-wei Liao · 13 years ago
  65. a0ed34e Refactor cache writing out from internalCompile(). by Shih-wei Liao · 13 years ago
  66. a8cfeed Minor changes on bcc command. by Shih-wei Liao · 13 years ago
  67. bc76dfb Clean up. by Shih-wei Liao · 13 years ago
  68. b378cf0 Capitalize the name of global variables. by Shih-wei Liao · 13 years ago
  69. c7d7a89 Add -shared option to bcc command. by Zonr Chang · 13 years ago
  70. cf9b2d2 Add -fPIC option to command bcc. by Zonr Chang · 13 years ago
  71. 422aa9e Refactoring. by Zonr Chang · 13 years ago
  72. c3dd75e Rename the option processing functions. by Zonr Chang · 13 years ago
  73. 4c05648 Add -c option to command bcc. by Zonr Chang · 13 years ago
  74. ac1a24e No need to check the dependency in bcc command. by Zonr Chang · 13 years ago
  75. c12ca21 Refactor. by Zonr Chang · 13 years ago
  76. 05655c5 Add -o option to bcc command. by Zonr Chang · 13 years ago
  77. 937eb87 Clean. by Zonr Chang · 13 years ago
  78. ee2286c Add help page for command bcc. by Zonr Chang · 13 years ago
  79. eea4a71 Rewrite parseOption in command bcc. by Zonr Chang · 13 years ago
  80. 1a03e1c Using bccReadFile() in bcc command. by Zonr Chang · 13 years ago
  81. 33157f4 Fix memory leak. by Zonr Chang · 13 years ago
  82. 02f3438 Remove printPragma(). by Zonr Chang · 13 years ago
  83. 411ced0 Remove unsed and also unusable -T option. by Zonr Chang · 13 years ago
  84. f3fad04 Remove code for disassembly in bcc command. by Zonr Chang · 13 years ago
  85. 5eecbfa Include bcc command to be as a system tool. by Zonr Chang · 13 years ago
  86. 458d4d8 Move bcc command from tests/ to tools/bcc/. by Zonr Chang · 13 years ago
  87. b4db722 Move the build-related script under tools/build. by Zonr Chang · 13 years ago
  88. 4adbcb2 Add a non-null guard in ~SourceInfo(). by Zonr Chang · 13 years ago
  89. e0918ac resolved conflicts for merge of 7c75d915 to master by Stephen Hines · 13 years ago
  90. 7c75d91 am f581ac45: Merge "Enable debugging of RS code under GDB" by Stephen Hines · 13 years ago
  91. f581ac4 Merge "Enable debugging of RS code under GDB" by Stephen Hines · 13 years ago
  92. 094881f Enable debugging of RS code under GDB by Daniel Malea · 13 years ago
  93. 208fbc2 Fix llvm codegen hints by Jason Sams · 13 years ago
  94. f7ab377 Handcode pixel packing and unpacking. by Jason Sams · 13 years ago
  95. bde378e Merge "llvm matrix ops" by Jason Sams · 13 years ago
  96. 5bc951c llvm matrix ops by Jason Sams · 13 years ago
  97. f7d573d Force signed chars since Clang defaults Arm to unsigned. by Stephen Hines · 13 years ago
  98. 85b860c Support handwritten LLVM bitcode in libclcore.bc. by Stephen Hines · 13 years ago
  99. 60307ed Libbcc should really require llvm-as/llvm-dis. by Stephen Hines · 13 years ago
  100. cc366e5 Support ForEachExpand on non-root functions. by Stephen Hines · 13 years ago