Age | Commit message (Expand) | Author |
2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |
2009-07-28 | Handle null and file symbol on doInitialization | Bruno Cardoso Lopes |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | add module identifier to the elf object file | Bruno Cardoso Lopes |
2009-07-27 | Handle external symbols for ELF and add some static methods to ELFSym | Bruno Cardoso Lopes |
2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
2009-07-26 | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner |
2009-07-26 | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner |
2009-07-26 | two files I missed in the last commit. | Chris Lattner |
2009-07-26 | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner |
2009-07-25 | this is (unfortunately) several changes mixed together: | Chris Lattner |
2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
2009-07-21 | Support adding relocations for data sections, handling the cases where | Bruno Cardoso Lopes |
2009-07-20 | For PC relative relocations where symbols are defined in the same section they | Bruno Cardoso Lopes |
2009-07-18 | Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag... | Bruno Cardoso Lopes |
2009-07-18 | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes |
2009-07-17 | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes |
2009-07-16 | Fix coding style issues pointed by Bill. | Bruno Cardoso Lopes |
2009-07-15 | use std::vector instead of std::list for both Section and Symbol lists because | Bruno Cardoso Lopes |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
2009-07-14 | Rename getValueName -> getMangledName | Chris Lattner |
2009-07-13 | Cleanup the global emission and refactor some code | Bruno Cardoso Lopes |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-06 | Changed ELFCodeEmitter to inherit from ObjectCodeEmitter | Bruno Cardoso Lopes |
2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
2009-07-03 | Factor some code out and support for Jump Table relocations | Bruno Cardoso Lopes |
2009-07-02 | shrinking down #includes | Bruno Cardoso Lopes |
2009-06-25 | Support Constant Pool Sections | Bruno Cardoso Lopes |
2009-06-23 | Use a default alignment for data and bss sections. | Bruno Cardoso Lopes |
2009-06-22 | Use different functions to emit the string and symbol tables. | Bruno Cardoso Lopes |
2009-06-22 | Add more methods to gather target specific elf stuff | Bruno Cardoso Lopes |
2009-06-14 | Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar... | Bruno Cardoso Lopes |
2009-06-11 | Support for ELF Visibility | Bruno Cardoso Lopes |
2009-06-07 | Delete comment and fix typo | Bruno Cardoso Lopes |
2009-06-07 | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes |
2009-06-06 | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes |
2009-06-03 | Move ELFCodeEmiter stuff to new files | Bruno Cardoso Lopes |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2009-01-04 | elf writer really wants the size of the global, not the size | Chris Lattner |
2009-01-04 | The llvm::ELFWriter::EmitGlobal() method is calling the | Bill Wendling |
2008-12-10 | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng |
2008-11-08 | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |