aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCExpr.h
Commit message (Expand)AuthorAgeFilesLines
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-2/+2
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-1/+3
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+0
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-111-0/+1
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+1
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+3
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-1/+0
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-1/+17
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-2/+4
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+8
* Remove trailing whitespaceBob Wilson2011-02-031-2/+2
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-3/+1
* Use references and simplify.Rafael Espindola2010-12-221-1/+1
* Revert 122011, 122012, 122013, 122023 adding back an important optimization.Rafael Espindola2010-12-181-15/+9
* MC/Expr: Simplify.Daniel Dunbar2010-12-171-1/+4
* MC: Remove another dead MCAssembler argument, and update clients.Daniel Dunbar2010-12-171-6/+10
* MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I addedDaniel Dunbar2010-12-171-2/+1
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-1/+8
* Use references to simplify the code a bit.Rafael Espindola2010-12-061-4/+4
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-031-2/+8
* 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