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
/
include
/
llvm
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
2
-1557
/
+91
*
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
1
-98
/
+72
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-75
/
+80
*
Add typenames to see if bot goes green.
Rafael Espindola
2013-04-13
1
-3
/
+3
*
Some versions of gcc don't like typenames in these places.
Rafael Espindola
2013-04-13
1
-9
/
+15
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-106
/
+677
*
Add missing relocation names
Nico Rieck
2013-04-12
1
-0
/
+66
*
Support MIPS64EL relocation type names
Nico Rieck
2013-04-12
1
-41
/
+60
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-64
/
+81
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-61
/
+64
*
Fix llvm-readobj tests on big endian hosts.
Rafael Espindola
2013-04-11
1
-1
/
+8
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-64
/
+54
*
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-11
1
-18
/
+2
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-89
/
+100
*
Simplify the templating a bit.
Rafael Espindola
2013-04-10
1
-24
/
+19
*
Move two methods out of line.
Rafael Espindola
2013-04-10
1
-15
/
+21
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-98
/
+141
*
Include the more specific header.
Rafael Espindola
2013-04-10
1
-1
/
+1
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-53
/
+749
*
Add a SymbolTableEntryBase.
Rafael Espindola
2013-04-09
1
-5
/
+11
*
Add a SectionBase struct.
Rafael Espindola
2013-04-08
1
-0
/
+6
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-12
/
+27
*
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-04-08
2
-3
/
+16
*
Make MachOObjectFile independent from MachOObject.
Rafael Espindola
2013-04-07
1
-1
/
+0
*
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
1
-1
/
+11
*
Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.
Rafael Espindola
2013-04-07
1
-0
/
+2
*
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
1
-17
/
+1
*
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
1
-3
/
+14
*
Construct MachOObject in MachOObjectFile's constructor.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2013-04-07
2
-3
/
+2
*
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
1
-2
/
+3
*
Remove two uses of getObject.
Rafael Espindola
2013-04-07
1
-0
/
+1
*
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
1
-6
/
+4
*
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
1
-0
/
+10
*
Remove last use of InMemoryStruct from MachOObjectFile.cpp.
Rafael Espindola
2013-04-06
1
-0
/
+32
*
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
Rafael Espindola
2013-04-06
1
-1
/
+22
*
Don't use InMemoryStruct in getSymbol64TableEntry.
Rafael Espindola
2013-04-06
1
-2
/
+9
*
Don't use InMemoryStruct in getSymbolTableEntry.
Rafael Espindola
2013-04-06
1
-2
/
+11
*
Don't use InMemoryStruct in getRelocation.
Rafael Espindola
2013-04-06
1
-3
/
+7
*
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
1
-2
/
+34
*
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
2013-04-05
1
-3
/
+2
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-1
/
+7
*
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
1
-19
/
+77
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
1
-0
/
+7
*
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
1
-2
/
+10
*
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-04-03
1
-0
/
+5
*
Mips direct object exception handling regression
Jack Carter
2013-04-01
1
-0
/
+57
*
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-30
1
-15
/
+12
[next]