index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Object
/
COFFObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[Object]
David Meyer
2012-03-01
1
-0
/
+20
*
[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...
David Meyer
2012-02-29
1
-2
/
+6
*
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...
David Meyer
2012-02-28
1
-22
/
+15
*
[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
Michael J. Spencer
2012-02-28
1
-0
/
+10
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-6
/
+9
*
Fix some possible gcc-4.2 may be used uninitialized warnings.
Daniel Dunbar
2011-11-28
1
-2
/
+2
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
1
-9
/
+6
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
1
-6
/
+9
*
Object/COFF: Support common symbols.
Michael J. Spencer
2011-11-16
1
-1
/
+3
*
Object/COFF: Fix PE reading.
Michael J. Spencer
2011-11-08
1
-23
/
+30
*
object/COFF: Properly initalize uses of DataRefImpl.
Michael J. Spencer
2011-11-02
1
-0
/
+2
*
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-26
1
-1
/
+1
*
Object/COFF: Remove useless test.
Michael J. Spencer
2011-10-18
1
-1
/
+1
*
Object/COFF: Change type from a struct to a uint16_t. The struct would be
Michael J. Spencer
2011-10-18
1
-1
/
+1
*
Object: Add isSymbolAbsolute and getSymbolSection.
Michael J. Spencer
2011-10-17
1
-0
/
+22
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
1
-0
/
+7
*
Object/COFF: Expose more data in the public API.
Michael J. Spencer
2011-10-17
1
-16
/
+26
*
Object: Fix redundant name.
Michael J. Spencer
2011-10-17
1
-1
/
+1
*
COFF: Implement sectionContainsSymbol for relocatable files only.
Michael J. Spencer
2011-10-13
1
-2
/
+8
*
Object: add getSectionAlignment.
Michael J. Spencer
2011-10-10
1
-0
/
+9
*
lib/Object: Suppress warnings on gcc-4.3.4 cygwin
NAKAMURA Takumi
2011-10-08
1
-1
/
+1
*
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
1
-43
/
+115
*
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
1
-114
/
+43
[next]