summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSymbol.h
Commit message (Expand)AuthorAge
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Fix function name in comment.Craig Topper2012-09-13
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-29
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* Fix PR8565.Rafael Espindola2010-11-15
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-17
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-05
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-05
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-18
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-15
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-13
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-16
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-03
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc: Add MCSection::isDefined()Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-14
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-27
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-01
* disable some ctors.Chris Lattner2009-07-01
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-01
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-30
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-29
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-24
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24
* Start flushing out MCContext.Daniel Dunbar2009-06-23