aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-281-4/+2
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-281-1/+5
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-281-10/+7
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-23/+35
* Improve comment.Rafael Espindola2013-06-281-4/+3
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-281-0/+1
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-283-241/+235
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-281-2/+2
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-271-15/+5
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-271-5/+15
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-271-15/+5
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-271-0/+11
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-261-30/+30
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-264-11/+11
* Use enums instead of raw octal values.Rafael Espindola2013-06-261-1/+0
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-264-1164/+0
* Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...Rafael Espindola2013-06-261-3/+3
* Fix the build when __APPLE__ is defined.Rafael Espindola2013-06-261-1/+5
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-262-116/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-262-0/+113
* Remove PathWithStatus.Rafael Espindola2013-06-262-49/+0
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-251-1/+10
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-252-8/+0
* Remove sys::PathSeparator.Rafael Espindola2013-06-252-4/+0
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-8/+0
* Don't assume ResultPath is null terminated.Rafael Espindola2013-06-251-1/+2
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-251-2/+10
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-241-0/+29
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-241-0/+16
* [APFloat] Removed a assert from significandParts() which says that one can on...Michael Gottesman2013-06-241-2/+0
* [APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...Michael Gottesman2013-06-241-86/+92
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-241-5/+5
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-211-10/+2
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-211-2/+10
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-0/+6
* Add another fixme.Rafael Espindola2013-06-201-0/+1
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-0/+2
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-202-2/+2
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-202-0/+21
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-202-0/+17
* 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