aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-1/+3
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-141-1/+3
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-101-3/+9
* Implement TLSLD.Rafael Espindola2010-10-281-0/+1
* Implement DTPOFF.Rafael Espindola2010-10-281-0/+1
* Implement TLSLDM.Rafael Espindola2010-10-281-0/+1
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-281-0/+1
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-0/+2
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-221-0/+1
* Start adding mach-o tls reloc support.Eric Christopher2010-05-261-1/+2
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-121-1/+3
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-5/+0
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-5/+43
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-121-6/+6
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-111-3/+9
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-0/+4
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-101-1/+1
* Add explicit keywords.Dan Gohman2010-02-091-3/+3
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-081-8/+12
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-081-1/+1
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-081-1/+24
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-1/+6
* 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
* Minor formatting tweaks.Daniel Dunbar2009-10-161-3/+1
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-2/+2
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-161-1/+5
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-1/+2
* llvm-mc: Add MCExpr::{dump,print}.Daniel Dunbar2009-08-311-0/+8
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-311-35/+171
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-311-0/+179