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