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
/
MemoryBuffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Fix build on windows.
Rafael Espindola
2014-06-13
1
-1
/
+1
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-53
/
+54
*
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
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
There is no posix_category in std, use generic_category.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
MemoryBuffer: Use GetNativeSystemInfo()
Alp Toker
2014-05-19
1
-9
/
+0
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
1
-52
/
+0
*
MemoryBuffer: don't force mmap when stat fails
Alp Toker
2014-05-09
1
-3
/
+2
*
MemoryBuffer: remove unusued definitions
Alp Toker
2014-05-09
1
-8
/
+0
*
[Support/MemoryBuffer] Remove the assertion that the file size did not shrink.
Argyrios Kyrtzidis
2014-05-06
1
-3
/
+0
*
[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...
Argyrios Kyrtzidis
2014-05-06
1
-22
/
+23
*
[Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...
Argyrios Kyrtzidis
2014-05-06
1
-7
/
+13
*
[Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...
Argyrios Kyrtzidis
2014-05-05
1
-18
/
+32
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-3
/
+3
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-4
/
+4
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-20
/
+68
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-4
/
+4
*
MemoryBuffer: Increase the alignment of small file buffers to 16
Reid Kleckner
2013-12-16
1
-2
/
+3
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-8
/
+12
*
Fix typo
Matt Arsenault
2013-09-10
1
-1
/
+1
*
MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...
NAKAMURA Takumi
2013-09-04
1
-0
/
+9
*
Whitespace.
NAKAMURA Takumi
2013-09-04
1
-1
/
+1
*
MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-7
/
+25
*
Convert two uses if fstat with sys::fs::status.
Rafael Espindola
2013-07-18
1
-14
/
+13
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-8
/
+4
*
Remove an extra is_directory call.
Rafael Espindola
2013-07-15
1
-11
/
+0
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-8
/
+0
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-1
/
+1
*
Remove the old file memory mapping functions.
Rafael Espindola
2013-06-12
1
-2
/
+1
*
Put private class into an anonmyous namespace.
Benjamin Kramer
2013-03-30
1
-0
/
+2
*
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-14
1
-1
/
+2
*
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-12
1
-35
/
+44
*
In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
Argyrios Kyrtzidis
2013-03-01
1
-0
/
+3
*
Update a portability kludge to keep it in sync with changes in the code
Dan Gohman
2013-02-19
1
-2
/
+7
*
Whitelist files and block devices instead of blacklisting fifos and
Dan Gohman
2013-02-19
1
-3
/
+4
*
Don't trust st_size of a character device. This fixes using
Dan Gohman
2013-02-19
1
-3
/
+3
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
MemoryBuffer: Windows doesn't define S_IFIFO.
Daniel Dunbar
2012-11-06
1
-1
/
+4
*
MemoryBuffer: Support reading named pipes in getFile().
Daniel Dunbar
2012-11-05
1
-16
/
+29
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-5
/
+5
*
In MemoryBuffer::getOpenFile() don't verify that the mmap'ed
Argyrios Kyrtzidis
2012-07-11
1
-10
/
+0
*
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
2012-06-20
1
-0
/
+9
[prev]
[next]