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
...
*
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
*
Handle 64 bit offsets.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-4
/
+4
*
Simplify. NFC.
Rafael Espindola
2016-01-13
1
-9
/
+9
*
Avoid explicit relocation sorting most of the time.
Rafael Espindola
2015-12-17
1
-17
/
+6
*
Always sort by offset first. NFC.
Rafael Espindola
2015-12-17
1
-0
/
+16
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-10
/
+20
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
1
-2
/
+2
*
Avoid storing a second copy of each string in StringTableBuilder.
Rafael Espindola
2015-10-22
1
-3
/
+8
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-3
/
+0
*
[MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer
2015-09-01
1
-55
/
+32
*
Convert a member variable to a local one.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Diagnose undefined temporary symbols.
Rafael Espindola
2015-06-25
1
-0
/
+5
*
Revert r240302 ("Bring r240130 back.").
Daniel Jasper
2015-06-23
1
-10
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fix PR23914.
Evgeniy Stepanov
2015-06-22
1
-1
/
+1
*
Bring r240130 back.
Rafael Espindola
2015-06-22
1
-3
/
+10
*
Update ELFObjectWriter::reset() following r238073.
Yaron Keren
2015-06-20
1
-0
/
+1
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
1
-10
/
+3
[prev]
[next]