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
/
Target
/
X86
/
MCTargetDesc
/
X86WinCOFFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF] [X86] Don't use llvm_unreachable for unsupported relocation types
Martin Storsjo
2018-10-04
1
-2
/
+4
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-4
/
+3
*
[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
George Rimar
2018-02-20
1
-0
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-2
/
+3
*
[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> through
Lang Hames
2017-10-10
1
-2
/
+2
*
Fix PR33625.
Rafael Espindola
2017-06-28
1
-1
/
+1
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
1
-4
/
+13
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-15
/
+12
*
Don't crash trying to relax 32 loads on COFF.
Rafael Espindola
2016-07-07
1
-0
/
+1
*
Add initial support for R_386_GOT32X.
Rafael Espindola
2016-07-06
1
-0
/
+1
*
Fix a crash when producing COFF.
Rafael Espindola
2016-05-30
1
-0
/
+2
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
1
-0
/
+4
*
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
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
ARM: fail less catastrophically on invalid Windows input
Saleem Abdulrasool
2015-01-22
1
-2
/
+4
*
X86: Split the relocation selection up
David Majnemer
2014-04-08
1
-29
/
+43
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-3
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-0
/
+3
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+1
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
1
-2
/
+16
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-6
/
+1
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
1
-1
/
+1
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
1
-0
/
+70