summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support
Commit message (Expand)AuthorAgeFilesLines
* This is a dead directory nowChris Lattner2004-09-211-5/+0
* Changes For Bug 352Reid Spencer2004-09-0141-6173/+0
* Add size member function.Alkis Evlogimenos2004-08-271-0/+4
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-261-12/+18
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-181-8/+7
* Add an overloadChris Lattner2004-08-171-0/+7
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-171-0/+7
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-131-24/+34
* Fix typo in comment.Brian Gaeke2004-07-291-1/+1
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-251-14/+28
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-241-2/+3
* Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke2004-07-211-0/+3
* Add greater_ptr functor.Alkis Evlogimenos2004-07-211-0/+7
* Add prototypes for platform-independent wrappers for isinf().Brian Gaeke2004-07-211-0/+4
* Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman2004-07-201-1/+1
* Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman2004-07-201-1/+1
* isupper() and tolower() are declared in <ctype.h>Misha Brukman2004-07-201-3/+3
* Added support for stdint.h. It is now automatically included byJohn Criswell2004-07-191-0/+1
* Add a new macro to be used for the end of enum lists.Chris Lattner2004-07-161-0/+1
* Give SetVector range supportChris Lattner2004-07-151-1/+17
* Fix warning compiling with VC++Chris Lattner2004-07-121-2/+2
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-111-0/+3
* Add a new headerChris Lattner2004-07-111-0/+35
* Get rid of some cruft in the insert method.Reid Spencer2004-07-081-3/+3
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-081-0/+108
* Add more operators.Alkis Evlogimenos2004-07-041-0/+2
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-271-1/+1
* Unbreak the build. tsk tskChris Lattner2004-06-251-1/+1
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-241-0/+7
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-231-0/+4
* Add some constants for VCChris Lattner2004-06-041-3/+11
* Fix a *really* dumb warning on VCChris Lattner2004-06-041-1/+1
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-041-1/+1
* Silence a warningChris Lattner2004-06-041-1/+1
* Add ssize_t for VC++Chris Lattner2004-06-041-2/+3
* Add more needed typedefsChris Lattner2004-06-041-0/+2
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-041-4/+4
* Make this work with VC++Chris Lattner2004-06-041-0/+7
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-031-1/+1
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-031-4/+5
* Add a new CopyFile functionChris Lattner2004-06-021-1/+5
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-301-0/+6
* Add a new function for the JITChris Lattner2004-05-281-0/+7
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-281-1/+11
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-271-32/+0
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-231-32/+52
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-071-2/+3
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-3/+2
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-1/+1
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-161-1/+1
OpenPOWER on IntegriCloud