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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+5
*
ObjectFile: Add a method to check whether a section contains a symbol.
Benjamin Kramer
2011-07-15
3
-0
/
+37
*
MachOObjectFile: Get symbol functions ready for 64 bit.
Benjamin Kramer
2011-07-15
1
-13
/
+58
*
Output MachO section names in the form SEGMENT,section.
Benjamin Kramer
2011-07-15
1
-2
/
+2
*
Add support for 64 bit objects to MachOObjectFile.
Benjamin Kramer
2011-07-15
1
-21
/
+77
*
MachOObjectFile: Change isSectionText to return true for sections named text,...
Benjamin Kramer
2011-07-15
1
-4
/
+3
*
Use memcmp.
Benjamin Kramer
2011-07-05
1
-3
/
+1
*
Really fix typo :-(
Rafael Espindola
2011-07-05
1
-1
/
+1
*
Fix typo.
Rafael Espindola
2011-07-05
1
-2
/
+2
*
Compare all 4 bytes of the header.
Rafael Espindola
2011-07-05
1
-2
/
+3
*
Fix warnings.
Michael J. Spencer
2011-07-05
1
-3
/
+3
*
Object: Add proper error handling.
Michael J. Spencer
2011-06-25
5
-192
/
+425
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
5
-152
/
+91
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
2
-0
/
+51
*
Add Object/Error.
Michael J. Spencer
2011-06-25
2
-0
/
+56
*
Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.
Benjamin Kramer
2011-06-13
3
-107
/
+0
*
Revert the last two commits in the series. r132911, r132912.
Michael J. Spencer
2011-06-13
5
-91
/
+152
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-13
5
-152
/
+91
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
2
-0
/
+51
*
Add Object/Error.
Michael J. Spencer
2011-06-13
2
-0
/
+56
*
Fix spelling and sort CMakeLists.txt.
Michael J. Spencer
2011-06-13
1
-2
/
+2
*
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
Nick Lewycky
2011-05-02
1
-4
/
+1
*
Use enums for constant values.
Eric Christopher
2011-04-22
1
-12
/
+13
*
Make the file format strings a little prettier for mach-o.
Eric Christopher
2011-04-22
1
-16
/
+12
*
Add MachOObjectFile.cpp to cmake.
Eric Christopher
2011-04-22
1
-0
/
+1
*
Hook in mach-o object files into Object interface.
Eric Christopher
2011-04-22
1
-1
/
+1
*
Add an ObjectFile implementation for mach-o.
Eric Christopher
2011-04-22
1
-0
/
+330
*
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2011-04-03
1
-0
/
+28
*
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
2
-0
/
+60
*
Assorted bugfixes in object file handling:
Eric Christopher
2011-04-03
2
-2
/
+20
*
Object: Fix type punned pointer issues by making DataRefImpl a union and usin...
Michael J. Spencer
2011-01-21
2
-83
/
+68
*
Object: Add ELF support.
Michael J. Spencer
2011-01-20
3
-1
/
+708
*
Object: Add COFF Support.
Michael J. Spencer
2011-01-20
3
-1
/
+372
*
Fix mismatched new[]/delete.
Benjamin Kramer
2010-12-17
1
-1
/
+1
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-2
/
+5
*
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
1
-1
/
+1
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-1
/
+3
*
Merge System into Support.
Michael J. Spencer
2010-11-29
2
-3
/
+3
*
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
1
-0
/
+4
*
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
1
-0
/
+28
*
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
1
-1
/
+7
*
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
1
-0
/
+13
*
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
1
-0
/
+46
*
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
1
-0
/
+13
*
Unbreak build for newer GCCs.
Benjamin Kramer
2010-11-27
1
-4
/
+4
*
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
1
-0
/
+42
*
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
1
-0
/
+68
*
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
1
-3
/
+80
*
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
1
-2
/
+24
*
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
2010-11-27
2
-0
/
+24
[next]