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
/
StreamableMemoryObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge StreamableMemoryObject into MemoryObject.
Rafael Espindola
2014-11-12
1
-126
/
+0
*
Remove unused method. NFC.
Rafael Espindola
2014-11-12
1
-13
/
+0
*
Remove unused method. NFC.
Rafael Espindola
2014-11-12
1
-1
/
+0
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-10
/
+8
*
Add <cstddef> for use of std::ptrdiff_t.
Ahmed Charles
2014-03-06
1
-0
/
+1
*
Fix break by qualifying ptrdiff_t with std::.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-7
/
+7
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
1
-8
/
+3
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-7
/
+12
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+3
*
Don't assert when given an empty range.
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
1
-16
/
+19
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-0
/
+137