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
/
Object
/
COFFObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-8
/
+8
*
Use the information provided by getFlags to unify some code in llvm-nm.
Rafael Espindola
2014-02-05
1
-3
/
+7
*
Remove unused SF_ThreadLocal.
Rafael Espindola
2014-02-04
1
-1
/
+1
*
Simplify getSymbolFlags.
Rafael Espindola
2014-01-31
1
-4
/
+3
*
Only ELF has a dynamic symbol table. Remove it from ObjectFile.
Rafael Espindola
2014-01-30
1
-10
/
+0
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-24
/
+8
*
llvm-readobj: add support for PE32+ (Windows 64 bit executable).
Rui Ueyama
2014-01-26
1
-14
/
+33
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
1
-7
/
+9
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-8
/
+11
*
80-column.
Rui Ueyama
2014-01-17
1
-3
/
+6
*
llvm-objdump/COFF: Print ordinal base number.
Rui Ueyama
2014-01-17
1
-0
/
+6
*
llvm-objdump/COFF: Print DLL name in the export table header.
Rui Ueyama
2014-01-16
1
-1
/
+11
*
Use static instead of anonymous namespace.
Rui Ueyama
2014-01-16
1
-8
/
+4
*
Reduce nesting.
Rui Ueyama
2014-01-16
1
-13
/
+11
*
Use the current local variable naming style.
Rui Ueyama
2014-01-16
1
-244
/
+242
*
llmv-objdump/COFF: Print export table contents.
Rui Ueyama
2014-01-16
1
-3
/
+95
*
Don't use DataRefImpl to implement ImportDirectoryEntryRef.
Rui Ueyama
2014-01-16
1
-37
/
+17
*
Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
Rui Ueyama
2013-11-15
1
-4
/
+7
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
1
-68
/
+0
*
Convert another use of getSymbolNMTypeChar.
Rafael Espindola
2013-11-02
1
-5
/
+9
*
Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.
Rafael Espindola
2013-11-02
1
-12
/
+6
*
Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...
Rafael Espindola
2013-11-02
1
-2
/
+4
*
Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...
Rafael Espindola
2013-11-02
1
-4
/
+2
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
1
-4
/
+4
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-30
/
+166
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-166
/
+30
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-30
/
+166
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-37
/
+49
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-46
/
+36
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-36
/
+46
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-36
/
+63
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-4
/
+2
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-5
/
+0
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-2
/
+1
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-1
/
+1
*
Add interface for querying object files for symbol values.
Tim Northover
2012-10-29
1
-0
/
+5
*
Cosmetic changes
Andrew Kaylor
2012-10-10
1
-1
/
+1
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
1
-0
/
+7
*
Added accessors for getting coff_relocation info
Marshall Clow
2012-06-18
1
-0
/
+5
*
Had a closing brace inside an #ifdef -- oops!
Marshall Clow
2012-06-15
1
-1
/
+1
*
Adding acessors to COFFObjectFile so that clients can get at the (non-generic...
Marshall Clow
2012-06-15
1
-0
/
+31
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
1
-0
/
+21
*
Add a constructor for DataRefImpl and remove excess initialization.
Danil Malyshev
2012-04-10
1
-9
/
+0
*
[Object/COFF]: Expose getSectionContents.
Michael J. Spencer
2012-03-19
1
-10
/
+19
*
[Object/COFF]: Expose getSectionName.
Michael J. Spencer
2012-03-19
1
-19
/
+24
*
Fix bug found by warning.
Michael J. Spencer
2012-03-15
1
-1
/
+2
*
[Object]
David Meyer
2012-03-09
1
-1
/
+1
*
[Object]
David Meyer
2012-03-01
1
-0
/
+6
[next]