aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* * Add a new helper progress methodChris Lattner2003-12-311-0/+10
* add new functionChris Lattner2003-12-311-0/+6
* clarify commentsChris Lattner2003-12-311-10/+9
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+56
* doxygenifyChris Lattner2003-12-311-4/+4
* Add new functionChris Lattner2003-12-301-28/+13
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-301-5/+22
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-291-3/+3
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-291-0/+21
* add new functionChris Lattner2003-12-291-0/+10
* This header is deadChris Lattner2003-12-151-44/+0
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+69
* Hrm, how could this compile?Chris Lattner2003-11-291-1/+1
* Expose functionality to query if a file is an ELF shared object.Misha Brukman2003-11-241-0/+5
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-231-1/+1
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-231-0/+1
* Fix copy-and-pasteoChris Lattner2003-11-171-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-167-22/+31
* Remove needless dependence on boostChris Lattner2003-11-131-3/+2
* Add namespace qualifierChris Lattner2003-11-131-1/+1
* Minor cleanupsChris Lattner2003-11-131-43/+38
* Fix faulty namespacificationChris Lattner2003-11-121-4/+7
* Regress to not using the llvm namespace.John Criswell2003-11-121-4/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1128-2/+110
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-111-2/+17
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-111-0/+5
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-102-29/+43
* Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner2003-11-071-2/+13
* Add some ctors for this allocatorChris Lattner2003-11-071-0/+4
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-051-0/+48
* New file, for use by the pool allocator projectChris Lattner2003-11-041-0/+68
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-311-0/+1
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-301-1/+1
* Add support for utostr(unsigned long)Brian Gaeke2003-10-291-0/+4
* Pull in stdint.h here, if we have it. Some systems keepBrian Gaeke2003-10-291-0/+4
* Remove __STDC_LIMIT_MACROS from here.Brian Gaeke2003-10-281-1/+4
* This #include is no longer necessaryChris Lattner2003-10-201-1/+0
* Added LLVM notice.John Criswell2003-10-2033-0/+231
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-151-0/+1
* Add missing default argumentChris Lattner2003-10-131-1/+1
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-131-11/+99
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-131-55/+38
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-101-0/+29
* Moved to llvm/include/llvm/Support because it is LLVM-specific.Misha Brukman2003-10-061-121/+0
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-061-20/+32
* Output a very high-precision numberChris Lattner2003-10-051-1/+1
* Standardize header file commentsChris Lattner2003-09-3021-38/+31
* Add a file headerChris Lattner2003-09-301-0/+6
* Remove unused headerChris Lattner2003-09-301-14/+0
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-291-0/+115