index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCELFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MCELFStreamer.h.
Rafael Espindola
2012-01-07
1
-2
/
+121
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-2
/
+2
*
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
1
-1
/
+4
*
Tidy up. 80 columns.
Jim Grosbach
2011-11-15
1
-4
/
+4
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
1
-0
/
+4
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-3
/
+3
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-2
/
+3
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-3
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-1
/
+0
*
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-16
1
-0
/
+5
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
1
-2
/
+1
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
1
-1
/
+1
*
Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.
Joerg Sonnenberger
2011-03-17
1
-2
/
+5
*
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
1
-117
/
+2
*
Make all static functions become static class methods. Move shared (duplicate...
Jan Sjödin
2011-02-28
1
-49
/
+18
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-4
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+4
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-4
/
+4
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-2
/
+4
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-8
/
+8
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-4
/
+4
*
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-26
1
-1
/
+1
*
1. ARM/MC/ELF: A few more ELF relocs for .o
Jason W Kim
2010-12-16
1
-3
/
+12
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-8
/
+3
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-3
/
+8
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-8
/
+3
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-1
/
+1
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-4
/
+1
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
1
-9
/
+0
*
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-12-02
1
-16
/
+4
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
1
-20
/
+0
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
1
-13
/
+2
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
1
-2
/
+15
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
1
-15
/
+2
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
1
-3
/
+0
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
1
-1
/
+1
*
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
Rafael Espindola
2010-11-24
1
-5
/
+13
*
If a symbol is used as tls, mark it as tls even if not declare as so. Probably
Rafael Espindola
2010-11-24
1
-0
/
+40
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-0
/
+1
*
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-19
1
-1
/
+4
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-3
/
+0
*
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
1
-53
/
+1
*
Fix another case of a .comm directive without a corresponding .type
Rafael Espindola
2010-11-14
1
-1
/
+2
*
Fix the type of a symbol created with .comm and no corresponding .type.
Rafael Espindola
2010-11-14
1
-0
/
+1
*
Handle a peculiar comdat case: Creating a section with an undefined
Rafael Espindola
2010-11-14
1
-0
/
+8
*
Fix warning.
Rafael Espindola
2010-11-14
1
-0
/
+4
*
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
Rafael Espindola
2010-11-11
1
-32
/
+37
*
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
1
-0
/
+1
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
1
-1
/
+7
[next]