Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Object / ObjectFile.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-19 Eric ChristopherGrammar-o.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Eric ChristopherFormatting and 80-col.
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-02 Michael J. Spencerobject: Add operator < for SymbolRef and SectionRef.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-17 Michael J. SpencerObject: Add some types to SymbolRef::Type.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. Spencer80-col.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-11 Nick LewyckyAdd support for .symtab_shnidx. Unfortunately, doing...
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-28 Michael J. SpencerObject: Add isSection{Data,BSS}.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-07-15 Benjamin KramerTeach llvm-objdump to disassemble sections symbol by...
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-05 Michael J. SpencerFix 80-col.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-01-21 Michael J. SpencerObject: Fix type punned pointer issues by making DataRe...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-16 Michael J. SpencerObject: Get rid of sys::Path, Triple, and cleanup names...
2010-11-15 Michael J. SpencerAdd LLVMObject Library.