summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ELFWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-1/+1
* Handle null and file symbol on doInitializationBruno Cardoso Lopes2009-07-281-8/+7
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+10
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-271-3/+8
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-271-21/+55
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-7/+7
* make SectionKind know whether a symbol is weak or not in additionChris Lattner2009-07-261-6/+8
* rename Mergable -> Mergeable and Writable -> WriteableChris Lattner2009-07-261-6/+5
* two files I missed in the last commit.Chris Lattner2009-07-261-6/+6
* simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner2009-07-261-4/+14
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-1/+1
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-221-1/+3
* Support adding relocations for data sections, handling the cases whereBruno Cardoso Lopes2009-07-211-24/+48
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-201-27/+53
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-181-2/+25
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-181-8/+32
* revert one of the loops to use indicies over iterators because there are vect...Bruno Cardoso Lopes2009-07-171-4/+3
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-161-18/+19
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-151-97/+99
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-5/+5
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-1/+1
* Rename getValueName -> getMangledNameChris Lattner2009-07-141-1/+1
* Cleanup the global emission and refactor some codeBruno Cardoso Lopes2009-07-131-89/+100
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-5/+6
* Changed ELFCodeEmitter to inherit from ObjectCodeEmitterBruno Cardoso Lopes2009-07-061-19/+10
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-2/+4
* Factor some code out and support for Jump Table relocationsBruno Cardoso Lopes2009-07-031-20/+28
* shrinking down #includesBruno Cardoso Lopes2009-07-021-5/+24
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-251-4/+37
* Use a default alignment for data and bss sections.Bruno Cardoso Lopes2009-06-231-17/+19
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-221-7/+16
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-119/+208
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-162/+141
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-63/+220
* Delete comment and fix typoBruno Cardoso Lopes2009-06-071-1/+0
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-35/+55
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-27/+46
* Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes2009-06-031-140/+2
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-2/+4
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+4
* Add the private linkage.Rafael Espindola2009-01-151-1/+4
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* elf writer really wants the size of the global, not the size Chris Lattner2009-01-041-3/+3
* The llvm::ELFWriter::EmitGlobal() method is calling theBill Wendling2009-01-041-0/+1
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-4/+4
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-3/+3
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-4/+5
OpenPOWER on IntegriCloud