1. 0d4fc92 eliminate code related to --no-ir-gen by Jim Stichnoth · 9 years ago
  2. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  3. 0fe6b54 Fix race condition in jump table list creation by David Sehr · 9 years ago
  4. 2fee2a2 Add hybrid assembler concept to ARM assembler. by Karl Schimpf · 9 years ago
  5. 57e1268 Reflow comments to use the full width. by Andrew Scull · 10 years ago
  6. 8072bae Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. by Andrew Scull · 10 years ago
  7. aee5fa8 Use separate random number generator for each randomization pass by Qining Lu · 10 years ago
  8. 1eda90a Order jump tables for deterministic or randomized emission. by Andrew Scull · 10 years ago
  9. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  10. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  11. 67f8de9 Includes module header first. by John Porto · 10 years ago
  12. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  13. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 10 years ago
  14. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  15. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  16. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 10 years ago
  17. fb79284 Emit ARM build-attributes in the file scope (as header). by Jan Voung · 10 years ago
  18. 620ad73 Subzero: Fix asm (non-ELF) output files. by Jim Stichnoth · 10 years ago
  19. 2f67b92 First attempt to capture parser/translation errors in browser. by Karl Schimpf · 10 years ago
  20. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 10 years ago
  21. 3e5009f Make compile without ICE_THREAD_LOCAL_HACK (avoid "Type *TLS = TLS;") by Jan Voung · 10 years ago
  22. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 10 years ago
  23. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  24. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  25. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  26. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  27. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  28. a1dd3cc Subzero: Fix stats collection and output for multithreading. by Jim Stichnoth · 10 years ago
  29. 380d7b9 Subzero: Fix timers for multithreaded translation. by Jim Stichnoth · 10 years ago
  30. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  31. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  32. a5fe17a Subzero: Second attempt at fixing MacOS 10.6 build. by Jim Stichnoth · 10 years ago
  33. 7d53825 Subzero: Make thread_local work under MacOS 10.6. by Jim Stichnoth · 10 years ago
  34. a086b91 Subzero: Remove the GlobalContext::GlobalDeclarations vector. by Jim Stichnoth · 10 years ago
  35. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  36. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  37. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  38. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  39. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  40. 639c921 Subzero: Add memory usage to "-szstats" output. by Jim Stichnoth · 10 years ago
  41. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  42. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  43. 9d801a0 Subzero: Improve malloc/free behavior. by Jim Stichnoth · 10 years ago
  44. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  45. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  46. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  47. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  48. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  49. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  50. d14b1a0 Subzero: Improve the output with the --timing-focus=xxx option. by Jim Stichnoth · 10 years ago
  51. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  52. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  53. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  54. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  55. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  56. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 11 years ago
  57. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  58. 1bd2fce Subzero: Add a random number generator. by Matt Wala · 11 years ago
  59. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 11 years ago
  60. 78282f6 Subzero: Make Ice::Ostream a typedef for llvm::raw_ostream. by Jim Stichnoth · 11 years ago
  61. 217dc08 Subzero: Deal with substitutions in the primitive remangler. by Jim Stichnoth · 11 years ago
  62. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 11 years ago
  63. d8f4a7d Add support for undef values in ICE IR. Undef values represent an by Matt Wala · 11 years ago
  64. f61d5b2 Fix x86 floating-point constant emission. by Jim Stichnoth · 11 years ago
  65. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago
  66. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 11 years ago