summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
| | | | llvm-svn: 3062
* Add forward_iterator wrapperChris Lattner2002-07-241-0/+7
| | | | llvm-svn: 3061
* Add another GCC2.95->3.1 compatibility headerChris Lattner2002-07-241-0/+36
| | | | llvm-svn: 3060
* Spiff up the header filesChris Lattner2002-07-242-0/+25
| | | | llvm-svn: 3059
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-243-1/+13
| | | | | | | GCC 2.95, GCC 3.0.4 and GCC 3.1 all concurrently, without having to delete headers after a chackou. llvm-svn: 3055
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20
| | | | llvm-svn: 3052
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
| | | | llvm-svn: 3051
* Disable the operator= in ValueChris Lattner2002-07-241-0/+3
| | | | | | Disable the copy ctor and operator= in Annotation.h llvm-svn: 3048
* Initial checkinChris Lattner2002-07-231-0/+65
| | | | llvm-svn: 3005
* Add support for removing an option from a genericparserChris Lattner2002-07-231-1/+16
| | | | llvm-svn: 2998
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-231-3/+4
| | | | llvm-svn: 2997
* Checkin CommandLine 2.0Chris Lattner2002-07-221-229/+762
| | | | llvm-svn: 2982
* changes to make it compatible with 64bit gccAnand Shukla2002-06-253-6/+6
| | | | llvm-svn: 2786
* MEGAPATCH checkin.Chris Lattner2002-06-252-23/+725
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-231-0/+2
| | | | llvm-svn: 2729
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-222-0/+42
| | | | | | | | the random debugging macros scattered throughout llvm. The new DEBUG(x) macro should be used instead of special purpose debug macros. llvm-svn: 2709
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-9/+48
| | | | | | | | | to certain classes. This is nice because it means that in header files we can just declare a value, and still have that value be set based on a command-line argument. The difference is now that the #include of CommandLine.h does not need to go into the header file as well. llvm-svn: 2708
* Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-27/+18
| | | | llvm-svn: 2662
* Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve2002-05-191-9/+15
| | | | llvm-svn: 2653
* Initial checkin of Statistic classChris Lattner2002-05-102-0/+138
| | | | llvm-svn: 2599
* Remove obsolete namespace from exampleChris Lattner2002-04-281-1/+1
| | | | llvm-svn: 2368
* New api for signal handling for LLVM toolsChris Lattner2002-04-181-0/+18
| | | | llvm-svn: 2301
* Pull casting operators out of Value.hChris Lattner2002-04-081-0/+80
| | | | llvm-svn: 2166
* Add new function utohexstr.Chris Lattner2002-04-071-0/+18
| | | | llvm-svn: 2140
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-241-15/+11
| | | | llvm-svn: 1785
* New Support file for operations on set like objectsChris Lattner2002-02-051-0/+60
| | | | llvm-svn: 1714
* PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner2002-02-041-0/+3
| | | | | | is a huge fixme. llvm-svn: 1682
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-208-51/+58
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2710-0/+1195
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-261-0/+34
| | | | llvm-svn: 1399
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-2/+6
| | | | llvm-svn: 514
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-071-8/+8
| | | | | | we can annotate Types. A better solution would be make types nonconst. llvm-svn: 416
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-271-1/+2
| | | | llvm-svn: 374
* Add annotation supportChris Lattner2001-08-231-0/+204
llvm-svn: 366
OpenPOWER on IntegriCloud