index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Object
/
Binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-4
/
+4
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-5
/
+5
*
Make createObjectFile's signature a bit less error prone.
Rafael Espindola
2014-01-29
1
-1
/
+1
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
1
-4
/
+4
*
Pass the computed magic to createBinary and createObjectFile if available.
Rafael Espindola
2014-01-22
1
-10
/
+10
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-35
/
+10
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-31
/
+25
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-1
/
+2
*
Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...
Alexey Samsonov
2013-06-28
1
-2
/
+7
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+7
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-2
/
+4
*
Convert a use of sys::identifyFileType to sys::fs::identify_magic.
Rafael Espindola
2013-06-11
1
-16
/
+18
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-2
/
+1
*
Don't artifically restrict input object size.
Sean Silva
2013-06-08
1
-2
/
+0
*
Object: Add support for opening stdin.
Michael J. Spencer
2011-10-08
1
-1
/
+1
*
Object: Add archive support.
Michael J. Spencer
2011-09-27
1
-1
/
+8
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
1
-3
/
+49
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
1
-0
/
+50
*
Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.
Benjamin Kramer
2011-06-13
1
-50
/
+0
*
Revert the last two commits in the series. r132911, r132912.
Michael J. Spencer
2011-06-13
1
-49
/
+3
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-13
1
-3
/
+49
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
1
-0
/
+50