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
...
*
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
*
Put class into an anonymous namespace.
Benjamin Kramer
2010-11-05
1
-0
/
+2
*
Write the line info to .debug_line.
Rafael Espindola
2010-11-01
1
-0
/
+9
*
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
1
-32
/
+3
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+60
*
Make sure weak symbols are listed after the local ones.
Rafael Espindola
2010-10-06
1
-0
/
+1
*
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-10-05
1
-51
/
+0
*
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
1
-0
/
+1
*
Move "local commons" to the end of .bss to match the gnu as behavior.
Rafael Espindola
2010-09-29
1
-9
/
+29
*
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-25
1
-4
/
+57
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
1
-1
/
+1
*
Correctly align bss.
Rafael Espindola
2010-09-22
1
-0
/
+6
*
Implement support for .local and its "interesting" interactions with .comm.
Rafael Espindola
2010-09-21
1
-6
/
+23
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
1
-0
/
+33
*
Factoring and potential bug fix. The elf "flags" cannot be used as masks.
Rafael Espindola
2010-09-13
1
-14
/
+37
*
ELF_STB_Local is 0 so setting and checking it must be done specially
Roman Divacky
2010-09-08
1
-1
/
+3
*
Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-1
/
+1
*
Mark all common symbols external. This is not exactly correct but it lets apps
Benjamin Kramer
2010-08-30
1
-2
/
+3
*
MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.
Benjamin Kramer
2010-08-27
1
-41
/
+46
*
Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.
Eli Friedman
2010-08-16
1
-0
/
+1
*
Add ELF ObjectWriter and Streamer support.
Matt Fleming
2010-08-16
1
-0
/
+401
[prev]