summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-18
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Remove unused argument.Rafael Espindola2013-06-14
* Remove a use of sys::Path.Rafael Espindola2013-06-14
* Try to fix the windows build.Rafael Espindola2013-06-13
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-12
* s/Void/void.Rafael Espindola2013-06-12
* Attempt at fixing the windows build.Rafael Espindola2013-06-12
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* Fix build on WindowsTimur Iskhodzhanov2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-01
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-22
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* [Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner2013-04-05
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-15
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* [Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer2013-03-12
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31