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
2011-07-25
More refactoring.
Evan Cheng
2011-07-25
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-15
PR10370: Make sure we know how to relax push correctly on x86-64.
Eli Friedman
2011-04-28
Target/X86/MC: Add an option for disabling arith relaxation, for my own testing
Daniel Dunbar
2011-04-19
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-03-09
Fix a pasto that broke all x86_64-elf targets.
Benjamin Kramer
2011-03-09
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-01
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-01-23
Remove more duplicated code.
Rafael Espindola
2010-12-27
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-20
X86/MC/Mach-O: Split out createX86MachObjectWriter().
Daniel Dunbar
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
Move some data to the TargetWriter.
Rafael Espindola
2010-12-18
Relax push instructions.
Rafael Espindola
2010-12-17
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
Daniel Dunbar
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
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-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-27
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-25
Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...
Rafael Espindola
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-15
Change the 11 byte nop to be a single instruction.
Rafael Espindola
2010-11-13
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-05
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-10-26
Implement some relaxations for arithmetic instructions. The limitation
Rafael Espindola
2010-10-24
Add X86::reloc_global_offset_table and use it to have a single place where
Rafael Espindola
2010-10-22
Making the e_machine configurable by the target backend in ELFObjectWriter.
Wesley Peck
2010-10-18
Produce ELF::R_386_GOTPC relocations.
Rafael Espindola
2010-10-16
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-10
Fix Whitespace.
Michael J. Spencer
2010-09-30
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
Kevin Enderby
2010-09-30
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-25
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-09
Make ELF OS ABI dependent on the OS from target triple.
Roman Divacky
2010-08-21
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-16
Hookup ELF support for X86.
Matt Fleming
[next]