2009-03-28 |
Chris Lattner | move a large method out of line. |
tree | commitdiff |
2009-03-23 |
Dale Johannesen | Fix internal representation of fp80 to be the |
tree | commitdiff |
2009-03-23 |
Dan Gohman | Now that errs() is properly non-buffered, there's no... |
tree | commitdiff |
2009-03-19 |
Duncan Sands | Fix comment typo. |
tree | commitdiff |
2009-03-17 |
Daniel Dunbar | Add BUILTIN_EXPECT Support/Compiler macro. |
tree | commitdiff |
2009-03-17 |
Daniel Dunbar | raw_ostream: Put all exceptional conditions in raw_ostr... |
tree | commitdiff |
2009-03-17 |
Daniel Dunbar | raw_ostream: Rework implementation of unbuffered stream... |
tree | commitdiff |
2009-03-16 |
Daniel Dunbar | raw_ostream: Replace flush_impl with write_impl, which... |
tree | commitdiff |
2009-03-16 |
Daniel Dunbar | raw_ostream: Lift out flush_nonempty. |
tree | commitdiff |
2009-03-16 |
Daniel Dunbar | Make raw_ostream::operator<<(const void *) fast; it... |
tree | commitdiff |
2009-03-16 |
Daniel Dunbar | Add slow path for single character write, and use exclu... |
tree | commitdiff |
2009-03-13 |
Stuart Hastings | Fix a hashing bug in APInt. A certain pathological... |
tree | commitdiff |
2009-03-13 |
Chris Lattner | just initialize the first element, we don't need to... |
tree | commitdiff |
2009-03-13 |
Chris Lattner | Eliminate a 9640 byte static mutable initialized data... |
tree | commitdiff |
2009-03-12 |
Chris Lattner | static functions don't need an anonymous namespace. |
tree | commitdiff |
2009-03-10 |
Daniel Dunbar | PR3478: raw_ostream should not buffer stderr |
tree | commitdiff |
2009-03-06 |
Dan Gohman | Use c_str() to force the string to be nul-terminated. |
tree | commitdiff |
2009-03-06 |
Chris Lattner | on apple systems, integrate nicely with crash reporter. |
tree | commitdiff |
2009-03-05 |
Duncan Sands | Add missing file. |
tree | commitdiff |
2009-03-05 |
Chris Lattner | Daniel wanted the stack printed upside down. Perhaps he |
tree | commitdiff |
2009-03-05 |
Chris Lattner | indicate what the program args line is. |
tree | commitdiff |
2009-03-04 |
Chris Lattner | add some helper classes for building light-weight symbo... |
tree | commitdiff |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
tree | commitdiff |
2009-02-14 |
Cedric Venet | Unbreak the build on win32. |
tree | commitdiff |
2009-02-13 |
Evan Cheng | Switch from new[] + delete[] to malloc + free since... |
tree | commitdiff |
2009-02-13 |
Evan Cheng | If new[] fails, return 0 rather then trying to derefere... |
tree | commitdiff |
2009-02-07 |
Nick Lewycky | Add an API for strings with possible NULLs in the middl... |
tree | commitdiff |
2009-02-02 |
Mike Stump | Improve -fno-opt style option processing to not require... |
tree | commitdiff |
2009-01-30 |
Mike Stump | Add opposite_of and inverse_opt to support -fno- style... |
tree | commitdiff |
2009-01-28 |
Mikhail Glushenkov | Clarify comment. |
tree | commitdiff |
2009-01-27 |
Torok Edwin | APInt's countLeadingOnes() was broken for negative... |
tree | commitdiff |
2009-01-26 |
Ted Kremenek | Add method raw_fd_ostream::seek() for random access... |
tree | commitdiff |
2009-01-23 |
Devang Patel | Introduce two DWARF attribute extentions DW_AT_APPLE_op... |
tree | commitdiff |
2009-01-21 |
Dale Johannesen | Do not use host floating point types when emitting |
tree | commitdiff |
2009-01-21 |
Chris Lattner | Remove uses of uint32_t in favor of 'unsigned' for... |
tree | commitdiff |
2009-01-21 |
Mikhail Glushenkov | Mimic gcc behaviour with regard to response files. |
tree | commitdiff |
2009-01-21 |
Dale Johannesen | Make special cases (0 inf nan) work for frem. |
tree | commitdiff |
2009-01-20 |
Dale Johannesen | Add an IEEE remainder function, which is not |
tree | commitdiff |
2009-01-20 |
Chris Lattner | improve compatibility with various versions of graphviz... |
tree | commitdiff |
2009-01-19 |
Dale Johannesen | compile-time fmod was done incorrectly. PR 3316. |
tree | commitdiff |
2009-01-19 |
Nick Lewycky | Fix typo, sentence fragment. |
tree | commitdiff |
2009-01-16 |
Mikhail Glushenkov | Support for multi-valued options in CommandLine |
tree | commitdiff |
2009-01-09 |
Misha Brukman | Removed trailing whitespace from Makefiles. |
tree | commitdiff |
2008-12-23 |
Steve Naroff | Tweak --version to include the date and time. |
tree | commitdiff |
2008-12-09 |
Nuno Lopes | remove unused var |
tree | commitdiff |
2008-12-08 |
Nick Lewycky | Fixes for Visual Studio users. Patch by OvermindDL1... |
tree | commitdiff |
2008-12-04 |
Ted Kremenek | Have raw_fd_ostream keep track of the position in the... |
tree | commitdiff |
2008-11-27 |
Nuno Lopes | fix build on some machines. thanks buildbot |
tree | commitdiff |
2008-11-27 |
Nuno Lopes | fix my previous commit r60064: compare strings instead... |
tree | commitdiff |
2008-11-27 |
Bill Wendling | Get rid of bogus "control may reach end of non-void... |
tree | commitdiff |
2008-11-26 |
Ted Kremenek | Add 'tell' method to raw_fd_ostream that clients can... |
tree | commitdiff |
2008-11-26 |
Evan Cheng | Revert r60042. IndVarSimplify should check if APFloat... |
tree | commitdiff |
2008-11-26 |
Nuno Lopes | change AnnotationManager to use 'const char*' instead... |
tree | commitdiff |
2008-11-25 |
Evan Cheng | convertToSignExtendedInteger should return opInvalidOp... |
tree | commitdiff |
2008-11-13 |
Daniel Dunbar | Add Binary flag to raw_fd_ostream constructor. |
tree | commitdiff |
2008-11-03 |
Dan Gohman | Overload AddInteger on int/long/long long instead of... |
tree | commitdiff |
2008-10-26 |
Chris Lattner | fix PR2953, an off-by-one error handling formatted... |
tree | commitdiff |
2008-10-23 |
Ted Kremenek | Added raw_fd_ostream::close(). |
tree | commitdiff |
2008-10-22 |
Julien Lerouge | Fix for PR2881: fix a small leak exposed by valgrind... |
tree | commitdiff |
2008-10-21 |
Daniel Dunbar | Clear raw_fd_ostream error string on success and explai... |
tree | commitdiff |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
tree | commitdiff |
2008-10-12 |
Dale Johannesen | Change TAG_ names to DW_TAG for gcc (testsuite) compati... |
tree | commitdiff |
2008-10-12 |
Dale Johannesen | Change Dwarf comments starting with AT_ to DW_AT_ to |
tree | commitdiff |
2008-10-11 |
Chris Lattner | rearrange some code. |
tree | commitdiff |
2008-10-09 |
Dale Johannesen | Add a "loses information" return value to APFloat:... |
tree | commitdiff |
2008-10-09 |
Dale Johannesen | Rename APFloat::convertToAPInt to bitcastToAPInt to |
tree | commitdiff |
2008-10-07 |
Dale Johannesen | Mark negative-zero-to-int conversion as Inexact, |
tree | commitdiff |
2008-10-06 |
Dale Johannesen | Be more precise about which conversions of NaNs |
tree | commitdiff |
2008-10-06 |
Dale Johannesen | Temporarily revert functionality change from my previou... |
tree | commitdiff |
2008-10-06 |
Dale Johannesen | Mark shortening NaN conversions as Inexact. PR 2856. |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-24 |
Cedric Venet | Updating VC++ project. |
tree | commitdiff |
2008-08-23 |
Chris Lattner | Add raw_stream adaptors that write into an std::string... |
tree | commitdiff |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
tree | commitdiff |
2008-08-23 |
Chris Lattner | add #include |
tree | commitdiff |
2008-08-23 |
Chris Lattner | add a simple mechanism for formatted output. This... |
tree | commitdiff |
2008-08-23 |
Dan Gohman | Add a clear() method to FoldingSet. |
tree | commitdiff |
2008-08-22 |
Chris Lattner | improve support for systems that need unistd.h to get... |
tree | commitdiff |
2008-08-21 |
Owen Anderson | Fix write() when the string being written is larger... |
tree | commitdiff |
2008-08-21 |
Owen Anderson | Move non-trivial methods out of line to avoid code... |
tree | commitdiff |
2008-08-21 |
Owen Anderson | Use raw_ostream throughout the AsmPrinter. |
tree | commitdiff |
2008-08-20 |
Chris Lattner | Move the fast-path (<=i64) cases of various APInt metho... |
tree | commitdiff |
2008-08-20 |
Dan Gohman | It's not necessary to check if a value is null before... |
tree | commitdiff |
2008-08-17 |
Argyrios Kyrtzidis | Get raw_ostream.cpp to compile on MSVC. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | remove a dead APInt ctor. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | add support for a cout/cerr analog (outs()/errs())... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | opening "-" automatically yields stdout. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | rename OutputData to 'write' to match ostream. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | add a new raw_ostream class which is an extremely high... |
tree | commitdiff |
2008-08-12 |
Dan Gohman | Avoid repeatedly reallocating the FoldingSetNodeID... |
tree | commitdiff |
2008-08-05 |
Dan Gohman | Fix several const-correctness issues, resolving some... |
tree | commitdiff |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
tree | commitdiff |
2008-07-20 |
Wojciech Matyjewicz | Fix PR2088. Use modulo linear equation solver to comput... |
tree | commitdiff |
2008-07-14 |
Dan Gohman | Reapply 53476 and 53480, with a fix so that it properly... |
tree | commitdiff |
2008-07-12 |
Evan Cheng | Back out 53476 and 53480 for now. Somehow they cause... |
tree | commitdiff |
2008-07-11 |
Dan Gohman | Add support for putting NamedRegionTimers in TimerGroup... |
tree | commitdiff |
2008-07-11 |
Dan Gohman | Use find instead of lower_bound. |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Add some basic Pool-allocation infrastructure. This... |
tree | commitdiff |
2008-07-01 |
Owen Anderson | Add a version of AddString that takes a const char... |
tree | commitdiff |
next |