index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-08-04
Enable COFF writer on mingw32 and cygwin.
Benjamin Kramer
2010-07-31
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
Michael J. Spencer
2010-07-27
Make MC use Windows COFF on Windows and add tests.
Michael J. Spencer
2010-07-09
have the mc lowering process handle a few tail call forms, lowering them to
Chris Lattner
2010-07-07
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
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-26
MC: Use accessors for access to MCAsmFixup.
Daniel Dunbar
2010-05-26
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-05-21
Split out the x86_32 an x86_64 ELF backends as they handle ELF
Matt Fleming
2010-05-19
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
Daniel Dunbar
2010-05-17
Add some section and constant support for darwin TLS.
Eric Christopher
2010-05-12
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-05-06
MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since
Daniel Dunbar
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
[prev]