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