1. da8246b Implement emitWordAt() for the debug emitter and the file printer emitter. (I by Brian Gaeke · 20 years ago
  2. 0742b59 Finegrainify namespacification by Chris Lattner · 21 years ago
  3. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  4. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  5. d720da2 Pass through the emitConstantPool() call to the real emitter. by Misha Brukman · 21 years ago
  6. e6aa9e3 Removed a useless ofstream. by Misha Brukman · 21 years ago
  7. 53a7ba8 Remove spurious assert() by Misha Brukman · 21 years ago
  8. efc84a4 Changes to be compatible with MachineCodeEmitter.h by Chris Lattner · 21 years ago
  9. da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 21 years ago
  10. eae77de Correctly write out binary data as chars, before they're cast to ints. by Misha Brukman · 21 years ago
  11. 3432d1d Added a debugging code emitter that prints code to a file, debug to std::cerr, by Misha Brukman · 21 years ago
  12. e0e7217 Allow const functions by Chris Lattner · 21 years ago
  13. fd33fb8 Add methods for stub function generation by Chris Lattner · 21 years ago
  14. 7775df1 Add support for global address by string and constant pool values by Chris Lattner · 22 years ago
  15. b72d221 Print out direct global references by Chris Lattner · 22 years ago
  16. f815aeb Checkin debug implementation of MCE by Chris Lattner · 22 years ago