summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAge
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-29
* Remove trailing whitespaceBob Wilson2011-02-03
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-13
* Use references and simplify.Rafael Espindola2010-12-22
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-18
* MC/Expr: Simplify.Daniel Dunbar2010-12-17
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-17
* MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar2010-12-17
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* Merge System into Support.Michael J. Spencer2010-11-29
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-14
* Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach2010-11-10
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-16
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* 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
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-12
* 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
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-10
* Add explicit keywords.Dan Gohman2010-02-09
* 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
* 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
* Minor formatting tweaks.Daniel Dunbar2009-10-16
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-16
* add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner2009-09-16
* 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