1. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 10 years ago
  2. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 10 years ago
  3. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  4. d9dc82e Subzero: Rerun clang-format after LLVM 3.6 merge. by Jim Stichnoth · 10 years ago
  5. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
  6. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  7. e9079cb Get text align in elf writer from the target asm method instead. by Jan Voung · 10 years ago
  8. cb165ca Handle ffunction-sections w/ filetype=obj. by Jan Voung · 10 years ago
  9. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  10. c9ec579 Convert a few getName() methods to return a const string ref. by Jan Voung · 10 years ago
  11. 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
  12. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  13. ae6e12c Fix subzero Windows build by JF Bastien · 10 years ago
  14. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  15. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  16. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  17. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  18. 91a3e2c Subzero: Write float/double constant pools directly to the ELF file. by Jan Voung · 10 years ago
  19. a601cc5 Try to fix mismatch between writeELFHeaderInternal def and decl. by Jan Voung · 10 years ago
  20. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago