summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-0/+4
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-171-1/+8
* Add GetCurrentDirectory back.Rafael Espindola2013-06-142-0/+21
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-142-21/+0
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-145-75/+63
* Remove unused argument.Rafael Espindola2013-06-141-3/+3
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-141-5/+2
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+9
* Remove a use of PathV1.h.Rafael Espindola2013-06-141-3/+5
* Remove a use of PathV1.h.Rafael Espindola2013-06-141-15/+9
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-23/+0
* Remove a use of sys::Path.Rafael Espindola2013-06-141-2/+3
* Try to fix the windows build.Rafael Espindola2013-06-131-1/+1
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-133-12/+15
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-2/+6
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-133-22/+29
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+23
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-132-15/+15
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-131-3/+3
* Update code for other graph viewing programs too.Rafael Espindola2013-06-131-3/+3
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-22/+40
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-133-40/+27
* Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman2013-06-131-2/+2
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-121-3/+3
* s/Void/void.Rafael Espindola2013-06-121-1/+1
* Attempt at fixing the windows build.Rafael Espindola2013-06-121-34/+35
* Remove the program class.Rafael Espindola2013-06-126-46/+40
* Don't use PathV1 in CommandLine.cpp.Rafael Espindola2013-06-121-22/+10
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-121-8/+0
* Remove Path::getMagicNumber.Rafael Espindola2013-06-122-39/+0
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-121-7/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-122-26/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-122-22/+0
* Remove Path::getSuffix.Rafael Espindola2013-06-122-33/+0
* Remove sys::CopyFile.Rafael Espindola2013-06-122-58/+0
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-121-1/+0
* Remove the old file memory mapping functions.Rafael Espindola2013-06-123-30/+1
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-122-22/+0
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-122-11/+0
* Move PathV2.h to Path.hRafael Espindola2013-06-111-1/+1
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-111-30/+20
* Include PathV1.h in files that use it.Rafael Espindola2013-06-112-0/+2
* Remove Path::getDirname.Rafael Espindola2013-06-113-49/+0
* Remove Path::getBasename.Rafael Espindola2013-06-112-32/+0
* Remove Path::getLast.Rafael Espindola2013-06-112-39/+0
* Remove GetDLLSuffix.Rafael Espindola2013-06-111-4/+0
* Remove GetRootDirectory.Rafael Espindola2013-06-112-15/+0
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-112-23/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-113-64/+0
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-112-34/+0
OpenPOWER on IntegriCloud