1. 8072bae Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. by Andrew Scull · 10 years ago
  2. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 10 years ago
  3. b7db1a5 Fix --filetype=iasm non-pc-rel fixup offsets (double counted). by Jan Voung · 10 years ago
  4. 9612d32 Doxygenize the documentation comments by Andrew Scull · 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. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  8. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  9. c9ec579 Convert a few getName() methods to return a const string ref. by Jan Voung · 10 years ago
  10. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  11. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  12. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  13. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago