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
*
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
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Make all temporary symbols unnamed.
Rafael Espindola
2015-06-19
1
-3
/
+10
*
Refactor padding writing into a helper function.
Rafael Espindola
2015-06-05
1
-12
/
+12
*
Save a map lookup. NFC.
Rafael Espindola
2015-06-05
1
-2
/
+4
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-2
/
+2
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-29
/
+29
*
Remove unused argument. NFC.
Rafael Espindola
2015-06-04
1
-4
/
+3
*
Omit unused section symbols from the symbol table.
Rafael Espindola
2015-06-04
1
-3
/
+5
*
Bring back r239006 with a fix.
Rafael Espindola
2015-06-04
1
-2
/
+1
*
Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."
Rafael Espindola
2015-06-04
1
-1
/
+2
*
Pack the MCSymbolELF bit fields into MCSymbol's Flags.
Rafael Espindola
2015-06-04
1
-2
/
+1
*
Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.
Rafael Espindola
2015-06-04
1
-3
/
+2
*
Remember if a weakref of a symbol has been used.
Rafael Espindola
2015-06-03
1
-26
/
+14
*
Store whether a symbol is a comdat signature in MCSymbolELF.
Rafael Espindola
2015-06-03
1
-21
/
+2
*
Record in a MCSymbolELF if it has been used in a relocation.
Rafael Espindola
2015-06-03
1
-10
/
+6
*
Simplify the logic in ELFObjectWriter::isInSymtab. NFC.
Rafael Espindola
2015-06-03
1
-9
/
+5
*
Pass a MCSymbolELF to a few ELF only functions. NFC.
Rafael Espindola
2015-06-02
1
-1
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-36
/
+41
[next]