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