| Commit message (Expand) | Author | Age | Files | Lines |
* | forgot to svn add these, doh. | Chris Lattner | 2010-01-22 | 2 | -0/+22 |
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 5 | -7/+5 |
* | don't forget to initialize an instance variable! | Chris Lattner | 2010-01-20 | 1 | -2/+2 |
* | use getGlobalDirective(), don't hardcode .globl. PR6093 | Chris Lattner | 2010-01-20 | 1 | -13/+13 |
* | make mcasmstreamer handle expanding 8 byte integer constants to | Chris Lattner | 2010-01-20 | 1 | -3/+12 |
* | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner | 2010-01-20 | 1 | -3/+8 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 3 | -5/+3 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 3 | -3/+5 |
* | add a new EmitIntValue method that MCStreamer impls can optionally define | Chris Lattner | 2010-01-19 | 2 | -6/+36 |
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 1 | -1/+5 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 4 | -33/+41 |
* | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner | 2010-01-19 | 1 | -0/+2 |
* | add an MCAsmStreamer::EmitFill specialization of EmitFill that | Chris Lattner | 2010-01-19 | 1 | -0/+15 |
* | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner | 2010-01-19 | 1 | -0/+9 |
* | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner | 2010-01-19 | 1 | -1/+0 |
* | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 2010-01-19 | 2 | -3/+2 |
* | mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. | Chris Lattner | 2010-01-19 | 1 | -3/+7 |
* | hookize the cygwin ".linkonce" directive. | Chris Lattner | 2010-01-19 | 2 | -0/+2 |
* | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner | 2010-01-19 | 2 | -0/+2 |
* | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 2 | -0/+2 |
* | Cleanup handling of .zerofill on darwin: | Chris Lattner | 2010-01-19 | 2 | -2/+2 |
* | Remove this fixme, looking at the linker source, all targets pad to 4 bytes. | Nate Begeman | 2010-01-19 | 1 | -2/+0 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 3 | -23/+11 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 4 | -31/+15 |
* | rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check | Chris Lattner | 2010-01-17 | 1 | -9/+4 |
* | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 1 | -57/+4 |
* | Add a note for the macho streamer and remove a used of the mangler from the s... | Nate Begeman | 2010-01-17 | 1 | -0/+2 |
* | unbreak the build, grr symlinks. | Chris Lattner | 2010-01-15 | 1 | -1/+1 |
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 1 | -1/+14 |
* | tidy | Chris Lattner | 2010-01-13 | 1 | -4/+3 |
* | expose a static function as a static method on the MCSymbol class. | Chris Lattner | 2010-01-13 | 1 | -4/+7 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -4/+5 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+3 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 10 | -16/+15 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -1/+9 |
* | MC: Set symbol values in MachO MCStreamer. | Daniel Dunbar | 2009-10-16 | 1 | -1/+3 |
* | Minor formatting tweaks. | Daniel Dunbar | 2009-10-16 | 2 | -34/+34 |
* | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar | 2009-10-16 | 2 | -31/+41 |
* | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar | 2009-10-16 | 2 | -9/+8 |
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 1 | -0/+1 |
* | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar | 2009-10-16 | 1 | -1/+4 |
* | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar | 2009-10-16 | 1 | -2/+5 |
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 2 | -21/+3 |
* | Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so | Kevin Enderby | 2009-10-07 | 1 | -4/+6 |
* | No newline at end of files. | Edward O'Callaghan | 2009-10-05 | 2 | -2/+2 |
* | eliminate a use of strtoul. | Chris Lattner | 2009-09-20 | 1 | -12/+2 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 2 | -6/+10 |