aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+3
* Fix a bug in the ELF writer that caused it to produce malformedDan Gohman2008-05-051-1/+1
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-2/+3
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-2/+2
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+15
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-1/+1
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+547