llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / CodeGen / MachOWriter.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-06 Bruno Cardoso LopesCleanup MachO writer and code emitter. Fix 80 cols...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-06-03 Bruno Cardoso LopesMove structures and classes into header files, providin...
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-19 Chris LattnerFix some release-assert warnings
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-23 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-04 Reid SpencerRemove unneeded header file.
2007-03-03 Nate Begemanhttp://llvm.org/bugs/show_bug.cgi?id=1237
2007-02-28 Nate BegemanFix a typo, thanks Bill!
2007-02-28 Nate BegemanMore Mach-O writer improvements.
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-02-07 Nate BegemanFix a fixme by correctly calculating preferred alignmen...
2007-02-03 Bill WendlingPass in non-Mach-O-specific parameters to the GetTarget...
2007-01-29 Nate BegemanProperly support cstrings
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Bill WendlingUse the TargetMachOWriterInfo class to get this informa...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-02 Chris Lattnerimprove compat with certain versions of GCC (on cygwin?)
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...