summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2011-04-09regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner1-1/+1
2011-04-06Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".Frits van Bommel1-7/+7
2011-04-05Add support for detection of Intel SandyBridge.Roman Divacky1-0/+2
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick1-26/+150
2011-04-03Assorted bugfixes in object file handling:Eric Christopher1-0/+14
2011-03-30Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen1-0/+3
2011-03-30Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen1-6/+9
2011-03-30Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen1-1/+13
2011-03-30Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer1-0/+8
2011-03-30Add APFloat::getExactInverse.Benjamin Kramer1-0/+26
2011-03-27Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel1-0/+10
2011-03-24revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick1-5/+9
2011-03-24Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer1-9/+5
2011-03-22We don't need a null terminator for the output file.Rafael Espindola1-4/+8
2011-03-22Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek1-1/+1
2011-03-22Temporarily stop recovering resources in CrashRecoveryContext while I investi...Ted Kremenek1-1/+1
2011-03-21Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek1-0/+9
2011-03-20Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer1-7/+11
2011-03-19Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek1-0/+1
2011-03-19Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...Ted Kremenek1-0/+3
2011-03-18setExecutable() should default to success if there's nothing custom for it.Jim Grosbach1-1/+1
2011-03-18raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi1-0/+30
2011-03-18Initialize the only-used-with-PPC-double-double parts of the APFloat class. ThisBill Wendling1-13/+10
2011-03-18Check RequiresNullTerminator first, or we might read from an invalid address.Rafael Espindola1-1/+1
2011-03-18Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek1-0/+38
2011-03-17Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola1-2/+4
2011-03-17Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer1-2/+4
2011-03-16lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi1-0/+8
2011-03-16Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi1-1/+8
2011-03-16Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi1-1/+11
2011-03-15Add scei vendorJohn Thompson1-0/+3
2011-03-10Don't compute the file size if we don't need to.Rafael Espindola1-14/+29
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola2-28/+77
2011-03-10Try to fix the windows build.Rafael Espindola1-2/+2
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2-77/+28
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola2-28/+77
2011-03-08lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi1-1/+1
2011-03-07Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi1-1/+1
2011-03-04raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer1-3/+7
2011-03-04raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer1-9/+13
2011-02-26Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar1-0/+4
2011-02-21The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich1-1/+1
2011-02-18Provide tag strings for llvm specific tags.Devang Patel1-0/+4
2011-02-18improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner1-2/+4
2011-02-18Check the errorcode.Argyrios Kyrtzidis1-0/+1
2011-02-17Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem1-0/+6
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi1-3/+0
2011-02-15Implement a function from PathV2 whose definition is missing.Argyrios Kyrtzidis1-0/+6
2011-02-11Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan1-12/+13
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor1-30/+0