summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* fix a parsing problem on instructions like:Chris Lattner2010-01-24
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-23
* mcize visibility directives.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* mcize jump table and constant pool entry labels, .local on elf,Chris Lattner2010-01-23
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-23
* Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner2010-01-22
* Convert some more random-comment-printing stuff to use Chris Lattner2010-01-22
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-22
* rename addComment -> AddComment for consistency.Chris Lattner2010-01-22
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-22
* add comment support to the rest of the directives.Chris Lattner2010-01-22
* stop using strtoll, it gives windows heartburn.Chris Lattner2010-01-22
* Add the ability for MCStreamer to emit comments on the same line as directives.Chris Lattner2010-01-22
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* forgot to svn add these, doh.Chris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* don't forget to initialize an instance variable!Chris Lattner2010-01-20
* use getGlobalDirective(), don't hardcode .globl. PR6093Chris Lattner2010-01-20
* make mcasmstreamer handle expanding 8 byte integer constants to Chris Lattner2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-19
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the Chris Lattner2010-01-19
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner2010-01-19
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode.Chris Lattner2010-01-19
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-19
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-19
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19
* Remove this fixme, looking at the linker source, all targets pad to 4 bytes.Nate Begeman2010-01-19
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-18
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the checkChris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* Add a note for the macho streamer and remove a used of the mangler from the s...Nate Begeman2010-01-17
* unbreak the build, grr symlinks.Chris Lattner2010-01-15
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-15
* tidyChris Lattner2010-01-13
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-13