Change testcase commandline to be more strict and silence buildbots
[oota-llvm.git] / lib / Support /
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-28 Nick LewyckyFix integer overflow bug in raw_ostream::write. This...
2011-08-27 Benjamin KramerReport failure if there are less bytes than requested...
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-23 NAKAMURA Takumilib/Support/Windows/Windows.h: Update required IE ver...
2011-08-22 Ivan KrasinAdd NativeClient support to Triple::ParseOS.
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-20 Benjamin KramerPathV2: Handle more reserved filenames on windows.
2011-08-20 NAKAMURA Takumilib/Support/CrashRecoveryContext.cpp: Add Win32 support...
2011-08-20 NAKAMURA Takumilib/Support/Windows/Windows.h: Require at least Windows...
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-08-17 Jordy RoseStatic fields require an out-of-line definition. Fix...
2011-08-17 Jordy RoseUnbork Windows build. Thanks, Francois.
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-10 Bob WilsonClarify a comment.
2011-08-09 Bob WilsonPut Darwin-specific code inside an __APPLE__ ifdef.
2011-08-09 Bob WilsonRecognize the UNAME_RELEASE environment variable to...
2011-07-30 Sean CallananAdded several architecture names.
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-27 Jakub StaszakOptimize 96-bit division a little bit.
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-27 Frits van BommelTrim includes.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-07-22 NAKAMURA Takumilib/Support/Triple.cpp: Recognize "-march=ppc32" to...
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Benjamin KramerSimplify & microoptimize code. No intended functionalit...
2011-07-15 Frits van BommelIn Twine::str(), if the Twine stores only a std::string...
2011-07-15 Chandler CarruthExplicitly cast the second argument to unsigned in...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-07-07 Joerg SonnenbergerRecognize mipseb as alias for mips for symmetry with...
2011-07-06 Eli FriedmanFix missing triple support for RTEMS target.
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-07-02 Duncan SandsRevert previous commit. It seems that whether casting...
2011-07-02 Duncan SandsSupress gcc-4.5 warning about the result not being...
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
2011-06-13 Evan ChengAliased flag options should be directed to stdout,...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-06-03 Zhongxing Xusinged int causes signed extension, which contradicts...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-22 Chris Lattnerfix a bug for hosts without round, PR8893.
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-19 Rafael EspindolaRevert my previous patch. The cmake build had already...
2011-05-18 Rafael EspindolaFix the cmake build.
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
2011-05-17 Rafael EspindolaDon't include information about the build into the...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-02 Nick LewyckyIn option typo correction, consider -foo=VALUE flags...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-04-29 Douglas GregorInclude <pthread.h> before we use pthread_self/pthread_kill
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-22 Eric ChristopherAdd support for 64-bit object files to Path.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-20 Daniel Dunbarsys/Host: Change getHostTriple() to return the full...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Fix Triple::getArchNameForAssembler to...
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-04-18 Ted KremenekAdd BumpPtrAllocator::getTotalMemory() to allow clients...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-09 Chris Lattnerregexes are allowed to match empty things, e.g. {{...
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
next