summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.cpp
Commit message (Expand)AuthorAge
* 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
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans...Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* 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
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spa...Bruno Cardoso Lopes2009-07-06
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Move structures and classes into header files, providing two new headers andBruno Cardoso Lopes2009-06-03
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-30
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Add the private linkage.Rafael Espindola2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Fix some release-assert warningsChris Lattner2008-12-19
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-10
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-23
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Enable exception handling int JITNicolas Geoffray2008-02-13
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Revise previous patch per review comments.Dale Johannesen2007-09-12
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-11
* Next round of APFloat changes.Dale Johannesen2007-09-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Remove unneeded header file.Reid Spencer2007-03-04
* http://llvm.org/bugs/show_bug.cgi?id=1237Nate Begeman2007-03-03
* Fix a typo, thanks Bill!Nate Begeman2007-02-28
* More Mach-O writer improvements.Nate Begeman2007-02-28
* For PR1195:Reid Spencer2007-02-15
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14