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
/
Path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r338841:
Hans Wennborg
2018-08-17
1
-1
/
+9
*
[dsymutil] Simplify temporary file handling.
Jonas Devlieghere
2018-07-29
1
-3
/
+7
*
Fix typo in lib/Support/Path.cpp to test commit access
Vladimir Stefanovic
2018-07-03
1
-1
/
+1
*
Add a flag to FileOutputBuffer that allows modification.
Zachary Turner
2018-06-28
1
-12
/
+31
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-3
/
+5
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-7
/
+8
*
[FileSystem] Remove OpenFlags param from several functions.
Zachary Turner
2018-06-05
1
-14
/
+16
*
Revert 332508 as it caused problems in the clang test suite.
Greg Clayton
2018-05-16
1
-4
/
+0
*
Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.
Greg Clayton
2018-05-16
1
-0
/
+4
*
[Support/Path] Make handling of paths like "///" consistent
Pavel Labath
2018-05-09
1
-24
/
+28
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-6
/
+6
*
Changed createTemporaryFile without FD to actually create a file.
Ilya Biryukov
2018-03-19
1
-7
/
+32
*
Delete temp file if rename fails.
Rafael Espindola
2017-12-05
1
-0
/
+6
*
Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
Rafael Espindola
2017-11-28
1
-3
/
+22
*
Move code. NFC.
Rafael Espindola
2017-11-28
1
-83
/
+85
*
Add OpenFlags to the create(Unique|Temporary)File interfaces.
Rafael Espindola
2017-11-27
1
-14
/
+20
*
Allow TempFile::discard to be called twice.
Rafael Espindola
2017-11-22
1
-0
/
+6
*
Convert another use of createUniqueFile to TempFile::create.
Rafael Espindola
2017-11-16
1
-0
/
+16
*
Use TempFile in lto caching.
Rafael Espindola
2017-11-15
1
-5
/
+12
*
Add a move assignment operator to TempFile. NFC.
Rafael Espindola
2017-11-14
1
-1
/
+3
*
Create a TempFile class.
Rafael Espindola
2017-11-13
1
-0
/
+53
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-11
/
+8
*
[Path] Sink predicate computations to their uses. NFCI.
Benjamin Kramer
2017-08-09
1
-5
/
+4
*
Support/Path.cpp: Prune unused "llvm/BinaryFormat".
NAKAMURA Takumi
2017-07-17
1
-2
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-174
/
+2
*
Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.
Galina Kistanova
2017-05-23
1
-0
/
+1
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
1
-2
/
+33
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
1
-223
/
+202
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-0
/
+8
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-14
/
+6
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-6
/
+14
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-0
/
+12
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-2
/
+2
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-0
/
+7
*
Process tilde in llvm::sys::path::native
Serge Pavlov
2017-03-01
1
-0
/
+8
*
Define sys::path::convert_to_slash
Rui Ueyama
2017-01-09
1
-0
/
+10
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-0
/
+2
*
Simplify identify_magic.
Rui Ueyama
2016-11-15
1
-26
/
+23
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
1
-11
/
+7
*
[Support] remove_dots: Remove .. from absolute paths.
Benjamin Kramer
2016-10-17
1
-5
/
+8
*
Do not delete leading ../ in remove_dots.
Eric Liu
2016-10-13
1
-6
/
+5
*
Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...
Kevin Enderby
2016-06-20
1
-1
/
+1
*
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
2016-05-17
1
-0
/
+23
*
Add operator- to Path's reverse_iterator. Needed for D19666
Filipe Cabecinhas
2016-04-29
1
-0
/
+4
*
Fix identify_magic() to check that a file that starts with MH_MAGIC is
Kevin Enderby
2016-01-26
1
-2
/
+15
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-0
/
+35
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-0
/
+17
*
Use range-based for loop in sys::path::append(). NFC.
Pawel Bylica
2015-10-22
1
-8
/
+6
[next]