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
...
*
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
*
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
2015-10-05
1
-2
/
+15
*
Move twice-repeated clang path operation into a new function.
Douglas Katzman
2015-09-02
1
-2
/
+10
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-4
/
+5
*
Identify thin archives as archives.
Rafael Espindola
2015-07-22
1
-1
/
+2
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
1
-2
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-2
/
+0
*
Don't treat .foo as two path components in path::iterators
Ben Langmuir
2015-03-10
1
-7
/
+0
*
Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...
Rui Ueyama
2015-03-02
1
-3
/
+3
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+1
*
Revert "Change Path::filename_pos() to skip the drive letter."
Zachary Turner
2015-02-12
1
-5
/
+2
*
Change Path::filename_pos() to skip the drive letter.
Zachary Turner
2015-02-11
1
-2
/
+5
*
[Object][ELF] Test unknown type.
Michael J. Spencer
2015-01-23
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Add missing implementation of 'sys::path::is_other' to the support library.
Juergen Ributzka
2014-12-18
1
-0
/
+8
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+3
*
llvm-readobj: Add support for dumping the DOS header in PE files
David Majnemer
2014-11-05
1
-3
/
+4
*
Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
2014-09-17
1
-1
/
+1
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-7
/
+15
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-3
/
+9
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-5
/
+5
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-9
/
+9
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-57
/
+1
*
Revert "Support/Path: remove raw delete"
Dylan Noblesmith
2014-08-26
1
-2
/
+2
*
Support/Path: remove raw delete
Dylan Noblesmith
2014-08-25
1
-2
/
+2
*
Fix the windows build.
Rafael Espindola
2014-08-08
1
-1
/
+1
*
Convert from Windows to Unix paths in sys::path::native.
Rafael Espindola
2014-08-08
1
-1
/
+11
*
Path: Stop claiming path::const_iterator is bidirectional
Justin Bogner
2014-08-04
1
-12
/
+27
*
Don't leak a file descriptor.
Rafael Espindola
2014-06-25
1
-1
/
+1
*
Code cleanup.
Logan Chien
2014-06-25
1
-1
/
+1
*
Support: Add llvm::sys::fs::copy_file
Justin Bogner
2014-06-19
1
-0
/
+34
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-53
/
+53
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
[prev]
[next]