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 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
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-7
/
+14
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
1
-2
/
+2
*
Add assembler fatal error for undefined assembler labels in COFF writer
Reid Kleckner
2015-09-16
1
-0
/
+5
*
WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along ENABLE_TIMESTAMPS.
NAKAMURA Takumi
2015-09-05
1
-0
/
+5
*
[MC] Replace comparison with isUInt<32>.
David Majnemer
2015-09-04
1
-1
/
+1
*
WinCOFFObjectWriter.cpp: Appease a warning in checking std::time_t. [-Wsign-c...
NAKAMURA Takumi
2015-09-04
1
-1
/
+1
*
[MC] Generate a timestamp for COFF object files
David Majnemer
2015-09-01
1
-2
/
+7
*
[MC] Add support for generating COFF CRCs
David Majnemer
2015-09-01
1
-0
/
+28
*
[MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer
2015-09-01
1
-5
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
Reid Kleckner
2015-06-11
1
-5
/
+4
*
Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.
Pete Cooper
2015-06-08
1
-4
/
+3
*
Add MCSymbolCOFF class and use it to get and set the COFF type field.
Pete Cooper
2015-06-08
1
-5
/
+5
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-7
/
+7
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-64
/
+64
[next]