aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmBackend.h
Commit message (Expand)AuthorAgeFilesLines
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-131/+0
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-091-0/+8
* Remove the MCObjectFormat class.Rafael Espindola2010-12-181-3/+0
* MC/Target: Remove HasScatteredSymbols target hook variable, which has beenDaniel Dunbar2010-12-171-11/+0
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-0/+20
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-4/+0
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-0/+4
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-4/+0
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-081-0/+5
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-061-2/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Remove the unused TheTarget member.Rafael Espindola2010-11-261-6/+1
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-4/+0
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-15/+4
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-301-0/+3
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-261-4/+6
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-261-4/+1
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-261-3/+3
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-121-0/+8
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-231-0/+11
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-0/+7
* MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar2010-03-231-0/+7
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-0/+6
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-0/+4
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-0/+10
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-181-2/+20
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-0/+7
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-111-0/+22
* MC: Sketch registry support for target specific assembler backends.Daniel Dunbar2010-02-211-0/+35