aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!Nick Lewycky2011-06-221-2/+2
* add option for literal formatting to APInt::toString()Ted Kremenek2011-06-151-3/+34
* Aliased flag options should be directed to stdout, not stderr to be consisten...Evan Cheng2011-06-131-2/+2
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-112-0/+45
* add another sandybridge alias.Chris Lattner2011-06-091-0/+1
* singed int causes signed extension, which contradicts the intention to pick upZhongxing Xu2011-06-031-1/+1
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-4/+6
* ...this is not a good commit day for me.John McCall2011-05-291-7/+0
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-291-0/+7
* fix a bug for hosts without round, PR8893.Chris Lattner2011-05-221-1/+1
* random comment cleanups.Chris Lattner2011-05-221-4/+4
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-213-14/+13
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-201-1/+1
* Revert my previous patch. The cmake build had already been fixed.Rafael Espindola2011-05-191-1/+0
* Fix the cmake build.Rafael Espindola2011-05-181-0/+1
* Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman2011-05-181-247/+0
* Third pass at allowing plugins to modify default passes. This time with a tw...Eli Friedman2011-05-181-0/+247
* Revert r131556; it's breaking buildbots/clang tests.Eli Friedman2011-05-181-247/+0
* Second pass at allowing plugins to modify default passes. This time without ...David Chisnall2011-05-181-0/+247
* Don't include information about the build into the information returned byRafael Espindola2011-05-171-29/+0
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-121-1/+1
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-121-0/+1
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+2
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-112-4/+8
* In option typo correction, consider -foo=VALUE flags as two distinct parts. TheNick Lewycky2011-05-021-5/+12
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-31/+2
* Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor2011-04-291-3/+3
* Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek2011-04-281-0/+8
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-281-21/+0
* allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499,Chris Lattner2011-04-251-0/+5
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-231-1/+0
* Add support for 64-bit object files to Path.Eric Christopher2011-04-221-4/+10
* Add DW_OP_bit_piece.Devang Patel2011-04-211-0/+1
* sys/Host: Change getHostTriple() to return the full Darwin version on OS X.Daniel Dunbar2011-04-201-4/+1
* PTX: Add intrinsics to list of built-in intrinsics, which allows them to beJustin Holewinski2011-04-201-10/+20
* ADT/Triple: Drop support for -osx style triples, we are going with -macosxDaniel Dunbar2011-04-191-3/+0
* 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