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
...
*
[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
*
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
1
-10
/
+16
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-12
/
+12
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-13
/
+9
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-15
1
-2
/
+29
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
1
-39
/
+17
*
Move all the dependencies on X86FixupKinds.h to a single method in preparation
Rafael Espindola
2011-12-22
1
-27
/
+34
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+4
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-1
/
+1
*
MC/COFF: Correctly emit the size of an empty string table.
Michael J. Spencer
2011-11-08
1
-0
/
+1
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
1
-1
/
+1
*
Fix relative relocations. This is sufficient for running the rust testsuite with
Rafael Espindola
2011-04-21
1
-1
/
+6
*
Behave like gnu as when a relocation crosses sections.
Rafael Espindola
2011-04-20
1
-8
/
+13
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-4
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+4
[prev]
[next]