Age | Commit message (Expand) | Author |
2009-06-23 | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson |
2009-06-23 | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson |
2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
2009-06-23 | Switched size_t to int64_t to prevent type mismatch in call to max. | Lang Hames |
2009-06-23 | Actually, these need to be signed integers, not unsigned. | Owen Anderson |
2009-06-23 | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson |
2009-06-23 | Make the lazy initialization of DefaultTimerGroup threadsafe. | Owen Anderson |
2009-06-23 | Revert r73923, which broke clang. | Owen Anderson |
2009-06-23 | Guard the plugin loader. | Owen Anderson |
2009-06-22 | Add guards around timer groups, which can be shared. | Owen Anderson |
2009-06-22 | Guard the statistics table. | Owen Anderson |
2009-06-22 | Guard the global annotation tables. | Owen Anderson |
2009-06-21 | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner |
2009-06-21 | move include searching logic from TGLexer to SourceMgr. | Chris Lattner |
2009-06-21 | Rename TGSourceMgr -> SourceMgr. | Chris Lattner |
2009-06-21 | rename TGLoc -> SMLoc. | Chris Lattner |
2009-06-21 | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner |
2009-06-19 | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands |
2009-06-18 | Update CMake files to account for new location of Threading.cpp. | Ted Kremenek |
2009-06-18 | Move Threading.[h|cpp] from Support to System. | Owen Anderson |
2009-06-16 | Add newline at end of file. | Owen Anderson |
2009-06-16 | Add Threading.cpp to the CMake project files | Douglas Gregor |
2009-06-16 | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson |
2009-06-04 | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin |
2009-05-30 | Add support for letting the client choose different flavors of NaNs. Testcas... | Mike Stump |
2009-05-30 | Untabification. | Bill Wendling |
2009-05-27 | Minor fix for CMake build system | Douglas Gregor |
2009-05-22 | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar |
2009-05-21 | 80 column violation. | Evan Cheng |
2009-05-20 | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson |
2009-05-20 | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson |
2009-05-18 | Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. | Eli Friedman |
2009-05-14 | Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block. | Mike Stump |
2009-05-13 | Fix whitespacing (space after switch). | Mike Stump |
2009-04-30 | Move helper functions for optimizing division by constant into the APInt | Jay Foad |
2009-04-29 | Add support for a character after a command line option. Like '-Os'. | Bill Wendling |
2009-04-25 | Fix PR4040: APInt's string constructor is too strict | Chris Lattner |
2009-04-20 | Make all raw_ostreams support the tell() function. | Douglas Gregor |
2009-04-15 | teach EscapeString and UnescapeString to handle ". | Chris Lattner |
2009-04-08 | Remove AllowInverse: it leaks memory and is not the right | Chris Lattner |
2009-04-02 | Fix build on Linux. | Mikhail Glushenkov |
2009-04-01 | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-04-01 | * Fixed spelling of `invertible' | Misha Brukman |
2009-03-28 | move a large method out of line. | Chris Lattner |
2009-03-23 | Fix internal representation of fp80 to be the | Dale Johannesen |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
2009-03-19 | Fix comment typo. | Duncan Sands |
2009-03-17 | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar |
2009-03-17 | raw_ostream: Put all exceptional conditions in raw_ostream::write | Daniel Dunbar |