aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* There is no reason to include ostream here, include iosfwd instead.Chris Lattner2005-01-291-14/+14
* Fix quotes.Chris Lattner2005-01-291-1/+1
* Unbreak VC++ buildJeff Cohen2005-01-291-0/+1
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-2/+2
* Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner2005-01-231-26/+10
* New method.Chris Lattner2005-01-231-0/+13
* Fix VC++ complaintJeff Cohen2005-01-221-1/+2
* Apparently destroyFile() now throws an exception. Since this class isChris Lattner2005-01-201-2/+4
* Add missing data types for VC++Jeff Cohen2005-01-191-2/+6
* Add a methodChris Lattner2005-01-131-0/+5
* Add support for bottom-up graphs.Chris Lattner2005-01-112-3/+20
* Add a helper methodChris Lattner2005-01-101-1/+5
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-5/+5
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-021-1/+4
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-011-3/+6
* For PR351:Reid Spencer2004-12-221-38/+0
* Fix VC++ compilation errorJeff Cohen2004-12-211-1/+1
* For PR351:Reid Spencer2004-12-191-4/+4
* For PR351:Reid Spencer2004-12-191-20/+21
* For PR351:Reid Spencer2004-12-161-2/+2
* For PR351:Reid Spencer2004-12-161-8/+5
* Get rid of inclusion of config.h because this file is autoconf'd.Reid Spencer2004-12-161-2/+2
* For PR351:Reid Spencer2004-12-151-11/+0
* For PR351:Reid Spencer2004-12-131-7/+2
* For PR351:Reid Spencer2004-12-131-7/+0
* For PR351:Reid Spencer2004-12-131-12/+0
* For PR351:Reid Spencer2004-12-131-11/+0
* For PR351: \Reid Spencer2004-12-131-11/+0
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+1
* Remove commented out functions that have been replaced with lib/SystemReid Spencer2004-12-131-25/+0
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-5/+5
* Fix residual Visual Studio build problemsJeff Cohen2004-12-091-0/+1
* Make a const method constReid Spencer2004-12-051-1/+1
* Restrict the interface to not allow algorithm selectionReid Spencer2004-11-251-35/+18
* Moved into the poolalloc tree.John Criswell2004-11-221-93/+0
* Ignore generated filesChris Lattner2004-11-211-0/+3
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-181-2/+3
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-161-1/+2
* Per code review:Reid Spencer2004-11-161-7/+13
* Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer2004-11-141-33/+0
* Add higher level interface to simplify use of CompressorReid Spencer2004-11-141-13/+88
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-141-0/+8
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Add support for shiftsChris Lattner2004-11-131-0/+12
* defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner2004-11-031-5/+6
* Commented out the _Alloc_traits specialization entirely, as it is onlyJohn Criswell2004-10-281-1/+7
* Only add the _Alloc_traits specialization in if we're compiling forJohn Criswell2004-10-281-0/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-273-17/+21
* Fix headerChris Lattner2004-10-261-1/+1
* * DataTypesFix.h moved to AIXDataTypesFix.hMisha Brukman2004-10-262-12/+9