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
/
lldb
/
source
/
Utility
/
FileSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-9
/
+7
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-9
/
+0
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-0
/
+8
*
[lldb] refactor FileSpec::Equal
Pavel Labath
2019-11-28
1
-13
/
+3
*
lldb: Fix some -Wdeprecated-copy warnings
Pavel Labath
2019-11-11
1
-10
/
+0
*
Fix variable mismatch between signature and body
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[NFC] Fix documentation for some utility classes.
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Delete unnecessary copy ctors
Fangrui Song
2019-05-22
1
-5
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-48
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-6
/
+6
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Breakpad: auto-detect path style of file entries
Pavel Labath
2019-02-11
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DWARF: Add some support for non-native directory separators
Pavel Labath
2019-01-16
1
-0
/
+5
*
[NFC] Small code cleanups in utility.
Jonas Devlieghere
2018-12-13
1
-1
/
+1
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-8
/
+8
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-96
/
+15
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+0
*
[FileSystem] Remove ResolveExecutableLocation() from FileSpec
Jonas Devlieghere
2018-11-01
1
-36
/
+0
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-13
/
+0
*
[FileSystem] Remove GetByteSize() from FileSpec
Jonas Devlieghere
2018-11-01
1
-7
/
+0
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-33
/
+0
*
[lldb] Fix lldb build on musl
Raphael Isemann
2018-08-28
1
-0
/
+1
*
Revert "[FileSpec] Always normalize"
Jonas Devlieghere
2018-06-25
1
-6
/
+104
*
[FileSpec] Always normalize
Jonas Devlieghere
2018-06-24
1
-104
/
+6
*
[FileSpec] Refactor append and prepend implemenetations. NFC
Jonas Devlieghere
2018-06-24
1
-94
/
+20
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-6
/
+9
*
[FileSpec] Simplify getting extension and stem.
Jonas Devlieghere
2018-06-13
1
-8
/
+3
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-64
/
+45
*
[FileSpec] Re-implmenet removeLastPathComponent
Jonas Devlieghere
2018-05-30
1
-29
/
+8
*
Fix PathMappingList for relative and empty paths after recent FileSpec normal...
Greg Clayton
2018-05-21
1
-25
/
+29
*
FileSpec objects that resolve to "." should have "." in m_filename and m_dire...
Greg Clayton
2018-05-17
1
-0
/
+8
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-62
/
+45
*
Remove custom path manipulation functions from FileSpec
Pavel Labath
2018-05-11
1
-85
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-53
/
+45
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
1
-10
/
+4
*
Fix build bots after r331049 broke them.
Greg Clayton
2018-04-27
1
-10
/
+10
*
Always normalize FileSpec paths.
Greg Clayton
2018-04-27
1
-106
/
+130
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-2
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-6
/
+6
*
iwyu fixes on lldbUtility.
Zachary Turner
2017-04-06
1
-5
/
+15
*
In FileSpec::Equal, short-cut GetNormalizedPath.
Jim Ingham
2017-03-27
1
-1
/
+26
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-0
/
+931