aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar2011-04-191-0/+3
* ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar2011-04-191-2/+1
* ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOSDaniel Dunbar2011-04-191-1/+2
* ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar2011-04-191-47/+24
* ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar2011-04-191-0/+6
* Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek2011-04-181-0/+8
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-0/+4
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-151-0/+21
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-158-9/+9
* regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner2011-04-091-1/+1
* Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".Frits van Bommel2011-04-061-7/+7
* Add support for detection of Intel SandyBridge.Roman Divacky2011-04-051-0/+2
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-26/+150
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-0/+14
* Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen2011-03-301-0/+3
* Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen2011-03-301-6/+9
* Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen2011-03-301-1/+13
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-301-0/+8
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-301-0/+26
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-271-0/+10
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-241-5/+9
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-241-9/+5
* We don't need a null terminator for the output file.Rafael Espindola2011-03-221-4/+8
* Properly initialize all fields in CrashReporterCleanupContext. This caused t...Ted Kremenek2011-03-221-1/+1
* Temporarily stop recovering resources in CrashRecoveryContext while I investi...Ted Kremenek2011-03-221-1/+1
* Provide a means for CrashRecovery clients to determine if code is currently r...Ted Kremenek2011-03-211-0/+9
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-201-7/+11
* Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...Ted Kremenek2011-03-191-0/+1
* Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecovery...Ted Kremenek2011-03-191-0/+3
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-181-1/+1
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-181-0/+30
* Initialize the only-used-with-PPC-double-double parts of the APFloat class. ThisBill Wendling2011-03-181-13/+10
* Check RequiresNullTerminator first, or we might read from an invalid address.Rafael Espindola2011-03-181-1/+1
* Augment CrashRecoveryContext to have registered "cleanup" objects that can be...Ted Kremenek2011-03-181-0/+38
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-171-2/+4
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-171-2/+4
* lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi2011-03-161-0/+8
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-161-1/+8
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-161-1/+11
* Add scei vendorJohn Thompson2011-03-151-0/+3
* Don't compute the file size if we don't need to.Rafael Espindola2011-03-101-14/+29
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-102-28/+77
* Try to fix the windows build.Rafael Espindola2011-03-101-2/+2
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-102-77/+28
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-102-28/+77
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-081-1/+1
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-071-1/+1
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-041-3/+7
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-041-9/+13
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-261-0/+4