Fill in the missing patterns for ADC and SBB.
[oota-llvm.git] / lib / Support /
2009-05-18 Eli FriedmanTweak MemoryBuffer::getSTDIN so that it returns after...
2009-05-14 Mike StumpAdd dumping support for DW_AT_APPLE_isa and DW_AT_APPLE...
2009-05-13 Mike StumpFix whitespacing (space after switch).
2009-04-30 Jay FoadMove helper functions for optimizing division by consta...
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-20 Douglas GregorMake all raw_ostreams support the tell() function.
2009-04-15 Chris Lattnerteach EscapeString and UnescapeString to handle ".
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-02 Mikhail GlushenkovFix build on Linux.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-19 Duncan SandsFix comment typo.
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2009-03-17 Daniel Dunbarraw_ostream: Put all exceptional conditions in raw_ostr...
2009-03-17 Daniel Dunbarraw_ostream: Rework implementation of unbuffered stream...
2009-03-16 Daniel Dunbarraw_ostream: Replace flush_impl with write_impl, which...
2009-03-16 Daniel Dunbarraw_ostream: Lift out flush_nonempty.
2009-03-16 Daniel DunbarMake raw_ostream::operator<<(const void *) fast; it...
2009-03-16 Daniel DunbarAdd slow path for single character write, and use exclu...
2009-03-13 Stuart HastingsFix a hashing bug in APInt. A certain pathological...
2009-03-13 Chris Lattnerjust initialize the first element, we don't need to...
2009-03-13 Chris LattnerEliminate a 9640 byte static mutable initialized data...
2009-03-12 Chris Lattnerstatic functions don't need an anonymous namespace.
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-05 Duncan SandsAdd missing file.
2009-03-05 Chris LattnerDaniel wanted the stack printed upside down. Perhaps he
2009-03-05 Chris Lattnerindicate what the program args line is.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-13 Evan ChengSwitch from new[] + delete[] to malloc + free since...
2009-02-13 Evan ChengIf new[] fails, return 0 rather then trying to derefere...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-28 Mikhail GlushenkovClarify comment.
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Chris LattnerRemove uses of uint32_t in favor of 'unsigned' for...
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2009-01-19 Dale Johannesencompile-time fmod was done incorrectly. PR 3316.
2009-01-19 Nick LewyckyFix typo, sentence fragment.
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-12-23 Steve NaroffTweak --version to include the date and time.
2008-12-09 Nuno Lopesremove unused var
2008-12-08 Nick LewyckyFixes for Visual Studio users. Patch by OvermindDL1...
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-11-27 Nuno Lopesfix build on some machines. thanks buildbot
2008-11-27 Nuno Lopesfix my previous commit r60064: compare strings instead...
2008-11-27 Bill WendlingGet rid of bogus "control may reach end of non-void...
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-26 Evan ChengRevert r60042. IndVarSimplify should check if APFloat...
2008-11-26 Nuno Lopeschange AnnotationManager to use 'const char*' instead...
2008-11-25 Evan ChengconvertToSignExtendedInteger should return opInvalidOp...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-10-26 Chris Lattnerfix PR2953, an off-by-one error handling formatted...
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-22 Julien LerougeFix for PR2881: fix a small leak exposed by valgrind...
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-12 Dale JohannesenChange TAG_ names to DW_TAG for gcc (testsuite) compati...
2008-10-12 Dale JohannesenChange Dwarf comments starting with AT_ to DW_AT_ to
2008-10-11 Chris Lattnerrearrange some code.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-07 Dale JohannesenMark negative-zero-to-int conversion as Inexact,
2008-10-06 Dale JohannesenBe more precise about which conversions of NaNs
2008-10-06 Dale JohannesenTemporarily revert functionality change from my previou...
2008-10-06 Dale JohannesenMark shortening NaN conversions as Inexact. PR 2856.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-24 Cedric VenetUpdating VC++ project.
2008-08-23 Chris LattnerAdd raw_stream adaptors that write into an std::string...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris Lattneradd #include
2008-08-23 Chris Lattneradd a simple mechanism for formatted output. This...
2008-08-23 Dan GohmanAdd a clear() method to FoldingSet.
2008-08-22 Chris Lattnerimprove support for systems that need unistd.h to get...
2008-08-21 Owen AndersonFix write() when the string being written is larger...
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-20 Chris LattnerMove the fast-path (<=i64) cases of various APInt metho...
2008-08-20 Dan GohmanIt's not necessary to check if a value is null before...
2008-08-17 Argyrios KyrtzidisGet raw_ostream.cpp to compile on MSVC.
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
next