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
/
include
/
llvm
/
Support
/
StreamableMemoryObject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-1
/
+1
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-16
/
+13
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+3
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-11
/
+11
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
1
-11
/
+7
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-7
/
+8
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
1
-2
/
+3
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
1
-17
/
+17
*
Fix PR12089
Derek Schuff
2012-02-27
1
-1
/
+1
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-0
/
+181