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