index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetAsmBackend.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-131
/
+0
*
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-03-09
1
-0
/
+8
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-3
/
+0
*
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
1
-11
/
+0
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-0
/
+20
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-4
/
+0
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-0
/
+4
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-4
/
+0
*
Let target asm backends see assembler flags as they go by. Use that to handle
Jim Grosbach
2010-12-08
1
-0
/
+5
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-2
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-6
/
+1
*
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
1
-4
/
+0
*
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
1
-15
/
+4
*
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
Kevin Enderby
2010-09-30
1
-0
/
+3
*
MC: Change RelaxInstruction to only take the input and output instructions.
Daniel Dunbar
2010-05-26
1
-4
/
+6
*
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
Daniel Dunbar
2010-05-26
1
-4
/
+1
*
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
1
-3
/
+3
*
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-05-12
1
-0
/
+8
*
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...
Daniel Dunbar
2010-03-23
1
-0
/
+11
*
MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...
Daniel Dunbar
2010-03-23
1
-0
/
+7
*
MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...
Daniel Dunbar
2010-03-23
1
-0
/
+7
*
MC: Add TargetAsmBackend::createObjectWriter.
Daniel Dunbar
2010-03-19
1
-0
/
+6
*
MC: Add TargetAsmBackend::isVirtualSection hook.
Daniel Dunbar
2010-03-19
1
-0
/
+4
*
MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...
Daniel Dunbar
2010-03-19
1
-0
/
+10
*
MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...
Daniel Dunbar
2010-03-18
1
-2
/
+20
*
MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...
Daniel Dunbar
2010-03-15
1
-0
/
+7
*
MC: Sketch some TargetAsmBackend hooks we are going to need.
Daniel Dunbar
2010-03-11
1
-0
/
+22
*
MC: Sketch registry support for target specific assembler backends.
Daniel Dunbar
2010-02-21
1
-0
/
+35