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
/
FileSystem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-30
/
+30
*
Make sure macros in the include subdirectory are not used without being defined.
Bob Wilson
2012-09-04
1
-2
/
+2
*
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-22
1
-7
/
+7
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
1
-1
/
+1
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
1
-0
/
+77
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
1
-2
/
+92
*
[Support] Add a version of sys::fs::equivalent() that treats errors as false.
Daniel Dunbar
2012-05-15
1
-0
/
+7
*
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-11
1
-2
/
+2
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
1
-2
/
+2
*
Zap unnecessary semicolons.
Eli Friedman
2011-12-15
1
-2
/
+2
*
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
1
-2
/
+43
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
1
-6
/
+2
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
1
-1
/
+20
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
1
-2
/
+6
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-32
/
+130
*
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-08
1
-0
/
+7
*
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-09-14
1
-144
/
+6
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
1
-1
/
+4
*
Change directory_entry::path() to return a const std::string & instead of
Dan Gohman
2011-03-01
1
-1
/
+1
*
Support/PathV2: Add identify_magic.
Michael J. Spencer
2011-01-15
1
-0
/
+9
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
1
-3
/
+5
*
Support/PathV2: Implement has_magic.
Michael J. Spencer
2010-12-28
1
-1
/
+1
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-4
/
+4
*
Support/FileSystem: Change file_status predicate functions that cannot fail to
Michael J. Spencer
2010-12-09
1
-31
/
+34
*
Support/PathV2: Move make_absolute from path to fs.
Michael J. Spencer
2010-12-07
1
-0
/
+13
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-0
/
+7
*
Fix clang warning: "extra ';' inside a class [-pedantic]".
Frits van Bommel
2010-12-06
1
-1
/
+1
*
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
1
-10
/
+45
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
1
-3
/
+5
*
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-03
1
-7
/
+9
*
Support/FileSystem: Remove temp_directory_path.
Michael J. Spencer
2010-12-03
1
-8
/
+0
*
Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.
Michael J. Spencer
2010-12-01
1
-0
/
+625