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
/
Unix
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary StringRef->std::string conversion.
Alexey Samsonov
2014-12-29
1
-1
/
+1
*
MAP_FILE is the default. We don't need to add it.
Rafael Espindola
2014-12-12
1
-3
/
+0
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-13
/
+1
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-5
/
+2
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-46
/
+6
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-33
/
+0
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
1
-1
/
+1
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-26
/
+23
*
Add an explicit cast to pacify implicit boolean conversion warnings.
Benjamin Kramer
2014-08-27
1
-1
/
+1
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-16
/
+60
*
Remove dead code. Fixes pr20544.
Rafael Espindola
2014-08-08
1
-13
/
+0
*
Build fix for systems without futimes/futimens
Alp Toker
2014-06-30
1
-1
/
+1
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-5
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-63
/
+65
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-19
/
+19
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-31
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-6
/
+6
*
Uses generic_category instead of system_category.
Rafael Espindola
2014-06-11
1
-21
/
+21
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-5
/
+5
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-21
/
+21
*
delete dead code.
Rafael Espindola
2014-05-31
1
-29
/
+0
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-11
/
+11
*
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
2014-03-21
1
-2
/
+2
*
support: add a utility function to normalise path separators
Saleem Abdulrasool
2014-03-11
1
-0
/
+13
*
Cleanup the interface for creating soft or hard links.
Rafael Espindola
2014-03-11
1
-2
/
+4
*
Revert create_symbolic_link and both depending changes
Reid Kleckner
2014-03-06
1
-13
/
+0
*
[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
2014-03-06
1
-0
/
+13
*
[C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
2014-03-01
1
-2
/
+0
*
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
2014-02-24
1
-71
/
+6
*
Use static instead of an anonymous namespace.
Rafael Espindola
2014-02-23
1
-14
/
+12
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-17
/
+11
*
Remove dead code.
Rafael Espindola
2014-02-13
1
-13
/
+0
*
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
2014-02-11
1
-2
/
+2
*
Using the helper API for random number generation.
Aaron Ballman
2014-02-11
1
-1
/
+0
*
Introduce llvm::sys::path::home_directory.
Peter Collingbourne
2014-01-31
1
-0
/
+15
*
Build fix for Android NDK which has neither futimes nor futimens
Alp Toker
2013-12-11
1
-3
/
+6
*
Improve the detection of the path
Sylvestre Ledru
2013-12-09
1
-11
/
+12
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Rules adjustments in order to build on DragonFly BSD.
Rafael Espindola
2013-10-31
1
-2
/
+3
*
Check for $PWD in llvm::sys::current_path.
Rafael Espindola
2013-08-10
1
-0
/
+12
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
1
-1
/
+1
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-12
/
+4
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
1
-6
/
+2
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
1
-0
/
+25
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-59
/
+0
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
1
-0
/
+9
*
Don't fallback to copy + delete in rename.
Rafael Espindola
2013-07-17
1
-11
/
+2
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
1
-18
/
+30
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
1
-16
/
+12
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
1
-14
/
+1
[next]