aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix #include flavorChris Lattner2004-10-041-1/+1
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-041-9/+11
* First version of a support utility to provide generalized compression inReid Spencer2004-10-041-0/+99
* Updated the last two header files so that they are configured withJohn Criswell2004-09-242-2/+6
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-3/+15
* I was actually wrong in my "simplification".Misha Brukman2004-09-031-2/+5
* Simplify check for uint64_t and u_int64_tMisha Brukman2004-09-031-5/+2
* Provide correct definition of uint64_t for platforms that have onlyReid Spencer2004-09-031-0/+12
* Changes For Bug 352Reid Spencer2004-09-0127-72/+77
* Add an overloadChris Lattner2004-08-171-0/+7
* Allow an arbitrary prefix.Chris Lattner2004-08-171-4/+4
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-131-24/+34
* Minor efficiency improvementsChris Lattner2004-08-041-3/+3
* Enable compilation.Misha Brukman2004-07-301-2/+2
* Check in some useful helper routines for doing ML-style pattern matching onChris Lattner2004-07-301-0/+280
* Provide timeout values to all abstract interpretersChris Lattner2004-07-241-4/+7
* 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 prototypes for platform-independent wrappers for isinf().Brian Gaeke2004-07-211-0/+4
* 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
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-111-0/+3
* Add a new headerChris Lattner2004-07-111-0/+35
* Add a new methodChris Lattner2004-07-081-0/+8
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-271-1/+1
* Provide prototypes for IsNAN() wrapper.Brian Gaeke2004-06-231-0/+4
* Initial checkin of the StableBasicBlockNumbering, a little helper class for c...Chris Lattner2004-06-191-0/+70
* Warning fooChris Lattner2004-06-051-1/+1
* Add some constants for VCChris Lattner2004-06-041-3/+11
* Fix a *really* dumb warning on VCChris 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
* 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
* Add a new CopyFile functionChris Lattner2004-06-021-1/+5
* 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
* Removed unused, useless header file.Reid Spencer2004-05-251-53/+0
* Remove virtual destructor from InstVisitor. This class should never beAlkis Evlogimenos2004-05-231-2/+0
* Add getCaller() method.Vikram S. Adve2004-05-231-0/+5
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-211-7/+7
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-071-2/+3
* Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos2004-05-061-2/+1
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-3/+2
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-041-2/+2
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-041-8/+20
* Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman2004-05-041-0/+5
* Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner2004-05-011-124/+0
* Add machine-CFG graph traits specializations.Brian Gaeke2004-04-291-0/+124
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-15/+18