summaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-10/+21
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-021-19/+52
* Tweak FindExecutable so that relative executable paths work as well.Daniel Dunbar2009-07-011-2/+3
* Fix FindExecutable to work if given an absolute executable path name.Daniel Dunbar2009-07-011-5/+10
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-301-0/+6
* Temporarily revert r74494. It was causing failures in the unit tests.Bill Wendling2009-06-301-6/+0
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-301-1/+1
* Define an operator<< for APInt to be used with std::ostream.Dan Gohman2009-06-301-0/+6
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-3/+7
* Add triple for OpenBSD.Duncan Sands2009-06-291-0/+3
* Use atomic operations for accessing this global counter.Owen Anderson2009-06-261-3/+6
* Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nbyDouglas Gregor2009-06-261-0/+2
* Support thread-local pretty stack traces.Owen Anderson2009-06-251-7/+8
* Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson2009-06-231-4/+8
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-1/+53
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-19/+19
* Switched size_t to int64_t to prevent type mismatch in call to max.Lang Hames2009-06-231-2/+2
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-2/+2
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-17/+17
* Make the lazy initialization of DefaultTimerGroup threadsafe.Owen Anderson2009-06-231-8/+14
* Revert r73923, which broke clang.Owen Anderson2009-06-231-18/+10
* Guard the plugin loader.Owen Anderson2009-06-231-0/+5
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-10/+18
* Guard the statistics table.Owen Anderson2009-06-221-1/+3
* Guard the global annotation tables.Owen Anderson2009-06-221-13/+25
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-6/+6
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-0/+20
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-212-5/+6
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-6/+6
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-0/+107
* Add support for AuroraUX. Patch by evocallaghan.Duncan Sands2009-06-191-1/+4
* Update CMake files to account for new location of Threading.cpp.Ted Kremenek2009-06-181-1/+0
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-63/+0
* Add newline at end of file.Owen Anderson2009-06-161-1/+1
* Add Threading.cpp to the CMake project filesDouglas Gregor2009-06-161-0/+1
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-162-20/+67
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-041-0/+30
* Add support for letting the client choose different flavors of NaNs. Testcas...Mike Stump2009-05-301-6/+12
* Untabification.Bill Wendling2009-05-301-1/+1
* Minor fix for CMake build systemDouglas Gregor2009-05-271-0/+1
* Add llvm::triple constructor from arch, vendor, os strings, and recognizeDaniel Dunbar2009-05-221-0/+3
* 80 column violation.Evan Cheng2009-05-211-1/+1
* Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson2009-05-201-2/+3
* Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson2009-05-201-8/+45
* Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. Eli Friedman2009-05-181-3/+6
* Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.Mike Stump2009-05-141-0/+2
* Fix whitespacing (space after switch).Mike Stump2009-05-133-33/+32
* Move helper functions for optimizing division by constant into the APIntJay Foad2009-04-301-0/+92
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-291-0/+3
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-251-7/+9