summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-12
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-11
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-11
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-11
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* Revert r185852.Manman Ren2013-07-08
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-08
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-05
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-04
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* [APFloat] Swap an early out check so we do not dereference str.end().Michael Gottesman2013-07-02
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-01
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-28
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Improve comment.Rafael Espindola2013-06-28
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-26
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...Rafael Espindola2013-06-26
* Fix the build when __APPLE__ is defined.Rafael Espindola2013-06-26
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Remove PathWithStatus.Rafael Espindola2013-06-26
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-25
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Remove sys::PathSeparator.Rafael Espindola2013-06-25
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Don't assume ResultPath is null terminated.Rafael Espindola2013-06-25
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-25