1. 3f5cb6f Implemented global redzones. by Thomas Lively · 8 years ago
  2. d469994 Simplify references to command line flags. by Karl Schimpf · 9 years ago
  3. 467ffe5 Subzero: Remove IceString. by Jim Stichnoth · 9 years ago
  4. c5bc5cb Subzero. Flags refactoring. by John Porto · 9 years ago
  5. a78e4ba Subzero. Allocate global initializers from a dedicated arena. by John Porto · 9 years ago
  6. 0a3c523 PNaCl Dynamic Linking: Force __pnacl_pso_root to be an external declaration. by Sean Klein · 9 years ago
  7. 98ba006 Subzero: Fix symbol name mangling. Make flags global. by Jim Stichnoth · 9 years ago
  8. 7de95ea Revert "Force __pnacl_pso_root to be an external declaration." by Jim Stichnoth · 9 years ago
  9. 352db93 Force __pnacl_pso_root to be an external declaration. by Sean Klein · 9 years ago
  10. dc61925 Subzero. ARM32. Nonsfi. by John Porto · 9 years ago
  11. 844211e Subzero. Adds symbolic references to RelocInitializer. by John Porto · 9 years ago
  12. bba7768 Fix bitcode parser to check type signatures of functions. by Karl Schimpf · 9 years ago
  13. b0051df Subzero: Fix g++ warnings. by Jim Stichnoth · 9 years ago
  14. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  15. 57d31ac Make sure that all globals are internal, except for "start" functions. by Karl Schimpf · 9 years ago
  16. 57e1268 Reflow comments to use the full width. by Andrew Scull · 9 years ago
  17. 8072bae Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. by Andrew Scull · 9 years ago
  18. 2c688f6 Fix the build for clang 3.8 and MINIMAL=1. by Andrew Scull · 9 years ago
  19. 9612d32 Doxygenize the documentation comments by Andrew Scull · 9 years ago
  20. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 9 years ago
  21. 67f8de9 Includes module header first. by John Porto · 9 years ago
  22. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 9 years ago
  23. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 9 years ago
  24. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 9 years ago
  25. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 9 years ago
  26. d9f1f9f Subzero: Fix lit and cross tests broken in f8b4cc8. by Jim Stichnoth · 9 years ago
  27. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  28. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  29. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  30. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  31. a086b91 Subzero: Remove the GlobalContext::GlobalDeclarations vector. by Jim Stichnoth · 10 years ago
  32. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  33. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  34. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  35. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  36. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago