1. b40595a Subzero: Make the register allocator more robust with -reg-use and -reg-exclude. by Jim Stichnoth · 9 years ago
  2. 5403f5d Implements include/exclude register lists for translation. by Karl Schimpf · 9 years ago
  3. b0051df Subzero: Fix g++ warnings. by Jim Stichnoth · 9 years ago
  4. 8ff4b28 Subzero: Add Non-SFI support for x86-32. by Jim Stichnoth · 9 years ago
  5. 2233987 doxygenize IceClFlags.cpp by Reed Kotler · 9 years ago
  6. 0d4fc92 eliminate code related to --no-ir-gen by Jim Stichnoth · 9 years ago
  7. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  8. 6dacbaf Fix translation of instruction "move" in ARM integrated assembler. by Karl Schimpf · 9 years ago
  9. a522965 Subzero: Add "--verbose=status" option. by Jim Stichnoth · 9 years ago
  10. cb504ca Add workaround to allow testing of ARM integrated assembler. by Karl Schimpf · 9 years ago
  11. e849a57 Don't allow hybrid assembler unless filetype=iasm. by Karl Schimpf · 9 years ago
  12. 2fee2a2 Add hybrid assembler concept to ARM assembler. by Karl Schimpf · 9 years ago
  13. 4e10aa2 Subzero: Add -allow-extern as an alias for --allow-externally-defined-symbols. by Jim Stichnoth · 9 years ago
  14. 4001c93 Subzero: Implement "second-chance bin-packing" for register allocation. 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 · 10 years ago
  17. ad2989b Subzero: Add a flag to mock up bounds checking on unsafe references. by Jim Stichnoth · 10 years ago
  18. e7dbc0b Subzero: Fix labels for block profiling. by Jim Stichnoth · 10 years ago
  19. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 10 years ago
  20. cfa628b Inline memove for small constant sizes and refactor memcpy and memset. by Andrew Scull · 10 years ago
  21. 2c86252 Introduce the ability to insert IACA (Intel Architecture Code Analyzer) marks. by Andrew Scull · 10 years ago
  22. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  23. 969f6a3 Add -reorder-basic-blocks option and fix nop insertion by Qining Lu · 10 years ago
  24. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  25. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 10 years ago
  26. cb6e95a Modify how textual bitcode is injected into pnacl-sz. by Karl Schimpf · 10 years ago
  27. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  28. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 10 years ago
  29. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  30. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 10 years ago
  31. 7cd5351 Function Layout, Global Variable Layout and Pooled Constants Layout Reordering by Qining Lu · 10 years ago
  32. 67f8de9 Includes module header first. by John Porto · 10 years ago
  33. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  34. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  35. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  36. d062f73 Add a basic enum for ARM InstructionSet / cpu features. by Jan Voung · 10 years ago
  37. 6da4cef First patch for Mips subzero compiler by Jim Stichnoth · 10 years ago
  38. f8b4cc8 Subzero: Basic Block Profiler. by John Porto · 10 years ago
  39. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  40. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  41. d8b3289 Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  42. 85f1ffe Revert "Fix locking for printing error messages." by Karl Schimpf · 10 years ago
  43. 187b3df Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  44. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 10 years ago