| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-14 | 1 | -2/+2 |
* | Fix function name in comment. | Craig Topper | 2012-09-13 | 1 | -1/+1 |
* | Make use of the LLVM_DELETED_FUNCTION macro. | Craig Topper | 2012-08-29 | 1 | -2/+3 |
* | MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics | Daniel Dunbar | 2011-04-29 | 1 | -0/+1 |
* | Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original | Rafael Espindola | 2010-11-15 | 1 | -0/+5 |
* | Fix PR8565. | Rafael Espindola | 2010-11-15 | 1 | -7/+7 |
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -5/+12 |
* | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar | 2010-05-05 | 1 | -4/+1 |
* | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 1 | -4/+7 |
* | Add MCSymbol::isInSection. | Daniel Dunbar | 2010-03-18 | 1 | -4/+9 |
* | fix a memory leak yjasskin pointed out: MCSymbol is bump pointer | Chris Lattner | 2010-03-15 | 1 | -7/+6 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -2/+5 |
* | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 1 | -7/+3 |
* | expose a static function as a static method on the MCSymbol class. | Chris Lattner | 2010-01-13 | 1 | -0/+5 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar | 2009-10-16 | 1 | -3/+28 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 1 | -1/+2 |
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 1 | -0/+5 |
* | llvm-mc: Add MCSection::isDefined() | Daniel Dunbar | 2009-08-26 | 1 | -1/+8 |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 1 | -4/+3 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 1 | -14/+45 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 1 | -3/+3 |
* | Add MCSymbol::{print, dump} | Daniel Dunbar | 2009-08-14 | 1 | -0/+7 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 1 | -1/+2 |
* | Tweak MCSymbol doxyments. | Daniel Dunbar | 2009-07-01 | 1 | -3/+5 |
* | disable some ctors. | Chris Lattner | 2009-07-01 | 1 | -0/+3 |
* | add some comments to MCSymbol header, make the ctor private so that only MCCo... | Chris Lattner | 2009-07-01 | 1 | -5/+28 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 1 | -0/+2 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 1 | -1/+5 |
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 1 | -7/+6 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 1 | -0/+4 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+30 |