summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Process.inc
AgeCommit message (Expand)Author
2025-06-24[Support] Remove an outdated MinGW workaround (#145294)Martin Storsjö
2024-07-30[Support] Silence warnings when retrieving exported functions (#97905)Alexandre Ganea
2024-07-06Revert "[Support] Silence function cast warning when building with Clang ToT ...Alexandre Ganea
2024-07-05[Support] Silence function cast warning when building with Clang ToT targetti...Alexandre Ganea
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-01-31[llvm][Support] Support bright colors in raw_ostream (#80017)Timm Baeder
2023-11-03[Support] Use StringRef::starts_with/ends_with instead of startswith/endswith...Simon Pilgrim
2023-01-06[Support] On Windows 11 and Windows Server 2022, fix an affinity mask issue o...Alexandre Ganea
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek
2022-12-05[llvm] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-06-01[Windows] Don't try to wildcard expand paths starting with \\?\Martin Storsjö
2022-05-03[Windows] Fix handling of \" in program name on cmd line.Simon Tatham
2022-05-03[Windows] Fix cmd line tokenization of unclosed quotes.Simon Tatham
2022-01-11Support: Avoid SmallVector::set_size() in Windows codeDuncan P. N. Exon Smith
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song
2021-07-09PR51018: A few more explicit conversions from SmallString to StringRefDavid Blaikie
2021-05-22[Windows] Use TerminateProcess to exit without running destructorsMartin Storsjö
2020-11-18Support: Avoid SmallVector::assign with a range from to-be-replaced vector in...Duncan P. N. Exon Smith
2020-04-16Introduce llvm::sys::Process::getProcessId() and adopt itSergej Jaskiewicz
2020-04-07[Support,Windows] Tolerate failure of CryptGenRandomSimon Tatham
2020-02-28llvm-ar: Fix MinGW compilationHans Wennborg
2019-10-23Reland "[Support] Add a way to run a function on a detached thread""Sam McCall
2019-10-23Revert "[Support] Add a way to run a function on a detached thread"Sam McCall
2019-10-23[Support] Add a way to run a function on a detached threadSam McCall
2019-05-08[Support] Add error handling to sys::Process::getPageSize().Lang Hames
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-06[Windows] Simplify WindowsSupport.hReid Kleckner
2018-09-11[Support] Avoid calling CommandLineToArgvW from shell32.dllReid Kleckner
2018-09-04Set console mode when -fansi-escape-codes is enabled David Bolvansky
2018-06-13Do not enforce absolute path argv0 in windowsHans Wennborg
2018-06-01Move some function declarations out of WindowsSupport.hZachary Turner
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-17Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama
2018-04-02Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber
2017-08-18[Support] env vars with empty values on windowsBen Dunbobbin
2017-03-31Do not pollute the namespace in a header file.Kristof Beyls
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath
2016-06-20Properly handle short file names on the command line in Windows [TAKE 2]Adrian McCarthy
2016-06-17Revert "Properly handle short file names on the command line in Windows"Adrian McCarthy
2016-06-16Properly handle short file names on the command line in WindowsAdrian McCarthy
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov
2015-11-11Report Windows error code in a fatal error after a system call.Paul Robinson
2015-05-04Replace windows_error calls with mapWindowsError.Yaron Keren
2015-02-28[raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner
2014-12-04Remove dead code. NFC.Rafael Espindola
2014-10-07Support: Don't call close again if we get EINTRDavid Majnemer
2014-10-06Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer
2014-07-24Windows: Don't wildcard expand /? or -?Hans Wennborg