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
/
Support
/
StreamingMemoryObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Remove MemoryObject and DataStreamer interfaces.
Peter Collingbourne
2016-11-02
1
-138
/
+0
*
Support: Implement StreamingMemoryObject::getPointer
Duncan P. N. Exon Smith
2016-03-27
1
-0
/
+6
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-6
/
+0
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-0
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
1
-4
/
+5
*
Fix StreamingMemoryObject to respect known object size.
Derek Schuff
2015-05-21
1
-5
/
+12
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-3
/
+0
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Fixing -Wtype-limits warnings with the asserts (the expression would always e...
Aaron Ballman
2014-11-13
1
-3
/
+3
*
Read 64 bits at a time in the bitcode reader.
Rafael Espindola
2014-11-13
1
-4
/
+3
*
Use the return of readBytes to find out if we are at the end of the stream.
Rafael Espindola
2014-11-12
1
-12
/
+0
*
Return the number of read bytes in MemoryObject::readBytes.
Rafael Espindola
2014-11-12
1
-14
/
+30
*
Merge StreamableMemoryObject into MemoryObject.
Rafael Espindola
2014-11-12
1
-0
/
+124