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
/
lib
/
Target
/
X86
/
X86AsmBackend.cpp
Age
Commit message (
Expand
)
Author
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
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-03-11
MC: Provide the target triple to AsmBackend constructors.
Daniel Dunbar
2010-02-21
MC/X86: Add stub AsmBackend.
Daniel Dunbar