assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / ELFTargetAsmInfo.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-03-30 Anton KorobeynikovFix thinko: put stuff with both global and local reloca...
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-05 Devang Patelsquash warnings.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovCleanup
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovCleanup, no functionality change
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovPrint section flags ok on platforms, which use '@'...
2008-08-07 Anton KorobeynikovAdd assertion for easy debugging of missing stuff
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-07-22 Anton KorobeynikovTie small stuff to non-small by default on ELF platforms
2008-07-21 Anton KorobeynikovUse better variable names
2008-07-21 Anton KorobeynikovDon't use larger alignment.
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo for all ELF-based targets