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
*
Object: make the following changes into SymbolRef
Benjamin Kramer
2011-09-14
2
-0
/
+31
*
Add support for relocations to ObjectFile.
Benjamin Kramer
2011-09-08
2
-16
/
+90
*
Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.
Benjamin Kramer
2011-08-30
1
-0
/
+1
*
Teach macho-dump how to dump linkedit_data load commands.
Benjamin Kramer
2011-08-30
2
-1
/
+14
*
Teach llvm-objdump to disassemble sections symbol by symbol.
Benjamin Kramer
2011-07-15
1
-0
/
+4
*
ObjectFile: Add a method to check whether a section contains a symbol.
Benjamin Kramer
2011-07-15
2
-0
/
+13
*
Fix 80-col.
Michael J. Spencer
2011-07-05
1
-3
/
+12
*
Object: Add proper error handling.
Michael J. Spencer
2011-06-25
3
-68
/
+96
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
3
-17
/
+130
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
1
-0
/
+64
*
Add Object/Error.
Michael J. Spencer
2011-06-25
1
-0
/
+49
*
Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.
Benjamin Kramer
2011-06-13
2
-113
/
+0
*
Revert the last two commits in the series. r132911, r132912.
Michael J. Spencer
2011-06-13
3
-130
/
+17
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-13
3
-17
/
+130
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
1
-0
/
+64
*
Add Object/Error.
Michael J. Spencer
2011-06-13
1
-0
/
+49
*
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2011-04-03
1
-0
/
+20
*
Edit a comment for consistency.
Bob Wilson
2011-02-03
1
-1
/
+1
*
Object: Fix type punned pointer issues by making DataRefImpl a union and usin...
Michael J. Spencer
2011-01-21
1
-1
/
+14
*
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-14
1
-1
/
+4
*
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-21
1
-8
/
+12
*
Mach-O/ARM: Add relocation type enumeration.
Daniel Dunbar
2010-12-10
1
-0
/
+12
*
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
2
-2
/
+2
*
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
1
-0
/
+2
*
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
2
-0
/
+30
*
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
1
-0
/
+17
*
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
2
-0
/
+12
*
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
2
-0
/
+39
*
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
2
-0
/
+13
*
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
2
-0
/
+47
*
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
2
-0
/
+42
*
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
2
-9
/
+79
*
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
1
-3
/
+9
*
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
2010-11-27
1
-0
/
+69
*
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-0
/
+69
*
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-27
1
-0
/
+112
*
Object: Get rid of sys::Path, Triple, and cleanup namespace.
Michael J. Spencer
2010-11-16
1
-4
/
+5
*
Add LLVMObject Library.
Michael J. Spencer
2010-11-15
1
-0
/
+248