projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[msan] Add an option to disable poisoning of shadow for undef values.
[oota-llvm.git]
/
lib
/
Object
/
2013-02-28
Eric Christopher
Move an assert earlier in a file and check that the...
tree
|
commitdiff
2013-02-12
Guy Benyei
Add static cast to unsigned char whenever a character...
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Object][Archive] Improve performance.
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
tree
|
commitdiff
2013-01-31
Jim Grosbach
Object: Fix errant fallthrough.
tree
|
commitdiff
2013-01-25
Eli Bendersky
When encountering an unknown file format, ObjectFile...
tree
|
commitdiff
2013-01-18
Daniel Dunbar
[MC/Mach-O] Add support for linker options in Mach...
tree
|
commitdiff
2013-01-15
Michael J. Spencer
[Object][ELF] Simplify ELFObjectFile by using ELFType.
tree
|
commitdiff
2013-01-14
David Greene
Fix More Casts
tree
|
commitdiff
2013-01-10
Michael J. Spencer
[Object][Archive] Fix name handling with bsd style...
tree
|
commitdiff
2013-01-10
Michael J. Spencer
[Object][Archive] Apparently StringRef::getAsInteger...
tree
|
commitdiff
2013-01-09
Michael J. Spencer
[Object][Archive] Use uint64_t instead of APInt. It...
tree
|
commitdiff
2013-01-04
Michael J. Spencer
[Object][ELF] Add a maximum alignment. This is used...
tree
|
commitdiff
2012-12-21
Rafael Espindola
Add a function to get the segment name of a section.
tree
|
commitdiff
2012-12-19
Rafael Espindola
Revert 170545 while I debug the ppc failures.
tree
|
commitdiff
2012-12-19
Rafael Espindola
Add r170095 back.
tree
|
commitdiff
2012-12-17
Tim Northover
Teach MachO which sections contain code
tree
|
commitdiff
2012-12-13
Eric Christopher
Revert "Add a funciton to get the segment name of a...
tree
|
commitdiff
2012-12-13
Rafael Espindola
Add a funciton to get the segment name of a section.
tree
|
commitdiff
2012-12-12
Rafael Espindola
Remove some dead code.
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-29
Benjamin Kramer
Object: Pass the buffer name through when making a...
tree
|
commitdiff
2012-11-29
Jim Grosbach
Fix a memory leak in MachOObjectFile.
tree
|
commitdiff
2012-11-14
Matt Beaumont-Gay
s/assert/llvm_unreachable/
tree
|
commitdiff
2012-11-14
Matt Beaumont-Gay
Fix broken asserts. Also, spell 'indices' correctly.
tree
|
commitdiff
2012-11-14
Michael J. Spencer
[Object] Fix endianess bug by refactoring Archive:...
tree
|
commitdiff
2012-11-13
Shankar Easwaran
Adding changes to support GNU style archive library...
tree
|
commitdiff
2012-10-29
Tim Northover
Add interface for querying object files for symbol...
tree
|
commitdiff
2012-10-10
Andrew Kaylor
Cosmetic changes
tree
|
commitdiff
2012-10-10
Andrew Kaylor
This patch adds new functions to the SectionRef and...
tree
|
commitdiff
2012-07-19
Galina Kistanova
Reverting r 160419.
tree
|
commitdiff
2012-07-18
Galina Kistanova
Fixed few warnings.
tree
|
commitdiff
2012-06-18
Marshall Clow
Added accessors for getting coff_relocation info
tree
|
commitdiff
2012-06-15
Marshall Clow
Had a closing brace inside an #ifdef -- oops!
tree
|
commitdiff
2012-06-15
Marshall Clow
Adding acessors to COFFObjectFile so that clients can...
tree
|
commitdiff
2012-06-09
Dmitri Gribenko
Convert comments to proper Doxygen comments.
tree
|
commitdiff
2012-05-24
Craig Topper
Mark some static arrays as const.
tree
|
commitdiff
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
tree
|
commitdiff
2012-05-02
Eli Friedman
Fix the implementation of MachOObjectFile::isSectionZer...
tree
|
commitdiff
2012-04-16
Preston Gurd
Implement GDB integration for source level debugging...
tree
|
commitdiff
2012-04-13
Benjamin Kramer
Remove unused variable.
tree
|
commitdiff
2012-04-12
Preston Gurd
This patch improves the MCJIT runtime dynamic loader...
tree
|
commitdiff
2012-04-10
Danil Malyshev
Add a constructor for DataRefImpl and remove excess...
tree
|
commitdiff
2012-04-03
Dylan Noblesmith
Object: drop bogus VMCore dependency
tree
|
commitdiff
2012-03-19
Michael J. Spencer
[Object/COFF]: Expose getSectionContents.
tree
|
commitdiff
2012-03-19
Michael J. Spencer
[Object/COFF]: Expose getSectionName.
tree
|
commitdiff
2012-03-15
Michael J. Spencer
Fix bug found by warning.
tree
|
commitdiff
2012-03-09
David Meyer
[Object]
tree
|
commitdiff
2012-03-01
David Meyer
[Object]
tree
|
commitdiff
2012-03-01
David Meyer
[Object]
tree
|
commitdiff
2012-02-29
David Meyer
[Object] Add symbol attribute flags: ST_ThreadLocal...
tree
|
commitdiff
2012-02-28
David Meyer
In the ObjectFile interface, replace isInternal(),...
tree
|
commitdiff
2012-02-28
Michael J. Spencer
[Object] Add {begin,end}_dynamic_symbols stubs and...
tree
|
commitdiff
2012-02-22
Benjamin Kramer
Remove static ctor.
tree
|
commitdiff
2012-02-12
Eli Bendersky
Expose the ELFObjectFile class directly in the Object...
tree
|
commitdiff
2012-02-04
Dylan Noblesmith
Object: avoid undefined behavior when bounds-checking
tree
|
commitdiff
2012-01-24
Matt Beaumont-Gay
Sink assert-only variables into the asserts
tree
|
commitdiff
2012-01-23
Matt Beaumont-Gay
Silence warnings in -asserts build
tree
|
commitdiff
2012-01-22
Eli Bendersky
Remove trailing spaces
tree
|
commitdiff
2012-01-22
Eli Bendersky
Basic runtime dynamic loading capabilities added to...
tree
|
commitdiff
2011-12-25
Rafael Espindola
Remove unused variables.
tree
|
commitdiff
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-29
Danil Malyshev
Fixed ObjectFile functions:
tree
|
commitdiff
2011-11-28
Daniel Dunbar
Fix some possible gcc-4.2 may be used uninitialized...
tree
|
commitdiff
2011-11-27
Chandler Carruth
Revert r145180 as it is causing test failures on all...
tree
|
commitdiff
2011-11-27
Danil Malyshev
Fixed ObjectFile functions:
tree
|
commitdiff
2011-11-16
Michael J. Spencer
Object/COFF: Support common symbols.
tree
|
commitdiff
2011-11-12
Daniel Dunbar
build: Attempt to rectify inconsistencies between CMake...
tree
|
commitdiff
2011-11-08
Michael J. Spencer
Object/COFF: Fix PE reading.
tree
|
commitdiff
2011-11-05
Benjamin Kramer
MachOObject: Use DataExtractor's uleb parser instead...
tree
|
commitdiff
2011-11-04
Benjamin Kramer
Simplify code.
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-11-02
Chad Rosier
Removed unused variable.
tree
|
commitdiff
2011-11-02
Michael J. Spencer
object/COFF: Properly initalize uses of DataRefImpl.
tree
|
commitdiff
2011-11-02
Michael J. Spencer
Object/Archive: Add symbol table iteration.
tree
|
commitdiff
2011-10-27
Owen Anderson
If we're searching for a symbol reference to pretty...
tree
|
commitdiff
2011-10-27
Owen Anderson
Fix pretty printing of i386 local sect diff relocations...
tree
|
commitdiff
2011-10-27
Owen Anderson
Expose relocation accessors through the libObject C...
tree
|
commitdiff
2011-10-27
Owen Anderson
Add relocation iterators to the libObject C API.
tree
|
commitdiff
2011-10-26
Owen Anderson
Add support for scattered relocations to the MachO...
tree
|
commitdiff
2011-10-26
Owen Anderson
The order of the two symbol listings in a Macho x86_64...
tree
|
commitdiff
2011-10-26
Owen Anderson
Include the full 64 bits of relocation data in the...
tree
|
commitdiff
2011-10-26
Owen Anderson
Expand relocation type field to 64 bits. MachO scatter...
tree
|
commitdiff
2011-10-26
Owen Anderson
Improve pretty printing of GOT relocations in MachO...
tree
|
commitdiff
2011-10-26
Eric Christopher
Remove unused variable.
tree
|
commitdiff
2011-10-25
Michael J. Spencer
Object/Archive: Cleanup anon namespace.
tree
|
commitdiff
2011-10-25
Michael J. Spencer
Object/Archive: Add BSD style long file name support...
tree
|
commitdiff
2011-10-25
Owen Anderson
Remove extraneous printing of "-PC".
tree
|
commitdiff
2011-10-25
Owen Anderson
Add support for the notion of "hidden" relocations...
tree
|
commitdiff
2011-10-25
Owen Anderson
Teach the MachO relocation pretty-printer to interpret...
tree
|
commitdiff
2011-10-24
Owen Anderson
More fixes and improvements to MachO relocation pretty...
tree
|
commitdiff
2011-10-24
Owen Anderson
Get relocation parsing/dumping to a mostly-working...
tree
|
commitdiff
2011-10-24
Owen Anderson
Stub out some of the MachO relocation decoding hooks.
tree
|
commitdiff
2011-10-21
Owen Anderson
Use LLVMBool for a function that logically returns...
tree
|
commitdiff
2011-10-21
Owen Anderson
STABS symbols are debug symbols.
tree
|
commitdiff
2011-10-21
Owen Anderson
Bind libObject API for obtaining the section containing...
tree
|
commitdiff
2011-10-21
Owen Anderson
Expand the coverage of the libObject C bindings to...
tree
|
commitdiff
2011-10-18
Michael J. Spencer
Object/COFF: Remove useless test.
tree
|
commitdiff
next