projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix cmake build.
[oota-llvm.git]
/
lib
/
Target
/
X86
/
X86AsmBackend.cpp
2011-03-09
Benjamin Kramer
Fix a pasto that broke all x86_64-elf targets.
blob
|
commitdiff
|
raw
2011-03-09
Jan Sjödin
Add createELFObjectTargetWriter method to TargetAsmBack...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Cameron Zwarich
Roll out r126425 and r126450 to see if it fixes the...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Devang Patel
Enable DebugInfo support for COFF object files.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-17
NAKAMURA Takumi
Triple::MinGW64 is deprecated and removed. We can use...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-01
Evan Cheng
Patches to build EFI with Clang/LLVM. By Carl Norum.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Rafael Espindola
Remove more duplicated code.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Rafael Espindola
Add support for the same encodings of the personality...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Daniel Dunbar
X86/MC/Mach-O: Split out createX86MachObjectWriter().
blob
|
commitdiff
|
raw
|
diff to current
2010-12-18
Rafael Espindola
Remove the MCObjectFormat class.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-18
Rafael Espindola
Move some data to the TargetWriter.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-18
Rafael Espindola
Relax push instructions.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Rafael Espindola
Stub out explicit MCELFObjectTargetWriter interface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Rafael Espindola
Move createELFObjectWriter to its own header.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Daniel Dunbar
MC/Mach-O: On second thought, use a custom hook for...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Daniel Dunbar
MC/Target: Remove HasScatteredSymbols target hook varia...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Daniel Dunbar
MC/Mach-O: Lift some MachObjectWriter arguments into...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Daniel Dunbar
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Daniel Dunbar
MC/Mach-O: Move createMachObjectWriter into MCMachObjec...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Daniel Dunbar
MC: Move target specific fixup info descriptors to...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Rafael Espindola
Fixed version of 121434 with no new memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Rafael Espindola
Revert my previous patch to make the valgrind bots...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Rafael Espindola
Initial support for the cfi directives. This is just...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Remove the instruction fragment to data fragment loweri...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-28
Rafael Espindola
Define generic 1, 2 and 4 byte pc relative relocations...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-27
Daniel Dunbar
MC/Mach-O: Switch to using MachOFormat.h.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-26
Rafael Espindola
Remove the unused TheTarget member.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Rafael Espindola
Use multiple 0x66 prefixes so that all nops up to 15...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-17
Rafael Espindola
make isVirtualSection a virtual method on MCSection...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Rafael Espindola
Change the 11 byte nop to be a single instruction.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-13
Daniel Dunbar
MC: Simplify Mach-O and ELF object writer implementations.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Jim Grosbach
Allow targets to specify the MachO CPUType/CPUSubtype...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Rafael Espindola
Implement some relaxations for arithmetic instructions...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-24
Rafael Espindola
Add X86::reloc_global_offset_table and use it to have...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
Wesley Peck
Making the e_machine configurable by the target backend...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Rafael Espindola
Produce ELF::R_386_GOTPC relocations.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-16
Rafael Espindola
Add a MCObjectFormat class so that code common to all...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-10
Michael J. Spencer
Fix Whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Kevin Enderby
Adds getPointerSize() to the AsmBackend which will...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Rafael Espindola
Correctly produce R_X86_64_32 or R_X86_64_32S.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-25
Rafael Espindola
Move ELF to HasReliableSymbolDifference=true. Also...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Roman Divacky
Make ELF OS ABI dependent on the OS from target triple.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-21
Michael J. Spencer
MC: Add partial x86-64 support to COFF.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Matt Fleming
Hookup ELF support for X86.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Benjamin Kramer
Enable COFF writer on mingw32 and cygwin.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-31
Michael J. Spencer
MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Michael J. Spencer
Make MC use Windows COFF on Windows and add tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-09
Chris Lattner
have the mc lowering process handle a few tail call...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
Chris Lattner
Implement the major chunk of PR7195: support for 'callw'
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Daniel Dunbar
MC: Change RelaxInstruction to only take the input...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Daniel Dunbar
MC: Simplify MayNeedRelaxation to not provide the fixup...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Daniel Dunbar
MC: Eliminate MCAsmFixup, replace with MCFixup.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Daniel Dunbar
MC: Use accessors for access to MCAsmFixup.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-26
Daniel Dunbar
MC: Change MCInst::dump_pretty to not include a trailin...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-21
Matt Fleming
Split out the x86_32 an x86_64 ELF backends as they...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-19
Daniel Dunbar
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOp...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-17
Eric Christopher
Add some section and constant support for darwin TLS.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-12
Daniel Dunbar
MC/Mach-O/x86_64: Add a new hook for checking whether...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Daniel Dunbar
MC/X86: Error out if we see a non-constant FK_Data_1...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-07
Chris Lattner
rename llvm::llvm_report_error -> llvm::report_fatal_error
blob
|
commitdiff
|
raw
|
diff to current
2010-03-23
Daniel Dunbar
MC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-23
Daniel Dunbar
MC: Add TargetAsmBackend::WriteNopData and use to elimi...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-23
Daniel Dunbar
MC: Add TargetAsmBackend::RelaxInstruction callback...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Daniel Dunbar
MC: Add TargetAsmBackend::createObjectWriter.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Daniel Dunbar
MC: Add TargetAsmBackend::isVirtualSection hook.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Daniel Dunbar
MCAssembler: Move ApplyFixup to the TargetAsmBackend...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Daniel Dunbar
MC/Darwin: Add a new target hook for whether the target...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Daniel Dunbar
MC/Mach-O/x86_64: Temporary labels in cstring sections...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-11
Daniel Dunbar
MC: Sketch some TargetAsmBackend hooks we are going...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-11
Daniel Dunbar
MC: Provide the target triple to AsmBackend constructors.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-21
Daniel Dunbar
MC/X86: Add stub AsmBackend.
blob
|
commitdiff
|
raw
|
diff to current