aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2011-05-22fix a bug for hosts without round, PR8893.Chris Lattner
2011-05-22random comment cleanups.Chris Lattner
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-20Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer
2011-05-19Revert my previous patch. The cmake build had already been fixed.Rafael Espindola
2011-05-18Fix the cmake build.Rafael Espindola
2011-05-18Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman
2011-05-18Third pass at allowing plugins to modify default passes. This time with a tw...Eli Friedman
2011-05-18Revert r131556; it's breaking buildbots/clang tests.Eli Friedman
2011-05-18Second pass at allowing plugins to modify default passes. This time without ...David Chisnall
2011-05-17Don't include information about the build into the information returned byRafael Espindola
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel
2011-05-12Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel
2011-05-11Typo and missing checkin from r131186.Andrew Trick
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-05-02In option typo correction, consider -foo=VALUE flags as two distinct parts. TheNick Lewycky
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-04-29Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor
2011-04-28Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek
2011-04-28Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani
2011-04-25allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499,Chris Lattner
2011-04-23Like the coding standards say, do not use "using namespace std".Jay Foad
2011-04-22Add support for 64-bit object files to Path.Eric Christopher
2011-04-21Add DW_OP_bit_piece.Devang Patel
2011-04-20sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar
2011-04-20PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski
2011-04-19ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar
2011-04-19ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will removeDaniel Dunbar
2011-04-19ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.Daniel Dunbar
2011-04-19ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOSDaniel Dunbar
2011-04-19ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.Daniel Dunbar
2011-04-19ADT/Triple: Add support for more explicit "osx" and "ios" OS names.Daniel Dunbar
2011-04-18Add BumpPtrAllocator::getTotalMemory() to allow clients to query how much mem...Ted Kremenek
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel
2011-04-15Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-09regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner
2011-04-06Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".Frits van Bommel
2011-04-05Add support for detection of Intel SandyBridge.Roman Divacky
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2011-04-03Assorted bugfixes in object file handling:Eric Christopher
2011-03-30Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen
2011-03-30Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen
2011-03-30Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen
2011-03-30Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer
2011-03-30Add APFloat::getExactInverse.Benjamin Kramer
2011-03-27Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel
2011-03-24revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick
2011-03-24Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer
2011-03-22We don't need a null terminator for the output file.Rafael Espindola