aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSymbol.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-9/+17
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+19
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-2/+2
* Fix function name in comment.Craig Topper2012-09-131-1/+1
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+3
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+1
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-0/+5
* Fix PR8565.Rafael Espindola2010-11-151-7/+7
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-171-5/+12
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-051-4/+1
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-051-4/+7
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-181-4/+9
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-151-7/+6
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-2/+5
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-7/+3
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-131-0/+5
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-161-3/+28
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-1/+2
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-0/+5
* llvm-mc: Add MCSection::isDefined()Daniel Dunbar2009-08-261-1/+8
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-4/+3
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-14/+45
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-171-3/+3
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-141-0/+7
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-271-1/+2
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-011-3/+5
* disable some ctors.Chris Lattner2009-07-011-0/+3
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-011-5/+28
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-301-0/+2
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-291-1/+5
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-7/+6
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+4
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+30