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
/
unittests
/
Support
/
Path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence an MSVC C4189 warning about a local variable being initialized but no...
Aaron Ballman
2018-07-04
1
-1
/
+0
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
1
-0
/
+32
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-2
/
+225
*
Revert 332508 as it caused problems in the clang test suite.
Greg Clayton
2018-05-16
1
-3
/
+2
*
Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.
Greg Clayton
2018-05-16
1
-2
/
+3
*
[Support/Path] Make handling of paths like "///" consistent
Pavel Labath
2018-05-09
1
-2
/
+23
*
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
-9
/
+9
*
[Support/Path] Add more tests and improve failure messages of existing ones
Pavel Labath
2018-04-24
1
-102
/
+52
*
[unittests] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-07
1
-6
/
+6
*
[llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.
Max Moroz
2018-04-05
1
-40
/
+73
*
[Support] Use realpath(3) instead of trying to open a file.
Davide Italiano
2018-01-09
1
-0
/
+19
*
Allow TempFile::discard to be called twice.
Rafael Espindola
2017-11-22
1
-0
/
+21
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-2
/
+2
*
[Support, Windows] Handle long paths with unix separators
Pirama Arumuga Nainar
2017-08-21
1
-0
/
+15
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-90
/
+0
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-80
/
+1
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Make sure we have actually written what is expected by the test.
Galina Kistanova
2017-05-12
1
-1
/
+1
*
Don't test setting sticky bits on files for modern BSDs
Dimitry Andric
2017-04-24
1
-0
/
+7
*
Make the home_directory test a little more resilient.
Zachary Turner
2017-03-22
1
-10
/
+21
*
Make home_directory look in the password database in addition to $HOME.
Zachary Turner
2017-03-22
1
-0
/
+20
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
1
-0
/
+14
*
SmallString doesn't have implicit conversion from const char*.
Zachary Turner
2017-03-17
1
-2
/
+2
*
Don't rely on an implicit std::tuple constructor.
Zachary Turner
2017-03-17
1
-4
/
+9
*
Fix unit test.
Zachary Turner
2017-03-16
1
-1
/
+1
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
1
-87
/
+68
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-0
/
+171
*
[Support] Make the SystemZ bot happy by using make_error_code.
Juergen Ributzka
2017-03-14
1
-1
/
+2
*
[Support] Follow-up for "Test directory iterators and recursive directory ite...
Juergen Ributzka
2017-03-13
1
-1
/
+1
*
[Support] Test directory iterators and recursive directory iterators with bro...
Juergen Ributzka
2017-03-13
1
-0
/
+78
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-182
/
+4
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-4
/
+182
*
Fix test failure when Home directory cannot be found.
Zachary Turner
2017-03-10
1
-9
/
+8
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-0
/
+36
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-0
/
+33
*
[Support] Remove unit test for fs::is_local
Jonas Hahnfeld
2017-03-08
1
-55
/
+0
*
Process tilde in llvm::sys::path::native
Serge Pavlov
2017-03-01
1
-0
/
+27
*
[Support] XFAIL is_local for mips
Simon Dardis
2017-02-22
1
-0
/
+36
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-0
/
+22
*
Fix fs::set_current_path unit test
Pavel Labath
2017-01-24
1
-1
/
+5
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+19
*
[Support] remove_dots: Remove windows test.
Benjamin Kramer
2016-10-17
1
-2
/
+0
*
[Support] remove_dots: Remove .. from absolute paths.
Benjamin Kramer
2016-10-17
1
-0
/
+4
*
unittests: Explicitly ignore some return values in crash tests
Justin Bogner
2016-10-16
1
-16
/
+18
*
Do not delete leading ../ in remove_dots.
Eric Liu
2016-10-13
1
-0
/
+4
*
Fix a real temp file leak in FileOutputBuffer
Reid Kleckner
2016-09-02
1
-0
/
+2
*
Try to fix some temp file leaks in SupportTests, PR18335
Reid Kleckner
2016-09-02
1
-13
/
+27
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-10
/
+10
*
Switch to using an API that handles non-ASCII paths appropriately on Windows.
Aaron Ballman
2016-06-21
1
-0
/
+26
[next]