1. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 18 years ago
  2. 8f84f1f Add function to create a file writer. by Bill Wendling · 19 years ago
  3. 5d73a2a Use TargetELFWriterInfo class. by Bill Wendling · 19 years ago
  4. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
  5. c904a5b Have the OutputBuffer take the is64Bit and isLittleEndian booleans. by Bill Wendling · 19 years ago
  6. 203d3e4 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 19 years ago
  7. e911615 Revert patch. by Bill Wendling · 19 years ago
  8. 157c4ee Use the methods in the TargetObjInfo object instead of internal methods. by Bill Wendling · 19 years ago
  9. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  10. bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
  11. ce9a576 Match MachineCodeEmitter changes. by Evan Cheng · 19 years ago
  12. 3ed469c For PR786: by Reid Spencer · 19 years ago
  13. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  14. b4432f3 Suck block address tracking out of targets into the JIT Emitter. This by Chris Lattner · 19 years ago
  15. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  16. af1563f Change the BasicBlockAddrs map to be a vector, indexed by MBB number. by Chris Lattner · 19 years ago
  17. f75f9be Several related changes: by Chris Lattner · 19 years ago
  18. f5d438c Do not make the JIT memory manager manage the memory for globals. Instead by Chris Lattner · 19 years ago
  19. 43b429b Refactor the machine code emitter interface to pull the pointers for the current by Chris Lattner · 19 years ago
  20. b0cc79d Remove dead method by Chris Lattner · 19 years ago
  21. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  22. 2e096c1 add these so I can be less naughty by Duraid Madina · 20 years ago
  23. ed0c4ec nuke blank line by Chris Lattner · 20 years ago
  24. 23c73a1 Fix VC++ constant truncation warning. by Jeff Cohen · 20 years ago
  25. fe66039 new is not a valid default anywhere, so make this pure virtual by Andrew Lenharth · 20 years ago
  26. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  27. 0589523 Only get the .bss and .data sections when needed instead of unconditionally. by Chris Lattner · 20 years ago
  28. 0003395 Refactor getSection() method to make it easier to use. by Chris Lattner · 20 years ago
  29. 5f48ff7 Major refactor of the ELFWriter code. Instead of building up one big by Chris Lattner · 20 years ago
  30. 46c5305 Add support for 64-bit elf files by Chris Lattner · 20 years ago
  31. 44213c9 VC++ demands that the function returns a value by Jeff Cohen · 20 years ago
  32. 0e18050 Clean up code, no functionality changes. by Chris Lattner · 20 years ago
  33. 5fe7b6e Emit a symbol table entry for each function we output to the ELF file. This by Chris Lattner · 20 years ago
  34. aa507db add code to emit the .text section to the section header. by Chris Lattner · 20 years ago
  35. 5acd120 Use a name mangler object to uniquify names and remove nonstandard by Chris Lattner · 20 years ago
  36. 4c47e3a Add support for emitting a .data section and .bss section. by Chris Lattner · 20 years ago
  37. 80ed8fa Add support for emitting the symbol table (and its string table) of the by Chris Lattner · 20 years ago
  38. 35f0a4f iniital checkin of ELFWriter implementation by Chris Lattner · 20 years ago