- d56786f Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 16 years ago
- fcba7cd indicate what the program args line is. by Chris Lattner · 16 years ago
- e97c733 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 16 years ago
- 13319ce The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. by Devang Patel · 16 years ago
- aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
- e2b3fdd Switch from new[] + delete[] to malloc + free since llvm does not catch C++ exceptions. by Evan Cheng · 17 years ago
- 726135a If new[] fails, return 0 rather then trying to dereference a null pointer. by Evan Cheng · 17 years ago
- f996831 Add an API for strings with possible NULLs in the middle. Refactor the other by Nick Lewycky · 17 years ago
- d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 17 years ago
- d6f175b Add opposite_of and inverse_opt to support -fno- style options. This by Mike Stump · 17 years ago
- 6c55b1c Clarify comment. by Mikhail Glushenkov · 17 years ago
- 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 17 years ago
- 9c27886 Add method raw_fd_ostream::seek() for random access within a file. by Ted Kremenek · 17 years ago
- 3b64c6b Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. by Devang Patel · 17 years ago
- 541ed9f Do not use host floating point types when emitting by Dale Johannesen · 17 years ago
- 455e9ab Remove uses of uint32_t in favor of 'unsigned' for better by Chris Lattner · 17 years ago
- 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 17 years ago
- ed6af24 Make special cases (0 inf nan) work for frem. by Dale Johannesen · 17 years ago
- 24b66a8 Add an IEEE remainder function, which is not by Dale Johannesen · 17 years ago
- ccb3ab4 improve compatibility with various versions of graphviz, patch by by Chris Lattner · 17 years ago
- 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 17 years ago
- 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 17 years ago
- 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 17 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
- 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 17 years ago
- 34283c8 remove unused var by Nuno Lopes · 17 years ago
- 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 17 years ago
- d75ba1c Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush(). by Ted Kremenek · 17 years ago
- 440954c fix build on some machines. thanks buildbot by Nuno Lopes · 17 years ago
- 4ba9aac fix my previous commit r60064: compare strings instead of pointers by Nuno Lopes · 17 years ago
- b7c0d94 Get rid of bogus "control may reach end of non-void function ‘...’ being by Bill Wendling · 17 years ago
- 5984680 Add 'tell' method to raw_fd_ostream that clients can use to query the current location in the file the stream is writing to. by Ted Kremenek · 17 years ago
- 794a7db Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble first before trying to convert it to an integer. by Evan Cheng · 17 years ago
- 08d67c7 change AnnotationManager to use 'const char*' instead of std::string. this fixes the leakage of those strings and avoids the creation of such strings in static cosntructors (should result in a little improvement of startup time) by Nuno Lopes · 17 years ago
- 88f2d6c convertToSignExtendedInteger should return opInvalidOp instead of asserting if sematics of float does not allow arithmetics. by Evan Cheng · 17 years ago
- 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 17 years ago
- 20cd13f Overload AddInteger on int/long/long long instead of on int/int64_t, by Dan Gohman · 17 years ago
- f61ca1e fix PR2953, an off-by-one error handling formatted i/o. by Chris Lattner · 17 years ago
- 43d1f02 Added raw_fd_ostream::close(). by Ted Kremenek · 17 years ago
- e7d3af5 Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic. by Julien Lerouge · 17 years ago
- 48534b3 Clear raw_fd_ostream error string on success and explain behavior in by Daniel Dunbar · 17 years ago
- b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 17 years ago
- ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 17 years ago
- 119c30b rearrange some code. by Chris Lattner · 17 years ago
- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
- e4a4245 Mark negative-zero-to-int conversion as Inexact, by Dale Johannesen · 17 years ago
- 2df5eec Be more precise about which conversions of NaNs by Dale Johannesen · 17 years ago
- 65609f2 Temporarily revert functionality change from my previous patch; by Dale Johannesen · 17 years ago
- d3d8ce3 Mark shortening NaN conversions as Inexact. PR 2856. by Dale Johannesen · 17 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
- a3f343f Updating VC++ project. by Cedric Venet · 17 years ago
- 78a2812 Add raw_stream adaptors that write into an std::string and SmallVector/SmallString. by Chris Lattner · 17 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- 42f77ab add #include by Chris Lattner · 17 years ago
- 097af7f add a simple mechanism for formatted output. This gives raw_ostream's by Chris Lattner · 17 years ago
- 535de1a Add a clear() method to FoldingSet. by Dan Gohman · 17 years ago
- 969a46a improve support for systems that need unistd.h to get STDOUT_FILENO. by Chris Lattner · 17 years ago
- fd2a053 Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases by Owen Anderson · 17 years ago
- 66b17ba Move non-trivial methods out of line to avoid code-size bloat. by Owen Anderson · 17 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- 98f8ccf Move the fast-path (<=i64) cases of various APInt methods inline by Chris Lattner · 17 years ago
- eace52f It's not necessary to check if a value is null before delete[]. by Dan Gohman · 17 years ago
- b68dc36 Get raw_ostream.cpp to compile on MSVC. by Argyrios Kyrtzidis · 17 years ago
- fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
- 9f17eb0 remove a dead APInt ctor. by Chris Lattner · 17 years ago
- 07f51f7 add support for a cout/cerr analog (outs()/errs()) as well as by Chris Lattner · 17 years ago
- c52b128 opening "-" automatically yields stdout. by Chris Lattner · 17 years ago
- d497df5 rename OutputData to 'write' to match ostream. by Chris Lattner · 17 years ago
- 60d3962 add a new raw_ostream class which is an extremely high performance ostream that by Chris Lattner · 17 years ago
- ee4bd9a Avoid repeatedly reallocating the FoldingSetNodeID when searching by Dan Gohman · 17 years ago
- 430b8a2 Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
- fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
- 5e84368 Reapply 53476 and 53480, with a fix so that it properly updates by Dan Gohman · 17 years ago
- b5eec33 Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. by Evan Cheng · 17 years ago
- dbe2a5a Add support for putting NamedRegionTimers in TimerGroups, and by Dan Gohman · 17 years ago
- c418bf3 Use find instead of lower_bound. by Dan Gohman · 17 years ago
- e14d81d Add some basic Pool-allocation infrastructure. This adds a Recycler class, by Dan Gohman · 17 years ago
- 72e61b8 Add a version of AddString that takes a const char* so we can avoid extraneous by Owen Anderson · 17 years ago
- 153d28a Append to the ActiveTimers std::vector before looking at the timer instead by Dan Gohman · 17 years ago
- 300c6c5 First step to fix PR2088. Implement routine to compute the by Wojciech Matyjewicz · 17 years ago
- 95df6b3 Avoid creating a redundant zero APInt. by Dan Gohman · 17 years ago
- 8d6a58c Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" throughout FoldingSet.cpp. by Ted Kremenek · 17 years ago
- bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 17 years ago
- 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
- eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
- 7edd009 Tidy up whitespace in ConstantRange::print output. by Dan Gohman · 17 years ago
- 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
- 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
- 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
- 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
- 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
- 48e8c80 Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. by Evan Cheng · 17 years ago
- 8811080 fcntl.h is pretty standard on unix (without the sys/) by Gabor Greif · 17 years ago
- 3e2dda6 Fix a pointer-arithmetic bug that caused 64-bit host pointer values to by Dan Gohman · 17 years ago
- c971562 Bug fix in BumpPtrAllocator: don't assume that all objects have the same alignment. "Bump" of the pointer for the next allocated object to be of the specified alignment. by Ted Kremenek · 17 years ago
- beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago