1. c6acf08 Fix processing of local variable indices in fuction blocks. by Karl Schimpf · 10 years ago
  2. aa0ce79 Fix processing of global variable indices in the global vars block. by Karl Schimpf · 10 years ago
  3. ac7d734 Fix translator handling of basic block indices. by Karl Schimpf · 10 years ago
  4. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  5. 6c17dd8 Fixes case where terminator instruction is missing at end of function. by Karl Schimpf · 10 years ago
  6. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 10 years ago
  7. 67f8de9 Includes module header first. by John Porto · 10 years ago
  8. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  9. 74cd883 Fix handling of TYPE_CODE_NUMENTRY record when size large. by Karl Schimpf · 10 years ago
  10. e587d94 Subzero: Use more "= default;" for ctors and dtors. by Jim Stichnoth · 10 years ago
  11. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 10 years ago
  12. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  13. 2f7f2b7 Use report_fatal_error before destroying input object on error. by Jan Voung · 10 years ago
  14. b33a2af Update subzero bitcode parser to use new API for bitstream reading. by Karl Schimpf · 10 years ago
  15. 2f67b92 First attempt to capture parser/translation errors in browser. by Karl Schimpf · 10 years ago
  16. d8b3289 Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  17. 85f1ffe Revert "Fix locking for printing error messages." by Karl Schimpf · 10 years ago
  18. 187b3df Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  19. 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 10 years ago
  20. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  21. 17b1a13 Apply LLVM clean ups for errors when bitcode parsing. by Karl Schimpf · 10 years ago
  22. c1f07ea Subzero: Switch file reading to be based on a DataStreamer and MemoryObject. by Jan Voung · 10 years ago
  23. 22ed4eb Fix subzero translator to use new API for reporting errors. by Karl Schimpf · 10 years ago
  24. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
  25. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  26. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  27. 6ca7d2b Fix PNaCl bitcode reader to release global variables to emitter. by Karl Schimpf · 10 years ago
  28. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  29. c9ec579 Convert a few getName() methods to return a const string ref. by Jan Voung · 10 years ago
  30. 7ad1bed Allow stubbing of called constant addresses using command line argument. by Karl Schimpf · 10 years ago
  31. 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
  32. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  33. 380d7b9 Subzero: Fix timers for multithreaded translation. by Jim Stichnoth · 10 years ago
  34. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  35. 0c729c8 Remove unnecessary fields in top-level parser of Subzero. by Karl Schimpf · 10 years ago
  36. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  37. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  38. f2e93b6 Fix build warnings by JF Bastien · 10 years ago
  39. 819d7b5 Fix the PNaCl translator to lock the dump stream when printing errors. by Karl Schimpf · 10 years ago
  40. a086b91 Subzero: Remove the GlobalContext::GlobalDeclarations vector. by Jim Stichnoth · 10 years ago
  41. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  42. af238b2 Add instruction alignment tests to unit tests. by Karl Schimpf · 10 years ago
  43. 2e7daef Add ability to test parsing of bitcode records in Subzero. by Karl Schimpf · 10 years ago
  44. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  45. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  46. 4019f08 Remove TypeConverter and Module from minimal subzero build. by Karl Schimpf · 10 years ago
  47. bf17037 Remove using LLVM tools to check correctness of cast operation. by Karl Schimpf · 10 years ago
  48. 3281748 Simplify LLVM's APInt and APFloat for use in Subzero. by Karl Schimpf · 10 years ago
  49. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  50. 668a7a3 Subzero: Pull the node name out of the node structure. by Jim Stichnoth · 10 years ago
  51. 9bb188d Reduce one layer of decoding for binary operations in bitcode reading. by Karl Schimpf · 10 years ago
  52. f875d45 Remove call to PNaClABIProps::isAllowedAlignment from subzero. by Karl Schimpf · 10 years ago
  53. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  54. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  55. 2f6f860 Create local config file for subzero reader tests. by Karl Schimpf · 10 years ago
  56. 79f2a03 Merge remote-tracking branch 'origin/merge_35' by JF Bastien · 10 years ago
  57. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  58. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  59. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  60. bfb410d Subzero: Improve the use of NodeList objects. by Jim Stichnoth · 10 years ago
  61. 5845587 Add timing of bitcode parser to Subzero. by Karl Schimpf · 10 years ago
  62. aff9fa2 Fix insert/extract element vector operations to check that literal by Karl Schimpf · 10 years ago
  63. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  64. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  65. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  66. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  67. 645aa1a Convert Subzero's bitcode reader to generate ICE types. by Karl Schimpf · 10 years ago
  68. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  69. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  70. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  71. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  72. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  73. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  74. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 11 years ago
  75. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 11 years ago
  76. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  77. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  78. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  79. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  80. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  81. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  82. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  83. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 11 years ago
  84. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
  85. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  86. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 11 years ago
  87. 64dcde7 Fix bug introduced by CL 561883002. by Karl Schimpf · 11 years ago
  88. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  89. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  90. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 11 years ago
  91. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  92. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  93. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  94. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  95. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 11 years ago
  96. ce58163 Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed. by Jan Voung · 11 years ago
  97. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago
  98. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 11 years ago
  99. b164d20 Clean up exit status and globals procecessing in llvm2ice. by Karl Schimpf · 11 years ago
  100. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 11 years ago