summaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+2
* Update the Windows version of updateTripleOSVersion to account forAlex Lorenz2017-07-071-2/+2
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-071-0/+4
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-171-1/+9
* Fix one place where I missed a commented requirement for a particularChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-051-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-115/+103
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-112/+95
* Fix warning converting from boolean to pointer introduced in r301153.Frederich Munch2017-04-241-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-95/+112
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-1/+1
* Remove more name space pollution from .inc filesKristof Beyls2017-03-314-20/+16
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-1/+0
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-7/+7
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-1/+6
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-161-1/+1
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-7/+40
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-52/+19
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-19/+52
* [Support] Don't return an error if realPath fails.Zachary Turner2017-03-101-3/+2
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-15/+98
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-2/+31
* Fix C2712 build error on WindowsKonstantin Zhuravlyov2017-03-071-6/+12
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-17/+8
* Try to fix thread name truncation on non-Windows.Zachary Turner2017-03-041-1/+1
* Truncate thread names if they're too long.Zachary Turner2017-03-041-0/+2
* [Support] Provide access to current thread name/thread id.Zachary Turner2017-03-031-0/+101
* Cast to the right type on Windows.Vassil Vassilev2017-03-021-1/+1
* Reland r296442 with modifications reverted in r296463.Vassil Vassilev2017-03-021-0/+12
* Do not leak OpenedHandles.Vassil Vassilev2017-03-021-10/+2
* Reformat a blank line.NAKAMURA Takumi2017-02-281-1/+1
* Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...NAKAMURA Takumi2017-02-281-26/+13
* Fix Win bots.Vassil Vassilev2017-02-281-2/+2
* Allow externally dlopen-ed libraries to be registered as permanent libraries.Vassil Vassilev2017-02-281-12/+25
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-0/+74
* Do not leak OpenedHandles.Vassil Vassilev2017-02-211-0/+2
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+12
* Add missing includes on Windows.Zachary Turner2016-12-211-0/+1
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+4
* Removed FIXME from include ordering commentSimon Pilgrim2016-10-241-1/+1
* Fix windows builds by swapping windows.h and wincrypt.h ordering.Simon Pilgrim2016-10-241-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-243-42/+54
* Reapply "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-201-61/+0
* Revert "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-191-0/+61
* Add Chrono.h - std::chrono support headerPavel Labath2016-10-191-61/+0
* Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...Mehdi Amini2016-10-051-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1