Add freed memory poisoning in !NDEBUG mode for DenseMap.
[oota-llvm.git] / lib / Support /
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-17 Daniel DunbarProvide slightly more refined error message when trying...
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Dan GohmanUse size_t.
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-15 Dan GohmanChange raw_ostream so that it doesn't call llvm_report_...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-15 Dan GohmanCheck for errors on close(2) too. And lseek(2).
2009-07-15 Dan GohmanUse 0664 instead of 0644 for the default open mode...
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarDetect write failures on raw_fd_ostream.
2009-07-15 Daniel DunbarFix stupid thinko
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Ted KremenekUpdate CMake file.
2009-07-15 Daniel DunbarAdd new TargetRegistry.
2009-07-14 Chris Lattnerminor syntax cleanup
2009-07-14 Ted KremenekUpdate CMake file.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Daniel DunbarSwitch to raw_ostream.
2009-07-13 Nick LewyckyFix an error in ConstantRange::getSignedMax on wrapped...
2009-07-13 Nick Lewycky'i8 full-range' sign extended to i16 should equal ...
2009-07-13 Nick LewyckyMultiply was very wrong for wrapped ranges. This suppli...
2009-07-13 Nick LewyckyFix a bug summing two full sets. The overflow checking...
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Nick LewyckyFix handling of max and full set.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-09 David GreeneAdd some hooks that a redesigned AsmStream needs to...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-07 Mike StumpFix build.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Torok EdwinFix braces.
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-07-01 Daniel DunbarTweak FindExecutable so that relative executable paths...
2009-07-01 Daniel DunbarFix FindExecutable to work if given an absolute executa...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-26 Owen AndersonUse atomic operations for accessing this global counter.
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-25 Owen AndersonSupport thread-local pretty stack traces.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Lang HamesSwitched size_t to int64_t to prevent type mismatch...
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Owen AndersonMake the lazy initialization of DefaultTimerGroup threa...
2009-06-23 Owen AndersonRevert r73923, which broke clang.
2009-06-23 Owen AndersonGuard the plugin loader.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-06-22 Owen AndersonGuard the statistics table.
2009-06-22 Owen AndersonGuard the global annotation tables.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-06-18 Ted KremenekUpdate CMake files to account for new location of Threa...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-16 Owen AndersonAdd newline at end of file.
2009-06-16 Douglas GregorAdd Threading.cpp to the CMake project files
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-05-30 Bill WendlingUntabification.
2009-05-27 Douglas GregorMinor fix for CMake build system
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-05-21 Evan Cheng80 column violation.
2009-05-20 Owen AndersonHave llvm_start_multithreaded return a bool indicating...
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
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...
next