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: Change MCAssembler::Symbols to store MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-3
/
+3
*
Don't omit the constant when computing a cross-section relative relocation.
Andy Ayers
2015-05-14
1
-1
/
+1
*
Compute A-B when A or B is weak.
Rafael Espindola
2015-04-17
1
-6
/
+4
*
Add a proper fix for pr23025.
Rafael Espindola
2015-04-17
1
-4
/
+16
*
[mc] Clean up emission of byte sequences
Benjamin Kramer
2015-04-17
1
-2
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-3
/
+3
*
Define a function with "... llvm::func...".
Rafael Espindola
2015-04-09
1
-6
/
+5
*
Be consistent when deciding if a relocation is needed.
Rafael Espindola
2015-04-06
1
-4
/
+6
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-3
/
+1
*
Fix PR23025.
Rafael Espindola
2015-03-26
1
-0
/
+8
*
Unbreak buildbots
David Majnemer
2015-02-11
1
-1
/
+2
*
MC, COFF: Align section contents to a four byte boundary
David Majnemer
2015-02-11
1
-2
/
+9
*
MC: Calculate intra-section symbol differences correctly for COFF
David Majnemer
2015-02-09
1
-6
/
+11
*
ARM: fail less catastrophically on invalid Windows input
Saleem Abdulrasool
2015-01-22
1
-2
/
+3
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-8
/
+4
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-4
/
+8
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-8
/
+4
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-4
/
+8
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-8
/
+4
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-4
/
+8
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-8
/
+4
*
clang-formatted ranged loops and assignment, NFC.
Yaron Keren
2014-12-04
1
-12
/
+12
*
MC, COFF: Use relocations for function references inside the section
David Majnemer
2014-11-11
1
-0
/
+18
*
speling.
Nico Weber
2014-11-11
1
-1
/
+1
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-4
/
+4
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
1
-85
/
+33
*
WinCOFFObjectWriter.cpp: make write_uint32_le more efficient
Hans Wennborg
2014-09-28
1
-6
/
+4
*
This add a reset method for WinCOFFObjectWriter, like other MC* classes.
Yaron Keren
2014-09-16
1
-0
/
+16
*
Fix the build for MSVC, it doesn't support extended sizeof
David Majnemer
2014-09-15
1
-4
/
+4
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-59
/
+91
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-1
/
+1
*
Silence a -Wsign-compare warning. NFC.
Aaron Ballman
2014-08-28
1
-1
/
+1
*
MC: Don't crash when the COFF section limit is reached
David Majnemer
2014-08-28
1
-6
/
+11
*
MC: Let non-temporary COFF aliases be in symtab
David Majnemer
2014-07-13
1
-8
/
+19
*
MC: Correct comment in ExportSymbol
David Majnemer
2014-07-04
1
-1
/
+1
*
MC: prevent early DCE of empty sections
Saleem Abdulrasool
2014-06-06
1
-7
/
+3
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
1
-6
/
+24
*
Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...
Timur Iskhodzhanov
2014-06-06
1
-13
/
+2
*
Correctly set the comdat symbol on COFF.
Rafael Espindola
2014-06-05
1
-2
/
+13
*
MC: introduce ability to restrict recorded relocations
Saleem Abdulrasool
2014-05-21
1
-1
/
+2
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
MC: place .file records into the correct section
Saleem Abdulrasool
2014-05-02
1
-0
/
+1
*
Don't propagate StorageClass and ComplexType to aliases.
Rafael Espindola
2014-05-01
1
-2
/
+1
*
Compute the correct section for zed = foo + 1 in COFF.
Rafael Espindola
2014-05-01
1
-10
/
+9
*
Start fixing pr19147.
Rafael Espindola
2014-05-01
1
-10
/
+13
*
MC: range-loopify
Saleem Abdulrasool
2014-04-28
1
-62
/
+49
*
Add WoA object file emission support
Saleem Abdulrasool
2014-04-27
1
-0
/
+38
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-1
/
+1
[prev]
[next]