Update comments for SandyBridge CPU identifiers.
[oota-llvm.git] / lib / Support /
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...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallPtrSet instances.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-24 Andrew Trickrevert r128199 until it can be made to work with Fronte...
2011-03-24 Michael J. SpencerRemove all uses of PATH_MAX and MAXPATHLEN from PathV2.
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Ted KremenekProperly initialize all fields in CrashReporterCleanupC...
2011-03-22 Ted KremenekTemporarily stop recovering resources in CrashRecoveryC...
2011-03-21 Ted KremenekProvide a means for CrashRecovery clients to determine...
2011-03-20 Benjamin KramerAvoid initializing posix_spawn_file_actions_t if not...
2011-03-19 Ted KremenekTweak CrashRecoveryContextCleanup to provide an easy...
2011-03-19 Ted KremenekTweak CrashRecoveryContext::GetCurrent() to return...
2011-03-18 Jim GrosbachsetExecutable() should default to success if there...
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-18 Bill WendlingInitialize the only-used-with-PPC-double-double parts...
2011-03-18 Rafael EspindolaCheck RequiresNullTerminator first, or we might read...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-16 NAKAMURA Takumilib/Support/raw_ostream.cpp: On mingw, report_fatal_err...
2011-03-16 NAKAMURA TakumiWindows/PathV2.inc: [PR8520] Recognize "NUL" as special...
2011-03-16 NAKAMURA TakumiWindows/Path.inc: [PR6270] PathV1::makeUnique(): Give...
2011-03-15 John ThompsonAdd scei vendor
2011-03-10 Rafael EspindolaDon't compute the file size if we don't need to.
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Rafael EspindolaTry to fix the windows build.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-08 NAKAMURA Takumilib/Support/regcomp.c: Fix cygwin warning.
2011-03-07 NAKAMURA TakumiWindows/PathV2.inc: Eliminate redundant condition....
2011-03-04 Benjamin Kramerraw_ostream: while it is generally desirable to do...
2011-03-04 Benjamin Kramerraw_ostream: If writing a string that is larger than...
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Chris Lattnerimprove support for OpenBSD, patch by Amit Kulkarni!
2011-02-18 Argyrios KyrtzidisCheck the errorcode.
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
next