aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Support iteration over constant instructionsChris Lattner2004-04-041-5/+5
* Allow for use of arbitrary iterator types...Chris Lattner2004-04-031-19/+26
* Add new functionChris Lattner2004-04-021-0/+4
* Add some new methodsChris Lattner2004-03-301-0/+25
* Relax the interface a bitChris Lattner2004-03-291-5/+5
* Add the visitSelectInst visitor methodChris Lattner2004-03-121-0/+1
* Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke2004-02-291-7/+9
* Add more architectures, and ELF64 stuff.Brian Gaeke2004-02-291-1/+49
* Fix my sloppinessBrian Gaeke2004-02-281-6/+6
* ELF constants and data structures.Brian Gaeke2004-02-281-0/+245
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-9/+2
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-251-0/+4
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-241-2/+3
* Check in a new type_traits header which provides the mysterious is_classChris Lattner2004-02-241-0/+54
* DataTypes.h is now output from configure, and shortenedBrian Gaeke2004-02-231-0/+45
* ThreadSupport.h is now output from configure.Brian Gaeke2004-02-232-0/+80
* Significantly simplify gep_type_iterator, and make its interface more general...Chris Lattner2004-02-221-23/+24
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-3/+5
* Add support for just compiling a programChris Lattner2004-02-181-0/+19
* Byebye methodChris Lattner2004-02-181-3/+0
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-181-5/+20
* Change the order of the arguments to the ctor, allowing us to make the boolea...Chris Lattner2004-02-181-3/+3
* Move a helper class out of bugpoint to here.Chris Lattner2004-02-181-0/+20
* The CBE is no longer in llvm-disChris Lattner2004-02-171-2/+2
* Add methodChris Lattner2004-02-141-9/+7
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-111-1/+3
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-172-51/+58
* * 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
* 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
* Fix typo in commentBrian Gaeke2003-12-121-1/+1
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+69
* fix gcc 3.4 compatibility problemChris Lattner2003-11-281-1/+1
* Work with gepi's and constant exprs. Also, add versions of iterator ctors th...Chris Lattner2003-11-251-5/+12
* Rename class to be consistent with other iterator classesChris Lattner2003-11-251-15/+15
* Initial checkin of gep_type_begin/end which will be used to address PR82Chris Lattner2003-11-251-0/+92
* Expose functionality to query if a file is an ELF shared object.Misha Brukman2003-11-241-0/+5
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-165-16/+23
* 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-1124-1/+103
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-111-2/+17
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-111-0/+5
* No really, I'm not on crackChris Lattner2003-11-101-1/+1
* Helper methodChris Lattner2003-11-101-0/+4