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
/
WinCOFFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp
Sam Clegg
2017-06-21
1
-296
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
MC: De-duplicate the object streamer implementations of EmitFileDirective int...
Peter Collingbourne
2017-03-03
1
-4
/
+0
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
1
-3
/
+2
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-07
1
-10
/
+12
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-3
/
+12
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-12
/
+3
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-3
/
+12
*
[MC, COFF] Permit a variable to be redefined
David Majnemer
2016-07-08
1
-19
/
+11
*
[Object] Make .alt_entry directive parsing MachO specific.
Lang Hames
2016-04-11
1
-1
/
+1
*
[Object] Report an error if .alt_entry is used with ELF or COFF.
Lang Hames
2016-04-08
1
-0
/
+2
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-14
/
+21
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+0
*
Disallow assigning symbol a null section.
Rafael Espindola
2015-10-03
1
-2
/
+0
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
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] Emit .safeseh directives for all 32-bit exception handlers
Reid Kleckner
2015-06-10
1
-2
/
+8
*
Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.
Pete Cooper
2015-06-08
1
-5
/
+4
*
Add MCSymbolCOFF class and use it to get and set the COFF type field.
Pete Cooper
2015-06-08
1
-2
/
+2
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-4
/
+0
*
[WinCOFF] Ignore .safeseh for non-x86 architectures
David Majnemer
2015-06-01
1
-0
/
+6
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+15
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Remove getData.
Rafael Espindola
2015-05-29
1
-8
/
+5
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-3
/
+3
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-5
/
+8
*
Move Flags from MCSymbolData to MCSymbol.
Rafael Espindola
2015-05-29
1
-5
/
+6
*
Move common symbol related information from MCSectionData to MCSymbol.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-3
/
+2
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
1
-3
/
+3
*
Store a MCSection in MCFragment.
Rafael Espindola
2015-05-25
1
-3
/
+3
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-7
/
+5
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
MC, COFF: Use relocations for function references inside the section
David Majnemer
2014-11-11
1
-1
/
+1
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-1
/
+1
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-1
/
+1
*
COFF: Don't oversize COMMON symbols when targeting BFD ld
David Majnemer
2014-10-08
1
-5
/
+4
*
MC: add support for -aligncomm GNU extension
Saleem Abdulrasool
2014-10-07
1
-8
/
+18
*
MC: Support aligned COMMON symbols for COFF
David Majnemer
2014-09-21
1
-2
/
+15
*
MC: cleanup includes
Saleem Abdulrasool
2014-08-09
1
-1
/
+0
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-1
/
+1
[next]