Define instructions for cmovo and cmovno.
[oota-llvm.git] / lib / Support /
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())...
2008-08-17 Chris Lattneropening "-" automatically yields stdout.
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...
2008-08-12 Dan GohmanAvoid repeatedly reallocating the FoldingSetNodeID...
2008-08-05 Dan GohmanFix several const-correctness issues, resolving some...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-06-24 Dan GohmanAppend to the ActiveTimers std::vector before looking...
2008-06-23 Wojciech MatyjewiczFirst step to fix PR2088. Implement routine to compute the
2008-06-21 Dan GohmanAvoid creating a redundant zero APInt.
2008-06-17 Ted KremenekConsistently set "Buckets[NumBuckets] = reinterpret_cas...
2008-06-05 Zhou ShengAs comments said, for negative value, the arithmetic
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-27 Dan GohmanTidy up whitespace in ConstantRange::print output.
2008-05-14 Dale JohannesenDon't assume underlying APInt type is limited
2008-05-14 Dale JohannesenRemove undefined behavior in hex string->APFloat
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Dan GohmanMake firstEightPowers const.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-04-30 Gabor Greiffcntl.h is pretty standard on unix (without the sys/)
2008-04-28 Dan GohmanFix a pointer-arithmetic bug that caused 64-bit host...
2008-04-28 Ted KremenekBug fix in BumpPtrAllocator: don't assume that all...
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-23 Dan GohmanMake these variables static.
2008-04-20 Dale JohannesenCheck that APFloat::convert is not trying to target
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2008-04-10 Dan GohmanMake several symbols static.
2008-04-01 Bill WendlingFix compilation errors on MSVC. Patch by Argiris Kirtzidis!
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris LattnerReimplement MemoryBuffer::getFile with three enhancements:
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris LattnerChange DiffFilesWithTolerance to be written in terms...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-16 Bill WendlingAdd assert for non-hexadecimal radixes.
2008-03-07 Evan ChengFix a typo. It's causing consumer-typeset to miscompile...
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Ted KremenekFixed bug in APInt::Profile() where the BitWidth field...
2008-02-15 Ted KremenekFixed bug in FoldingSetIteratorImpl where we did not...
2008-02-14 Dan GohmanFix a warning about comparison between signed and unsigned,
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
next