| Age | Commit message (Expand) | Author |
| 2010-01-22 | rename addComment -> AddComment for consistency. | Chris Lattner |
| 2010-01-22 | Simplify some uses of str(n)cmp with StringRef. | Benjamin Kramer |
| 2010-01-22 | Add the ability for MCStreamer to emit comments on the same line as directives. | Chris Lattner |
| 2010-01-22 | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner |
| 2010-01-22 | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner |
| 2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |
| 2010-01-20 | Modified MCAsmLexer to return error information upward | Sean Callanan |
| 2010-01-20 | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner |
| 2010-01-20 | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner |
| 2010-01-19 | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner |
| 2010-01-19 | add a new EmitIntValue method that MCStreamer impls can optionally define | Chris Lattner |
| 2010-01-19 | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner |
| 2010-01-19 | Promoted the getTok() method to MCAsmParser so that | Sean Callanan |
| 2010-01-19 | Propagated the parser-side Lex function's declaration to | Sean Callanan |
| 2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
| 2010-01-19 | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner |
| 2010-01-19 | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner |
| 2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner |
| 2010-01-19 | hookize the cygwin ".linkonce" directive. | Chris Lattner |
| 2010-01-19 | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner |
| 2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
| 2010-01-19 | make TLOF subclassify BSS based on linkage type into private, external | Chris Lattner |
| 2010-01-19 | introduce a section kind for common linkage. Use this to slightly | Chris Lattner |
| 2010-01-19 | Cleanup handling of .zerofill on darwin: | Chris Lattner |
| 2010-01-18 | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner |
| 2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-17 | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner |
| 2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |
| 2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
| 2010-01-15 | Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. | Jeffrey Yasskin |
| 2010-01-14 | add virtual methods to get the start/end of a MCParsedAsmOperand, | Chris Lattner |
| 2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
| 2010-01-14 | introduce the MCParsedAsmOperand class. | Chris Lattner |
| 2010-01-13 | expose a static function as a static method on the MCSymbol class. | Chris Lattner |
| 2009-12-19 | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-10-30 | Remove a redundant copy constructor. | Dan Gohman |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-19 | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner |
| 2009-10-16 | Minor formatting tweaks. | Daniel Dunbar |
| 2009-10-16 | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar |
| 2009-10-16 | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar |
| 2009-10-16 | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar |
| 2009-10-16 | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar |
| 2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
| 2009-09-16 | Big change #1 for personality function references: | Chris Lattner |
| 2009-09-16 | add a helper method for creating MCSymbol and MCSymbolRefExpr at | Chris Lattner |
| 2009-09-15 | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner |
| 2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |