index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86AsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More refactoring.
Evan Cheng
2011-07-25
1
-452
/
+0
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
1
-1
/
+1
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-2
/
+1
*
PR10370: Make sure we know how to relax push correctly on x86-64.
Eli Friedman
2011-07-15
1
-0
/
+3
*
Target/X86/MC: Add an option for disabling arith relaxation, for my own testing
Daniel Dunbar
2011-04-28
1
-0
/
+11
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
1
-24
/
+16
*
Fix a pasto that broke all x86_64-elf targets.
Benjamin Kramer
2011-03-09
1
-1
/
+1
*
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-03-09
1
-4
/
+10
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-3
/
+1
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-1
/
+3
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
1
-1
/
+1
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-2
/
+8
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-1
/
+1
*
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-27
1
-0
/
+1
*
X86/MC/Mach-O: Split out createX86MachObjectWriter().
Daniel Dunbar
2010-12-20
1
-17
/
+6
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-18
/
+0
*
Move some data to the TargetWriter.
Rafael Espindola
2010-12-18
1
-10
/
+9
*
Relax push instructions.
Rafael Espindola
2010-12-18
1
-0
/
+3
*
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
1
-2
/
+8
*
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
1
-0
/
+1
*
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
Daniel Dunbar
2010-12-17
1
-1
/
+2
*
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
1
-5
/
+1
*
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
1
-10
/
+14
*
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
1
-2
/
+7
*
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
1
-0
/
+1
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-0
/
+21
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-23
/
+0
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-0
/
+23
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-23
/
+0
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-3
/
+3
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
1
-3
/
+3
*
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-6
/
+7
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-1
/
+1
*
Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...
Rafael Espindola
2010-11-25
1
-24
/
+8
*
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
1
-17
/
+0
*
Change the 11 byte nop to be a single instruction.
Rafael Espindola
2010-11-15
1
-4
/
+2
*
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-13
1
-14
/
+14
*
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-11-05
1
-2
/
+5
*
Implement some relaxations for arithmetic instructions. The limitation
Rafael Espindola
2010-10-26
1
-12
/
+92
*
Add X86::reloc_global_offset_table and use it to have a single place where
Rafael Espindola
2010-10-24
1
-0
/
+1
*
Making the e_machine configurable by the target backend in ELFObjectWriter.
Wesley Peck
2010-10-22
1
-2
/
+3
*
Produce ELF::R_386_GOTPC relocations.
Rafael Espindola
2010-10-18
1
-0
/
+5
*
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
1
-2
/
+19
*
Fix Whitespace.
Michael J. Spencer
2010-10-10
1
-2
/
+2
*
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
Kevin Enderby
2010-09-30
1
-0
/
+23
*
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-30
1
-0
/
+1
*
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-25
1
-0
/
+6
*
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
[next]