summaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)AuthorFilesLines
2005-03-09Use static_cast and #include Instructions.hChris Lattner1-6/+10
2005-02-27Fix this to create a recursive mutex. Patch by Evan Jones!Chris Lattner1-4/+27
2005-02-27Rename include guard, patch contributed by Evan Jones!Chris Lattner2-4/+4
2005-02-13Move private helper function into the only .cpp file that uses it.Chris Lattner1-18/+0
2005-02-01Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner1-10/+5
2005-01-29There is no reason to include ostream here, include iosfwd instead.Chris Lattner1-14/+14
2005-01-29Fix quotes.Chris Lattner1-1/+1
2005-01-29Unbreak VC++ buildJeff Cohen1-0/+1
2005-01-29Memory used is a delta between memuse at the start of the time and theChris Lattner1-2/+2
2005-01-23Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner1-26/+10
2005-01-23New method.Chris Lattner1-0/+13
2005-01-22Fix VC++ complaintJeff Cohen1-1/+2
2005-01-20Apparently destroyFile() now throws an exception. Since this class isChris Lattner1-2/+4
2005-01-19Add missing data types for VC++Jeff Cohen1-2/+6
2005-01-13Add a methodChris Lattner1-0/+5
2005-01-11Add support for bottom-up graphs.Chris Lattner2-3/+20
2005-01-10Add a helper methodChris Lattner1-1/+5
2005-01-08Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen1-5/+5
2005-01-02Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer1-1/+4
2005-01-01Implement a function to print a warning if bytecode output is to be sent toReid Spencer1-3/+6
2004-12-22For PR351:Reid Spencer1-38/+0
2004-12-21Fix VC++ compilation errorJeff Cohen1-1/+1
2004-12-19For PR351:Reid Spencer1-4/+4
2004-12-19For PR351:Reid Spencer1-20/+21
2004-12-16For PR351:Reid Spencer1-2/+2
2004-12-16For PR351:Reid Spencer1-8/+5
2004-12-16Get rid of inclusion of config.h because this file is autoconf'd.Reid Spencer1-2/+2
2004-12-15For PR351:Reid Spencer1-11/+0
2004-12-13For PR351:Reid Spencer1-7/+2
2004-12-13For PR351:Reid Spencer1-7/+0
2004-12-13For PR351:Reid Spencer1-12/+0
2004-12-13For PR351:Reid Spencer1-11/+0
2004-12-13For PR351: \Reid Spencer1-11/+0
2004-12-13Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer1-1/+1
2004-12-13Remove commented out functions that have been replaced with lib/SystemReid Spencer1-25/+0
2004-12-13For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer1-5/+5
2004-12-09Fix residual Visual Studio build problemsJeff Cohen1-0/+1
2004-12-05Make a const method constReid Spencer1-1/+1
2004-11-25Restrict the interface to not allow algorithm selectionReid Spencer1-35/+18
2004-11-22Moved into the poolalloc tree.John Criswell1-93/+0
2004-11-21Ignore generated filesChris Lattner1-0/+3
2004-11-18Update comments, now that CPR's are gone, inline the methodsChris Lattner1-2/+3
2004-11-16Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer1-1/+2
2004-11-16Per code review:Reid Spencer1-7/+13
2004-11-14Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer1-33/+0
2004-11-14Add higher level interface to simplify use of CompressorReid Spencer1-13/+88
2004-11-14Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer1-0/+8
2004-11-13Add useful method, minor cleanupsChris Lattner1-3/+7
2004-11-13Add support for shiftsChris Lattner1-0/+12
2004-11-03defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner1-5/+6