summaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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-131-3/+2
* Add namespace qualifierChris Lattner2003-11-131-1/+1
* Minor cleanupsChris Lattner2003-11-131-43/+38
* Add an initial version of the CompleteBUDataStructures passChris Lattner2003-11-132-0/+68
* Fix faulty namespacificationChris Lattner2003-11-121-4/+7
* Regress to not using the llvm namespace.John Criswell2003-11-121-4/+0
* Add argumentChris Lattner2003-11-122-2/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11162-22/+722
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-111-2/+17
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-111-0/+5
* 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-101-7/+19
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-091-1/+5
* Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner2003-11-071-2/+13
* Add a warning about not "new"ing or "delete"ing CallSitesBrian Gaeke2003-11-071-0/+6
* Added ability to register FunctionPasses as optimizations, withMisha Brukman2003-11-071-0/+20
* Declare FunctionPasses as such.Misha Brukman2003-11-071-3/+3
* Add some ctors for this allocatorChris Lattner2003-11-071-0/+4
* Split the DAE pass into DAE and DAH passesChris Lattner2003-11-051-5/+6
* A few handy methods that seem to mesh well with what CallSite already provides.Brian Gaeke2003-11-051-0/+5
* Since this function returns an int, let's actually return something.Misha Brukman2003-11-051-0/+1
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-051-0/+48
* Fix spelloChris Lattner2003-11-041-1/+5
* Update documentation since it was misleading: make it clear that aAlkis Evlogimenos2003-11-041-10/+12
* Change all machine basic block modifier functions in MRegisterInfo toAlkis Evlogimenos2003-11-041-23/+45
* New file, for use by the pool allocator projectChris Lattner2003-11-041-0/+68
* Allow CallSites to be used as the key of a mapChris Lattner2003-11-021-0/+4
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-028-12/+50
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-021-5/+0
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-311-0/+1
* Did I mention that I _HATE_ CPRs?Chris Lattner2003-10-311-3/+2
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-312-15/+11
* Expose new print methodsChris Lattner2003-10-304-4/+11
* New interfaceChris Lattner2003-10-301-0/+40
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-301-1/+1
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-301-0/+6
* Tighten up what we consider to be first class types.Chris Lattner2003-10-301-1/+1
* Add support for utostr(unsigned long)Brian Gaeke2003-10-291-0/+4
* Add new methodChris Lattner2003-10-281-0/+4
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-2/+1
* Add assertionsChris Lattner2003-10-231-1/+6
* Fix bug in eon hopefullyChris Lattner2003-10-231-0/+4
* Include new prototypeChris Lattner2003-10-231-0/+6