1. 2f67b92 First attempt to capture parser/translation errors in browser. by Karl Schimpf · 10 years ago
  2. 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 10 years ago
  3. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 10 years ago
  4. 5bfe215 Subzero: Fix floating-point constant pooling. by Jim Stichnoth · 10 years ago
  5. 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 10 years ago
  6. 24824e7 Subzero: Honor the Internal flag when filetype=asm. by Jim Stichnoth · 10 years ago
  7. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  8. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  9. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  10. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  11. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  12. a1dd3cc Subzero: Fix stats collection and output for multithreading. by Jim Stichnoth · 10 years ago
  13. 380d7b9 Subzero: Fix timers for multithreaded translation. by Jim Stichnoth · 10 years ago
  14. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  15. a5fe17a Subzero: Second attempt at fixing MacOS 10.6 build. by Jim Stichnoth · 10 years ago
  16. 7d53825 Subzero: Make thread_local work under MacOS 10.6. by Jim Stichnoth · 10 years ago
  17. a086b91 Subzero: Remove the GlobalContext::GlobalDeclarations vector. by Jim Stichnoth · 10 years ago
  18. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  19. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  20. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  21. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  22. 639c921 Subzero: Add memory usage to "-szstats" output. by Jim Stichnoth · 10 years ago
  23. 1c44d81 Subzero: Disable stats and timers under the MINIMAL build. by Jim Stichnoth · 10 years ago
  24. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  25. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  26. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  27. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  28. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  29. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  30. d14b1a0 Subzero: Improve the output with the --timing-focus=xxx option. by Jim Stichnoth · 10 years ago
  31. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  32. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  33. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  34. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  35. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  36. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  37. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 10 years ago
  38. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  39. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 10 years ago
  40. 1bd2fce Subzero: Add a random number generator. by Matt Wala · 10 years ago
  41. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 10 years ago
  42. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 10 years ago
  43. 78282f6 Subzero: Make Ice::Ostream a typedef for llvm::raw_ostream. by Jim Stichnoth · 10 years ago
  44. 78b4c0b Subzero: Fix the name mangling code's base-36 increment. by Jim Stichnoth · 10 years ago
  45. 217dc08 Subzero: Deal with substitutions in the primitive remangler. by Jim Stichnoth · 10 years ago
  46. 928f129 Add support for vector types. by Matt Wala · 10 years ago
  47. d8f4a7d Add support for undef values in ICE IR. Undef values represent an by Matt Wala · 10 years ago
  48. 44712d1 Fix subzero build for mac by Derek Schuff · 10 years ago
  49. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  50. f61d5b2 Fix x86 floating-point constant emission. by Jim Stichnoth · 10 years ago
  51. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago
  52. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 10 years ago