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
/
DataStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Remove MemoryObject and DataStreamer interfaces.
Peter Collingbourne
2016-11-02
1
-86
/
+0
*
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
-7
/
+5
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-2
/
+0
*
Merge StreamableMemoryObject into MemoryObject.
Rafael Espindola
2014-11-12
1
-2
/
+2
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-4
/
+3
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[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
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-10
/
+3
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-1
/
+1
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
1
-2
/
+2
*
Remove static initializer from DataStream.cpp
David Blaikie
2012-02-09
1
-12
/
+11
*
Fix win32 build breakage from bitcode streaming patch
Derek Schuff
2012-02-07
1
-1
/
+4
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-0
/
+96