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
/
MachOObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-9
/
+9
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-6
/
+6
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-852
/
+110
*
More uses for SymbolTableEntryBase.
Rafael Espindola
2013-04-09
1
-35
/
+9
*
Add a SymbolTableEntryBase.
Rafael Espindola
2013-04-09
1
-47
/
+27
*
Add a SectionBase struct.
Rafael Espindola
2013-04-08
1
-24
/
+24
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-65
/
+86
*
Remove is64BitLoadCommand.
Rafael Espindola
2013-04-08
1
-20
/
+10
*
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-04-08
1
-5
/
+8
*
Make MachOObjectFile independent from MachOObject.
Rafael Espindola
2013-04-07
1
-16
/
+9
*
Implement MachOObjectFile::getData directly.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Implement MachOObjectFile::is64Bit directly.
Rafael Espindola
2013-04-07
1
-1
/
+2
*
Implement MachOObjectFile::getHeaderSize directly.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
1
-14
/
+15
*
Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.
Rafael Espindola
2013-04-07
1
-41
/
+44
*
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
1
-58
/
+27
*
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
1
-8
/
+23
*
Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.
Rafael Espindola
2013-04-07
1
-18
/
+19
*
Construct MachOObject in MachOObjectFile's constructor.
Rafael Espindola
2013-04-07
1
-16
/
+20
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
1
-0
/
+14
*
Remove two uses of getObject.
Rafael Espindola
2013-04-07
1
-0
/
+3
*
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
1
-0
/
+8
*
Remove last use of InMemoryStruct from MachOObjectFile.cpp.
Rafael Espindola
2013-04-06
1
-4
/
+19
*
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
Rafael Espindola
2013-04-06
1
-20
/
+43
*
Don't use InMemoryStruct in getSymbol64TableEntry.
Rafael Espindola
2013-04-06
1
-24
/
+19
*
Don't use InMemoryStruct in getSymbolTableEntry.
Rafael Espindola
2013-04-06
1
-23
/
+19
*
Don't use InMemoryStruct in getRelocation.
Rafael Espindola
2013-04-06
1
-31
/
+21
*
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
1
-34
/
+34
*
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
2013-04-05
1
-86
/
+51
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-9
/
+18
*
Move an assert earlier in a file and check that the result of
Eric Christopher
2013-02-28
1
-2
/
+5
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-1
/
+1
*
Object: Fix errant fallthrough.
Jim Grosbach
2013-01-31
1
-0
/
+1
*
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-21
1
-14
/
+41
*
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
1
-25
/
+10
*
Add r170095 back.
Rafael Espindola
2012-12-19
1
-10
/
+25
*
Teach MachO which sections contain code
Tim Northover
2012-12-17
1
-2
/
+2
*
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
1
-25
/
+10
*
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-13
1
-10
/
+25
*
Remove some dead code.
Rafael Espindola
2012-12-12
1
-8
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+1
*
Object: Pass the buffer name through when making a copy.
Benjamin Kramer
2012-11-29
1
-1
/
+2
*
Fix a memory leak in MachOObjectFile.
Jim Grosbach
2012-11-29
1
-8
/
+15
*
Add interface for querying object files for symbol values.
Tim Northover
2012-10-29
1
-0
/
+4
*
Cosmetic changes
Andrew Kaylor
2012-10-10
1
-3
/
+3
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
1
-0
/
+11
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-4
/
+4
*
Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows th...
Eli Friedman
2012-05-02
1
-4
/
+6
*
Remove unused variable.
Benjamin Kramer
2012-04-13
1
-3
/
+0
[next]