aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachOWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-3/+6
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+5
* Add the private linkage.Rafael Espindola2009-01-151-1/+4
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-6/+6
* Fix some release-assert warningsChris Lattner2008-12-191-4/+4
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-7/+7
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-3/+3
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-2/+2
* 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-2/+3
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-231-1/+1
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+3
* 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
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+14
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-4/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-6/+8
* Revise previous patch per review comments.Dale Johannesen2007-09-121-4/+4
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-4/+4
* Next round of APFloat changes.Dale Johannesen2007-09-061-2/+4
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+3
* Remove unneeded header file.Reid Spencer2007-03-041-1/+0
* http://llvm.org/bugs/show_bug.cgi?id=1237Nate Begeman2007-03-031-5/+10
* Fix a typo, thanks Bill!Nate Begeman2007-02-281-1/+1
* More Mach-O writer improvements.Nate Begeman2007-02-281-29/+56
* For PR1195:Reid Spencer2007-02-151-1/+1
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-2/+2
* eliminate temporary vectors.Chris Lattner2007-02-101-2/+2
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-101-1/+2
* Add function to create a file writer.Bill Wendling2007-02-081-2/+13
* Fix a fixme by correctly calculating preferred alignments for functions,Nate Begeman2007-02-071-11/+14
* Pass in non-Mach-O-specific parameters to the GetTargetRelocation method.Bill Wendling2007-02-031-2/+7
* Properly support cstringsNate Begeman2007-01-291-3/+8
* Handle multiple functions, properly mangle symbols, and fix support forNate Begeman2007-01-261-16/+41
* Make ivars private and use getters. Have the MachOWriter return "Mach-OBill Wendling2007-01-241-2/+2
* Use the TargetMachOWriterInfo class to get this information.Bill Wendling2007-01-241-2/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* Have the OutputBuffer take the is64Bit and isLittleEndian booleans.Bill Wendling2007-01-181-7/+14
* Changed to use the OutputBuffer instead of the methods in MachO and ELFBill Wendling2007-01-171-74/+88
* Revert patch.Bill Wendling2007-01-171-90/+76
* Use the methods in the TargetObjInfo object instead of internal methods.Bill Wendling2007-01-171-76/+90
* For PR1064:Reid Spencer2007-01-121-29/+39
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-8/+4
* Properly mangles symbol table namesNate Begeman2006-12-111-112/+333