summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Add another fixme.Rafael Espindola2013-06-20
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* Fix get_magic() handling of short reads.Evgeniy Stepanov2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-20
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-19
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-19
* Remove Path::isObjectFile.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-19
* 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 a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Reapply r183985 now that the missing check was added to PathV2.Rafael Espindola2013-06-17
* Only delete regular files and directories.Rafael Espindola2013-06-17
* Revert "Remove a use of PathV1.h."Rafael Espindola2013-06-17
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-17
* 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
* Don't use PathV1.h in GraphWriter.cpp.Rafael Espindola2013-06-14
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-14
* Remove a use of PathV1.h.Rafael Espindola2013-06-14
* Remove a use of PathV1.h.Rafael Espindola2013-06-14
* Move PrependMainExecutablePath next to its only user.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
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Covert remaining graph viewers from sys::Path to std::string.Rafael Espindola2013-06-13
* Update code for other graph viewing programs too.Rafael Espindola2013-06-13
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13