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
/
MC
/
ELFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Implement support for new .addrsig and .addrsig_sym directives.
Peter Collingbourne
2018-07-17
1
-0
/
+37
*
[MC] Add assembler support for .cg_profile.
Michael J. Spencer
2018-06-02
1
-0
/
+20
*
MC: Introduce an ELF dwo object writer and teach llvm-mc about it.
Peter Collingbourne
2018-05-21
1
-15
/
+93
*
MC: Extract a derived class from ELFObjectWriter. NFCI.
Peter Collingbourne
2018-05-21
1
-13
/
+19
*
MC: Extract ELFObjectWriter's ELF writing functionality into an ELFWriter cla...
Peter Collingbourne
2018-05-21
1
-350
/
+368
*
MC: Remove stream and output functions from MCObjectWriter. NFCI.
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
MC: Have the object writers return the number of bytes written. NFCI.
Peter Collingbourne
2018-05-21
1
-3
/
+7
*
MC: Change object writers to use endian::Writer. NFCI.
Peter Collingbourne
2018-05-21
1
-67
/
+69
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-5
/
+2
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-4
/
+2
*
MC: Remove dead code. NFCI.
Peter Collingbourne
2018-05-08
1
-1
/
+0
*
[MC] ELFObjectWriter: Removing unneeded variable and cast
Sam Clegg
2018-05-07
1
-5
/
+4
*
ELFObjectWriter: Allow one unique symver per symbol
Vlad Tsyrklevich
2018-04-27
1
-0
/
+4
*
Delay creating an alias for @@@.
Rafael Espindola
2018-03-09
1
-56
/
+19
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+3
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-7
/
+8
*
[mips] Implement generation of relocations "chains" used by N32 ABI
Simon Atanasyan
2017-09-21
1
-0
/
+17
*
[mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFC
Simon Atanasyan
2017-09-21
1
-1
/
+1
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-3
/
+7
*
Add a common error checking for some invalid expressions.
Rafael Espindola
2017-06-22
1
-3
/
+0
*
sink DebugCompressionType into MC for exposing to clang
Saleem Abdulrasool
2017-06-09
1
-6
/
+10
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-04-26
1
-4
/
+4
*
MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.
Peter Collingbourne
2017-04-08
1
-24
/
+1
*
Fix asm printing of associated sections.
Evgeniy Stepanov
2017-03-14
1
-5
/
+9
*
Silence a warning "hiding virtual function".
Vassil Vassilev
2017-03-06
1
-0
/
+1
*
MC: De-duplicate the object streamer implementations of EmitFileDirective int...
Peter Collingbourne
2017-03-03
1
-0
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-11
1
-14
/
+31
*
Make it possible to set SHF_LINK_ORDER explicitly.
Rafael Espindola
2017-02-09
1
-2
/
+1
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-16
/
+0
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-4
/
+5
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-5
/
+4
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-4
/
+5
*
MC: ensure that we have a section before accessing it
Saleem Abdulrasool
2016-11-22
1
-15
/
+17
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
1
-1
/
+1
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-8
/
+0
*
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
2016-05-27
1
-19
/
+50
*
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
2016-05-27
1
-50
/
+19
*
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
2016-05-27
1
-19
/
+50
*
Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib
Richard Smith
2016-05-25
1
-21
/
+23
*
Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...
George Rimar
2016-05-24
1
-23
/
+21
*
Temporarily revert r270070
George Rimar
2016-05-19
1
-21
/
+23
*
[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.
George Rimar
2016-05-19
1
-23
/
+21
*
[mips] Correct the ordering of HI/LO pairs in the relocation table.
Daniel Sanders
2016-05-06
1
-5
/
+9
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-1
/
+0
*
[MC/ELFObjectWriter] Fix indentation of class body.
David Blaikie
2016-04-12
1
-131
/
+130
*
Handle section vs global name conflict.
Evgeniy Stepanov
2016-03-28
1
-1
/
+16
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-3
/
+2
*
Accept subtractions involving a weak symbol.
Rafael Espindola
2016-01-20
1
-6
/
+0
[next]