summaryrefslogtreecommitdiff
path: root/lib/MC/MCExpr.cpp
Commit message (Expand)AuthorAge
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-12
* MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar2010-05-05
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-25
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-24
* MC: Sprinkle in some more interesting statistics.Daniel Dunbar2010-03-23
* llvm-mc: Fast path EvaluateAbsolute of constants.Daniel Dunbar2010-03-23
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-18
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC: Fix a crash on invalid, attempting to evaluate undefined symbols.Daniel Dunbar2010-03-14
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-12
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-11
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-18
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* Change errs() to dbgs().David Greene2010-01-05
* Pass StringRef by value.Daniel Dunbar2009-11-06
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-16
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-16
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-16
* parenthesize symbol names that start with $, fixing X86/dollar-name.ll withChris Lattner2009-09-08
* Print "X-42" instead of "X+-42".Chris Lattner2009-09-08
* make formatting of expressions more closely match the existing asmprinter.Chris Lattner2009-09-08
* tidy whitespace.Chris Lattner2009-09-08
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-03
* llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar2009-08-31
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-31
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31