1. 64a6b39 Move ConstantExpr handling to ResolveConstantExpr method and also by Bruno Cardoso Lopes · 16 years ago
  2. 3e0094d ELF improvements: by Bruno Cardoso Lopes · 16 years ago
  3. 52d0851 - Remove custom handling of jumptables by the elf writter (this was by Bruno Cardoso Lopes · 16 years ago
  4. f26e03b refactor section construction in TLOF to be through an explicit by Chris Lattner · 16 years ago
  5. df0b650 add module identifier to the elf object file by Bruno Cardoso Lopes · 16 years ago
  6. 746e3bb Handle external symbols for ELF and add some static methods to ELFSym by Bruno Cardoso Lopes · 16 years ago
  7. 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  8. 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
  9. 0a38dc5 For PC relative relocations where symbols are defined in the same section they by Bruno Cardoso Lopes · 16 years ago
  10. e2b0ecd Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usage inside getSection* functions by Bruno Cardoso Lopes · 16 years ago
  11. 171375f Add support to properly reference private symbols on relocation entries. by Bruno Cardoso Lopes · 16 years ago
  12. 115934e Fix coding style issues pointed by Bill. by Bruno Cardoso Lopes · 16 years ago
  13. 4b70fab use std::vector instead of std::list for both Section and Symbol lists because by Bruno Cardoso Lopes · 16 years ago
  14. d291066 Cleanup the global emission and refactor some code by Bruno Cardoso Lopes · 16 years ago
  15. 89e12a1 Match declaration to definition. by Daniel Dunbar · 16 years ago
  16. 6933d3e Changed ELFCodeEmitter to inherit from ObjectCodeEmitter by Bruno Cardoso Lopes · 16 years ago
  17. 0b1308f Factor some code out and support for Jump Table relocations by Bruno Cardoso Lopes · 16 years ago
  18. 45f5d64 shrinking down #includes by Bruno Cardoso Lopes · 16 years ago
  19. a5e0abd Support Constant Pool Sections Add section symbols to the symbol table by Bruno Cardoso Lopes · 16 years ago
  20. e39493e Use a default alignment for data and bss sections. by Bruno Cardoso Lopes · 16 years ago
  21. c236a34 Use different functions to emit the string and symbol tables. by Bruno Cardoso Lopes · 16 years ago
  22. 0d3193e Add more methods to gather target specific elf stuff by Bruno Cardoso Lopes · 16 years ago
  23. ae9163f Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject.h by Aaron Gray by Bruno Cardoso Lopes · 16 years ago
  24. c997d45 Support for ELF Visibility by Bruno Cardoso Lopes · 16 years ago
  25. a029a27 Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without by Bruno Cardoso Lopes · 16 years ago
  26. f5b0c5a Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more comments added by Bruno Cardoso Lopes · 16 years ago
  27. 5d41910 ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and by Bruno Cardoso Lopes · 16 years ago
  28. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  29. c9235d2 Don't include <map> in Pass.h, which doesn't need it. This requires by Dan Gohman · 17 years ago
  30. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  31. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  32. 1997473 Drop 'const' by Devang Patel · 18 years ago
  33. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  34. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  35. 4b2ca1a Moved from include/llvm/CodeGen to lib/CodeGen. by Bill Wendling · 19 years ago[Renamed (98%) from include/llvm/CodeGen/ELFWriter.h]
  36. 203d3e4 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 19 years ago
  37. e911615 Revert patch. by Bill Wendling · 19 years ago
  38. 99b1027 Removed methods which are now in the respective TargetObjInfo implementations. by Bill Wendling · 19 years ago
  39. 410354f Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. by Chris Lattner · 19 years ago
  40. aa02c1d Fix some truncation warnings. by Jeff Cohen · 20 years ago
  41. 56c3261 Add two helper methods, adjust a prototype by Chris Lattner · 20 years ago
  42. 5f9cb59 Add ability to set TYPE and FLAGS field for section trivially by Chris Lattner · 20 years ago
  43. 5f48ff7 Major refactor of the ELFWriter code. Instead of building up one big by Chris Lattner · 20 years ago
  44. 3942961 Add support for emitting 64-bit integers by Chris Lattner · 20 years ago
  45. f5d507e Add some apparently undocumented ELF section header flags by Chris Lattner · 20 years ago
  46. f0cf1b7 The symbol table just needs a const GlobalValue*, not a non-const one. by Chris Lattner · 20 years ago
  47. 6871aed expose a new code emitter object by Chris Lattner · 20 years ago
  48. 75bbdff add a name mangler object by Chris Lattner · 20 years ago
  49. e578ab9 Add support for building/representing the symbol table, add some enum constants by Chris Lattner · 20 years ago
  50. 3201815 iniital checkin of ELFWriter header. by Chris Lattner · 20 years ago