aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
AgeCommit message (Expand)Author
2010-01-25rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner
2010-01-25remove JumpTableDirective, it is always null.Chris Lattner
2010-01-25all supported target now have aligned common support.Chris Lattner
2010-01-23mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner
2010-01-23resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner
2010-01-23mcize visibility directives.Chris Lattner
2010-01-23mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2010-01-19remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner
2010-01-19hookize the cygwin ".linkonce" directive.Chris Lattner
2010-01-19add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner
2010-01-19move production of .reference directives for static ctor/dtor list onChris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-15remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner
2009-09-13remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner
2009-08-25Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling
2009-08-25Add the #include here.Bill Wendling
2009-08-25Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner