give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-13 Chris Lattnersecond part to r81695, I missed a directory.
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-22 Chris Lattnerfix a build error on the clang-i686-linux tester.
2009-08-22 Chris Lattnermcasminfo doesn't use std::string
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.