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
*
[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
*
Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...
Aaron Ballman
2016-06-20
1
-0
/
+33
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-0
/
+57
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-57
/
+0
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-0
/
+57
*
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
2016-05-17
1
-0
/
+25
*
[Support][Unittests] Add unittest for recursive_directory_iterator::level()
Bruno Cardoso Lopes
2016-05-13
1
-0
/
+14
*
Unbreak building unit tests on Windows after r266595.
Nico Weber
2016-04-18
1
-0
/
+1
*
[Support] Fix an invalid character escaping in string literal (unittest).
Etienne Bergeron
2016-04-05
1
-1
/
+1
*
Fix a -Wsign-compare in Support Path unittests
Reid Kleckner
2016-02-10
1
-1
/
+1
*
Fix identify_magic() to check that a file that starts with MH_MAGIC is
Kevin Enderby
2016-01-26
1
-11
/
+19
*
Fix -Wunused-function in a non-Win32 build
David Blaikie
2015-11-17
1
-1
/
+1
*
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
2015-11-17
1
-0
/
+70
*
Windows-specific test for sys::path::remove_dots.
Mike Aizatsky
2015-11-09
1
-0
/
+13
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-0
/
+20
*
Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...
Pawel Bylica
2015-11-06
1
-70
/
+0
*
[Support] Use GetTempDir to get the temporary dir path on Windows.
Pawel Bylica
2015-11-06
1
-0
/
+70
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-0
/
+29
*
Fix path::home_directory() unit test.
Pawel Bylica
2015-10-16
1
-8
/
+12
*
SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.
NAKAMURA Takumi
2015-10-16
1
-6
/
+9
*
Reformat.
NAKAMURA Takumi
2015-10-16
1
-1
/
+1
*
Use Windows Vista API to get the user's home directory
Pawel Bylica
2015-10-16
1
-9
/
+13
*
Make test resilient against windows path separators.
Benjamin Kramer
2015-10-05
1
-0
/
+1
*
[Support] Add a version of fs::make_absolute with a custom CWD.
Benjamin Kramer
2015-10-05
1
-0
/
+4
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-4
/
+4
*
Move twice-repeated clang path operation into a new function.
Douglas Katzman
2015-09-02
1
-0
/
+10
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-0
/
+24
*
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
NAKAMURA Takumi
2015-06-16
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-4
/
+2
*
Don't treat .foo as two path components in path::iterators
Ben Langmuir
2015-03-10
1
-0
/
+43
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+2
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-3
/
+6
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
1
-0
/
+10
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-12
/
+3
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
1
-10
/
+7
*
Fixing some sign comparison warnings from MSVC; NFC.
Aaron Ballman
2014-11-13
1
-3
/
+3
*
Drop a few unneeded ctor calls (missed code review comment).
Paul Robinson
2014-11-13
1
-4
/
+4
*
Improve long path name support on Windows.
Paul Robinson
2014-11-13
1
-2
/
+59
*
Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
2014-09-17
1
-0
/
+3
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-1
/
+1
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-0
/
+3
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-5
/
+4
*
Use simpler version of sys::fs::exists. NFC.
Rafael Espindola
2014-09-11
1
-3
/
+2
[next]