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
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-5
/
+8
*
Use a scheme closer to that of GNU as when deciding the type of a
Peter Collingbourne
2013-04-10
1
-6
/
+34
*
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
Nick Lewycky
2013-03-09
1
-1
/
+1
*
Fix PR15359.
Bill Schmidt
2013-02-26
1
-0
/
+13
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-0
/
+4
*
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
1
-3
/
+4
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-1
/
+3
*
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
1
-2
/
+12
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+4
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-1
/
+1
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-4
/
+11
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-3
/
+84
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+4
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-1
/
+1
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
1
-8
/
+0
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
1
-17
/
+6
*
Split MCELFStreamer into a header file.
Logan Chien
2012-12-07
1
-107
/
+63
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+8
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-42
/
+0
*
Assembler: Darwin variables defined via .set are no-dead-strip.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+2
*
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-15
1
-0
/
+9
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-10
/
+9
*
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
[next]