aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-151-1/+2
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-152-7/+4
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-141-0/+1
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-121-0/+5
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-111-3/+13
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-111-1/+1
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-111-1/+1
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-111-5/+6
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-112-26/+16
* MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola2013-07-101-21/+2
* Use status to implement file_size.Rafael Espindola2013-07-102-35/+1
* Revert r185852.Manman Ren2013-07-081-5/+0
* Find xdot or xdot.py.Matt Arsenault2013-07-081-3/+3
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+5
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-082-65/+1
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-22/+7
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-17/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-053-6/+16
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+34
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-0/+10
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-10/+0
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-0/+10
* [APFloat] Swap an early out check so we do not dereference str.end().Michael Gottesman2013-07-021-1/+1
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-1/+8
* 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