index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86AsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ELF OS ABI dependent on the OS from target triple.
Roman Divacky
2010-09-09
1
-9
/
+12
*
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-21
1
-4
/
+10
*
Hookup ELF support for X86.
Matt Fleming
2010-08-16
1
-4
/
+13
*
Enable COFF writer on mingw32 and cygwin.
Benjamin Kramer
2010-08-04
1
-0
/
+2
*
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
Michael J. Spencer
2010-07-31
1
-1
/
+0
*
Make MC use Windows COFF on Windows and add tests.
Michael J. Spencer
2010-07-27
1
-0
/
+21
*
have the mc lowering process handle a few tail call forms, lowering them to
Chris Lattner
2010-07-09
1
-1
/
+0
*
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
2010-07-07
1
-2
/
+5
*
MC: Change RelaxInstruction to only take the input and output instructions.
Daniel Dunbar
2010-05-26
1
-7
/
+6
*
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
Daniel Dunbar
2010-05-26
1
-26
/
+10
*
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
1
-4
/
+4
*
MC: Use accessors for access to MCAsmFixup.
Daniel Dunbar
2010-05-26
1
-6
/
+8
*
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-05-26
1
-0
/
+1
*
Split out the x86_32 an x86_64 ELF backends as they handle ELF
Matt Fleming
2010-05-21
1
-2
/
+14
*
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
Daniel Dunbar
2010-05-19
1
-0
/
+1
*
Add some section and constant support for darwin TLS.
Eric Christopher
2010-05-17
1
-1
/
+2
*
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-05-12
1
-0
/
+20
*
MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since
Daniel Dunbar
2010-05-06
1
-2
/
+14
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...
Daniel Dunbar
2010-03-23
1
-0
/
+18
*
MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...
Daniel Dunbar
2010-03-23
1
-0
/
+63
*
MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...
Daniel Dunbar
2010-03-23
1
-0
/
+50
*
MC: Add TargetAsmBackend::createObjectWriter.
Daniel Dunbar
2010-03-19
1
-0
/
+13
*
MC: Add TargetAsmBackend::isVirtualSection hook.
Daniel Dunbar
2010-03-19
1
-2
/
+23
*
MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...
Daniel Dunbar
2010-03-19
1
-0
/
+26
*
MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...
Daniel Dunbar
2010-03-18
1
-6
/
+7
*
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...
Daniel Dunbar
2010-03-15
1
-2
/
+28
*
MC: Sketch some TargetAsmBackend hooks we are going to need.
Daniel Dunbar
2010-03-11
1
-2
/
+22
*
MC: Provide the target triple to AsmBackend constructors.
Daniel Dunbar
2010-03-11
1
-5
/
+5
*
MC/X86: Add stub AsmBackend.
Daniel Dunbar
2010-02-21
1
-0
/
+34