index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetAsmBackend.h
Age
Commit message (
Expand
)
Author
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-03-09
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-08
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-10-16
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-09-30
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
Kevin Enderby
2010-05-26
MC: Change RelaxInstruction to only take the input and output instructions.
Daniel Dunbar
2010-05-26
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
Daniel Dunbar
2010-05-26
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-12
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-03-23
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...
Daniel Dunbar
2010-03-23
MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...
Daniel Dunbar
2010-03-23
MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...
Daniel Dunbar
2010-03-19
MC: Add TargetAsmBackend::createObjectWriter.
Daniel Dunbar
2010-03-19
MC: Add TargetAsmBackend::isVirtualSection hook.
Daniel Dunbar
2010-03-19
MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...
Daniel Dunbar
2010-03-18
MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...
Daniel Dunbar
2010-03-15
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...
Daniel Dunbar
2010-03-11
MC: Sketch some TargetAsmBackend hooks we are going to need.
Daniel Dunbar
2010-02-21
MC: Sketch registry support for target specific assembler backends.
Daniel Dunbar