projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PowerPC] Add some Book II instructions to AsmParser
[oota-llvm.git]
/
lib
/
Object
/
2013-05-01
Filip Pizlo
This patch breaks up Wrap.h so that it does not have...
tree
|
commitdiff
2013-04-30
Rafael Espindola
Fix Addend computation for non external relocations...
tree
|
commitdiff
2013-04-29
Rafael Espindola
Add getSymbolAlignment to the ObjectFile interface.
tree
|
commitdiff
2013-04-26
Rafael Espindola
Use llvm/Object/MachO.h in macho-dumper. Drop the old...
tree
|
commitdiff
2013-04-25
Rafael Espindola
Use a pointer as the relocation iterator.
tree
|
commitdiff
2013-04-25
Rafael Espindola
Clarify getRelocationAddress x getRelocationOffset...
tree
|
commitdiff
2013-04-24
Rafael Espindola
Use pointers to iterate over symbols.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Revert r180189.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Formatting fixes.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Use a pointer as the relocation iterator.
tree
|
commitdiff
2013-04-22
Eric Christopher
Move C++ code out of the C headers and into either...
tree
|
commitdiff
2013-04-19
Rafael Espindola
refactor the struct byte swapping to a helper function.
tree
|
commitdiff
2013-04-19
Rafael Espindola
Don't read one command past the end.
tree
|
commitdiff
2013-04-18
Rafael Espindola
At Jim Grosbach's request detemplate Object/MachO.h.
tree
|
commitdiff
2013-04-15
Rafael Espindola
Make the host endianness check an integer constant...
tree
|
commitdiff
2013-04-13
Rafael Espindola
Finish templating MachObjectFile over endianness.
tree
|
commitdiff
2013-04-12
Rafael Espindola
Add 179294 back, but don't use bit fields so that it...
tree
|
commitdiff
2013-04-11
Rafael Espindola
Revert my last two commits while I debug what is wrong...
tree
|
commitdiff
2013-04-11
Rafael Espindola
Print more information about relocations.
tree
|
commitdiff
2013-04-11
Rafael Espindola
Fix MachO's getRelocationAdditionalInfo.
tree
|
commitdiff
2013-04-10
Rafael Espindola
Template MachOObjectFile over endianness too.
tree
|
commitdiff
2013-04-10
Rafael Espindola
Template the MachO types over endianness.
tree
|
commitdiff
2013-04-09
Rafael Espindola
Convert MachOObjectFile to a template.
tree
|
commitdiff
2013-04-09
Rafael Espindola
More uses for SymbolTableEntryBase.
tree
|
commitdiff
2013-04-09
Rafael Espindola
Add a SymbolTableEntryBase.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Add a SectionBase struct.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Template the MachO types over the word size.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Remove is64BitLoadCommand.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Add all 4 MachO object types. Use the stored type to...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Make MachOObjectFile independent from MachOObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getData directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::is64Bit directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeaderSize directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeader directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeaderSize and MachOObjec...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove LoadCommandInfo now that we always have a pointe...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Add MachOObjectFile::LoadCommandInfo.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Use getLoadCommandInfo instead of MachOObj->getLoadComm...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Construct MachOObject in MachOObjectFile's constructor.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove MachOObjectFile::getObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove two uses of getObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove last use of InMemoryStruct in llvm-objdump.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Remove last use of InMemoryStruct from MachOObjectFile...
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getSymbol64TableEntry.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getSymbolTableEntry.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getRelocation.
tree
|
commitdiff
2013-04-05
Rafael Espindola
Define versions of Section that are explicitly marked...
tree
|
commitdiff
2013-04-05
Rafael Espindola
Don't use InMemoryStruct in getSection and getSection64.
tree
|
commitdiff
2013-04-05
Rafael Espindola
Don't fetch pointers from a InMemoryStruct.
tree
|
commitdiff
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
next