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: 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
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
1
-7
/
+3
*
MC: rework static_assert to be MSVC compatible
Saleem Abdulrasool
2014-04-17
1
-4
/
+2
*
Simplify a static_assert so VS2013 can build it
Timur Iskhodzhanov
2014-04-16
1
-2
/
+4
*
COFF: fix an off by one error
Saleem Abdulrasool
2014-04-16
1
-1
/
+1
*
COFF: add support for .file symbols
Saleem Abdulrasool
2014-04-16
1
-0
/
+29
*
Use unique_ptr for section/segment ownership in WinCOFFObjectWriter
David Blaikie
2014-04-15
1
-41
/
+32
*
MC: check machine magic when applying offset adjustments
Saleem Abdulrasool
2014-04-13
1
-2
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-13
/
+13
*
WinCOFF: Emit common symbols as specified in the COFF spec
David Majnemer
2014-04-08
1
-1
/
+3
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-1
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-8
/
+6
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
Reuse constants for COFF string table entry offsets
Nico Rieck
2014-02-25
1
-7
/
+9
*
MC: Support COFF string tables larger than 10MB
Nico Rieck
2014-02-22
1
-1
/
+27
*
Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...
Timur Iskhodzhanov
2014-01-30
1
-0
/
+5
*
MC: Fatally error if subtraction operand is bad
David Majnemer
2014-01-06
1
-5
/
+16
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix a funny typo.
Rafael Espindola
2013-12-04
1
-1
/
+1
*
Produce deterministic coff files.
Rafael Espindola
2013-12-04
1
-1
/
+2
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+4
*
Revert "COFF: Emit all MCSymbols rather than filtering out some of them"
Reid Kleckner
2013-11-18
1
-2
/
+19
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-4
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+4
*
COFF: Ensure that objects produced by LLVM link with /safeseh
Reid Kleckner
2013-09-17
1
-5
/
+14
*
COFF: Emit all MCSymbols rather than filtering out some of them
Reid Kleckner
2013-09-17
1
-19
/
+3
*
COFF: Remove ExportSection, which has been dead since r114823
Reid Kleckner
2013-09-17
1
-5
/
+0
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-11
/
+0
*
MC: Support larger COFF string tables
Nico Rieck
2013-07-29
1
-12
/
+15
*
[mc-coff] Resolve aliases when emitting COFF relocations
Reid Kleckner
2013-07-15
1
-2
/
+3
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-1
/
+30
*
COFF: Fix weak external aliases.
Peter Collingbourne
2013-04-22
1
-28
/
+29
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
1
-7
/
+2
*
Remove unused variable (unused since r173839)
Dmitri Gribenko
2013-01-29
1
-4
/
+1
[next]