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
/
WinCOFFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Remove stream and output functions from MCObjectWriter. NFCI.
Peter Collingbourne
2018-05-21
1
-2
/
+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
-77
/
+79
*
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...
Peter Collingbourne
2018-05-21
1
-9
/
+1
*
[MC] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-4
/
+4
*
[MC] Always emit relocations for same-section function references
Reid Kleckner
2018-03-14
1
-5
/
+7
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+2
*
[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> through
Lang Hames
2017-10-10
1
-8
/
+8
*
Simplify interface now that we don't need to pass IsPCRel. NFC.
Rafael Espindola
2017-07-11
1
-5
/
+6
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
1
-2
/
+2
*
COFF: handle "undef - ." expressions.
Rafael Espindola
2017-06-23
1
-11
/
+0
*
Change creation of relative relocations on COFF.
Rafael Espindola
2017-06-22
1
-1
/
+1
*
Simplify WinCOFFObjectWriter::recordRelocation.
Rafael Espindola
2017-06-22
1
-14
/
+5
*
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
-3
/
+3
*
[MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-04-26
1
-7
/
+8
*
MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.
Peter Collingbourne
2017-04-08
1
-19
/
+0
*
MC/COFF: Do not emit forward associative section referenceds.
Rui Ueyama
2017-02-17
1
-26
/
+53
*
Split WinCOFFObjectWriter::writeSection.
Rui Ueyama
2017-02-16
1
-28
/
+39
*
Split WinCOFFObjectWriter::writeObject function.
Rui Ueyama
2017-02-16
1
-160
/
+183
*
Remove useless local variable.
Rui Ueyama
2017-02-16
1
-9
/
+4
*
Rename variables to match the LLVM style.
Rui Ueyama
2017-02-16
1
-94
/
+97
*
Revert r295138: Instead of a series of string operations, use snprintf().
Rui Ueyama
2017-02-15
1
-2
/
+4
*
Instead of a series of string operations, use snprintf().
Rui Ueyama
2017-02-15
1
-4
/
+2
*
Return early. NFC.
Rui Ueyama
2017-02-15
1
-16
/
+17
*
Use LLVM-style naming scheme.
Rui Ueyama
2017-02-15
1
-22
/
+22
*
Use LLVM-style naming scheme.
Rui Ueyama
2017-02-15
1
-18
/
+18
*
Remove useless local variable.
Rui Ueyama
2017-02-15
1
-3
/
+1
*
Split WinCOFFObjectWriter::defineSection. NFC.
Rui Ueyama
2017-02-15
1
-47
/
+38
*
Simplify WinCOFFObjectWriter by removing a template member function.
Rui Ueyama
2017-02-14
1
-15
/
+5
*
Do not lookup a DenseMap twice using the same key.
Rui Ueyama
2017-02-14
1
-7
/
+4
*
Use endian::write32le instead of endian::write.
Rui Ueyama
2017-02-14
1
-7
/
+3
*
Use zero-initialization instead of memset.
Rui Ueyama
2017-02-14
1
-18
/
+5
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-25
/
+34
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Remove unused #includes of TimeValue.h. NFC.
Pavel Labath
2016-10-24
1
-1
/
+0
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
1
-25
/
+24
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-3
/
+0
*
coff: fix weak alias to local.
Rafael Espindola
2016-05-26
1
-32
/
+40
*
coff: fix the section of weak symbols.
Rafael Espindola
2016-05-26
1
-13
/
+16
*
coff: fix the value of weak definitions.
Rafael Espindola
2016-05-26
1
-1
/
+1
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-0
/
+4
*
[COFF] Simplify SetSectionName
David Majnemer
2016-01-24
1
-12
/
+10
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPS
Nico Weber
2016-01-06
1
-7
/
+1
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-5
/
+12
*
[MC, COFF] Unbreak support for COFF timestamps
David Majnemer
2015-12-21
1
-0
/
+1
*
MC: Simplify handling of temporary symbols in COFF writer.
Peter Collingbourne
2015-11-26
1
-81
/
+23
*
Fix bug where WinCOFFObjectWriter would assume starting from an empty output.
Manuel Klimek
2015-11-18
1
-1
/
+1
[next]