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