aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add two new virtual functions:Chris Lattner2003-12-081-0/+17
* Since ssaification of the varargs builtings, the vaarg instruction no longerChris Lattner2003-12-081-2/+0
* Regenerated using autoheader-2.57Brian Gaeke2003-12-082-0/+8
* The recalclulate method was a nasty hack that was once used by the -cee pass,Chris Lattner2003-12-071-5/+0
* Rewrite dominators implementation. Now domset is constructed from immdom,Chris Lattner2003-12-071-95/+111
* Move this method out of the generic dominators calculation codeChris Lattner2003-12-071-0/+2
* Move operator<<(std::ostream&, const LiveInterval&) out of the header file.Alkis Evlogimenos2003-12-052-18/+4
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-012-0/+138
* Add new block numberChris Lattner2003-12-011-0/+4
* Remove unused enum valueChris Lattner2003-12-011-1/+0
* Add some "useful" methodsChris Lattner2003-12-011-0/+6
* be GCC 3.4 cleanChris Lattner2003-11-291-19/+19
* Hrm, how could this compile?Chris Lattner2003-11-292-2/+2
* fix gcc 3.4 compatibility problemChris Lattner2003-11-281-1/+1
* It is legal to index into sequential types with any integerChris Lattner2003-11-251-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-242-0/+10
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-232-2/+2
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-232-0/+2
* Somehow I forgot poor little UnwindInstChris Lattner2003-11-201-3/+4
* * Add new constructors to allow insertion of terminator instructions at theChris Lattner2003-11-202-6/+32
* Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos2003-11-203-1/+428
* Regenerated using autoheader-2.57Brian Gaeke2003-11-182-0/+8
* Implement == and != correctly. Before they would incorrectly return !=Chris Lattner2003-11-171-13/+12
* The ConstantPointer class is now gone.Chris Lattner2003-11-171-46/+13
* Constant folding shalt not be built on annotationsChris Lattner2003-11-171-29/+18
* Fix copy-and-pasteoChris Lattner2003-11-172-2/+2
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-1626-77/+102
* This is obviously illegal C++ code, but was apparently accepted by 3.3Chris Lattner2003-11-141-2/+2
* Add methods for implementationChris Lattner2003-11-132-0/+20
* Remove needless dependence on boostChris Lattner2003-11-132-6/+4
* Add namespace qualifierChris Lattner2003-11-132-2/+2
* Minor cleanupsChris Lattner2003-11-132-86/+76
* Add an initial version of the CompleteBUDataStructures passChris Lattner2003-11-132-0/+68
* Fix faulty namespacificationChris Lattner2003-11-122-8/+14
* Regress to not using the llvm namespace.John Criswell2003-11-122-8/+0
* Add argumentChris Lattner2003-11-122-2/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11190-24/+832
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-112-4/+34
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-112-0/+10
* Add new methodChris Lattner2003-11-112-0/+18
* Include forms of SplitCriticalEdge which work correctly with pred/succ iteratorsChris Lattner2003-11-101-0/+19
* No really, I'm not on crackChris Lattner2003-11-101-1/+1
* Helper methodChris Lattner2003-11-101-0/+4
* Move isCriticalEdge & SplitCritical into this file. While we're at it, changeChris Lattner2003-11-101-0/+16
* Move isCriticalEdge & SplitCritical edge out of this file, which is onlyChris Lattner2003-11-101-17/+1
* Regenerated.Brian Gaeke2003-11-102-14/+38
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-102-29/+43