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
/
include
/
llvm
/
Support
/
COFF.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-724
/
+0
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-08
1
-0
/
+24
*
Revert "Hopefully one last commit to fix this patch, addresses string reference"
Eric Beckmann
2017-05-08
1
-24
/
+0
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-07
1
-0
/
+24
*
COFF: add ARM64 relocation types
Saleem Abdulrasool
2017-05-06
1
-0
/
+20
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
1
-0
/
+5
*
COFF: Fix short import lib import name type bitshift
Martell Malone
2016-10-01
1
-1
/
+1
*
Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO
David Majnemer
2016-06-02
1
-1
/
+2
*
[COFF] Expose the PE debug data directory and dump it
Reid Kleckner
2016-06-02
1
-2
/
+7
*
Support: remove outdated comment
Saleem Abdulrasool
2016-05-25
1
-1
/
+0
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-10
/
+0
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+10
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-10
/
+0
*
[codeview] Share more enums across the writer and the dumper
Reid Kleckner
2016-01-13
1
-9
/
+0
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-0
/
+1
*
[CodeView] Improve the line table dumper
David Majnemer
2016-01-13
1
-0
/
+9
*
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
David Majnemer
2015-07-30
1
-0
/
+1
*
Summary:
Martell Malone
2015-07-28
1
-0
/
+1
*
[CodeView] Add support for emitting column information
David Majnemer
2015-07-09
1
-0
/
+1
*
Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.
Pete Cooper
2015-06-08
1
-8
/
+0
*
Move COFF Type in to the MCSymbolCOFF class.
Pete Cooper
2015-06-08
1
-8
/
+5
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-1
/
+2
*
Modify llvm-readobj to dump symbol record bytes.
Zachary Turner
2015-02-18
1
-6
/
+6
*
Calm down build bots
David Majnemer
2014-11-14
1
-2
/
+2
*
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
2014-11-14
1
-3
/
+7
*
PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ...
Timur Iskhodzhanov
2014-10-23
1
-1
/
+6
*
yaml2obj: Support bigobj
David Majnemer
2014-09-16
1
-1
/
+1
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-12
/
+9
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-6
/
+29
*
Support: update DLLCharacteristics enumeration
Saleem Abdulrasool
2014-06-27
1
-0
/
+4
*
Support: tweak comment layout
Saleem Abdulrasool
2014-06-27
1
-2
/
+4
*
obj2yaml: Use the correct relocation type for different machine types
David Majnemer
2014-04-07
1
-2
/
+4
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-2
/
+13
*
Object/COFF: Add function to check if section number is reserved one.
Rui Ueyama
2014-03-18
1
-0
/
+7
*
Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
2014-03-15
1
-2
/
+2
*
Object: rename ARMV7 to ARMNT
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
Alp Toker
2014-03-02
1
-1
/
+1
*
Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
Rui Ueyama
2014-01-27
1
-1
/
+1
*
COFF: Add a missing enum value for high entropy ASLR.
Rui Ueyama
2014-01-26
1
-0
/
+2
*
Remove unused typedef.
Rui Ueyama
2014-01-26
1
-2
/
+0
*
Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.
Rui Ueyama
2014-01-24
1
-6
/
+8
*
Add constants for optional header magic field.
Rui Ueyama
2014-01-24
1
-0
/
+5
*
Teach the llvm-readobj COFF dumper to dump debug line tables from object files
Timur Iskhodzhanov
2013-12-19
1
-0
/
+7
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-09-23
1
-1
/
+1
*
[Support] fix compile with -Werror
Saleem Abdulrasool
2013-08-24
1
-1
/
+1
*
[Support] add missing enumeration values
Saleem Abdulrasool
2013-08-24
1
-1
/
+4
*
COFF: Add constants for optional data directory.
Rui Ueyama
2013-07-16
1
-0
/
+18
*
[PECOFF] Remove COFF header from PE header for simplicity.
Rui Ueyama
2013-06-11
1
-2
/
+3
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
1
-1
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
[next]