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
/
SymbolicFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+1
*
Rename createIRObjectFile to just create.
Rafael Espindola
2014-12-09
1
-2
/
+2
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+1
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
1
-3
/
+17
*
unique_ptrify IRObjectFile::createIRObjectFile
David Blaikie
2014-09-03
1
-2
/
+1
*
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
David Blaikie
2014-09-03
1
-1
/
+2
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-9
/
+7
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-3
/
+4
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-2
/
+3
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-9
/
+5
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-0
/
+67