summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.cpp
Commit message (Expand)AuthorAge
* Fix ELF Writter related memory leaksBruno Cardoso Lopes2009-09-01
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* Move ConstantExpr handling to ResolveConstantExpr method and alsoBruno Cardoso Lopes2009-08-10
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* ELF improvements:Bruno Cardoso Lopes2009-08-08
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-05
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-02
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-01
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-31
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Handle null and file symbol on doInitializationBruno Cardoso Lopes2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-27
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* make SectionKind know whether a symbol is weak or not in additionChris Lattner2009-07-26
* rename Mergable -> Mergeable and Writable -> WriteableChris Lattner2009-07-26
* two files I missed in the last commit.Chris Lattner2009-07-26
* simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner2009-07-26
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-25
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-22
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-21
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-20
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-18
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-18
* revert one of the loops to use indicies over iterators because there are vect...Bruno Cardoso Lopes2009-07-17
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-16
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-15
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* Rename getValueName -> getMangledNameChris Lattner2009-07-14
* Cleanup the global emission and refactor some codeBruno Cardoso Lopes2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-06
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-03
* shrinking down #includesBruno Cardoso Lopes2009-07-02
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-25
* Use a default alignment for data and bss sections.Bruno Cardoso Lopes2009-06-23
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-22