aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix get_magic() handling of short reads.Evgeniy Stepanov2013-06-201-2/+2
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-202-2/+2
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-201-2/+0
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-191-2/+11
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-3/+3
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-9/+14
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-192-78/+0
* Remove Path::isObjectFile.Rafael Espindola2013-06-191-8/+0
* Remove Path::canExecute.Rafael Espindola2013-06-192-19/+0
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-191-1/+1
* Remove Path::canWrite.Rafael Espindola2013-06-182-13/+0
* Add a can_write function to PathV2.Rafael Espindola2013-06-182-0/+18
* Remove unused Path::canRead.Rafael Espindola2013-06-182-12/+0
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-182-8/+0
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-182-0/+26
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-1/+12
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-2/+1
* Reapply r183985 now that the missing check was added to PathV2.Rafael Espindola2013-06-171-3/+5
* Only delete regular files and directories.Rafael Espindola2013-06-171-0/+16
* Revert "Remove a use of PathV1.h."Rafael Espindola2013-06-171-5/+3
* 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