summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-11
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-11
* Add new methodChris Lattner2003-11-11
* Include forms of SplitCriticalEdge which work correctly with pred/succ iteratorsChris Lattner2003-11-10
* No really, I'm not on crackChris Lattner2003-11-10
* Helper methodChris Lattner2003-11-10
* Move isCriticalEdge & SplitCritical into this file. While we're at it, changeChris Lattner2003-11-10
* Move isCriticalEdge & SplitCritical edge out of this file, which is onlyChris Lattner2003-11-10
* Regenerated.Brian Gaeke2003-11-10
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-10
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-09
* Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoidChris Lattner2003-11-07
* Add a warning about not "new"ing or "delete"ing CallSitesBrian Gaeke2003-11-07
* Added ability to register FunctionPasses as optimizations, withMisha Brukman2003-11-07
* Declare FunctionPasses as such.Misha Brukman2003-11-07
* Add some ctors for this allocatorChris Lattner2003-11-07
* Split the DAE pass into DAE and DAH passesChris Lattner2003-11-05
* A few handy methods that seem to mesh well with what CallSite already provides.Brian Gaeke2003-11-05
* Since this function returns an int, let's actually return something.Misha Brukman2003-11-05
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-05
* This works with GCC 3.4 alsoChris Lattner2003-11-05
* Fix spelloChris Lattner2003-11-04
* Update documentation since it was misleading: make it clear that aAlkis Evlogimenos2003-11-04
* Change all machine basic block modifier functions in MRegisterInfo toAlkis Evlogimenos2003-11-04
* New file, for use by the pool allocator projectChris Lattner2003-11-04
* Allow CallSites to be used as the key of a mapChris Lattner2003-11-02
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-02
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-02
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-31
* Did I mention that I _HATE_ CPRs?Chris Lattner2003-10-31
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-31
* Expose new print methodsChris Lattner2003-10-30
* New interfaceChris Lattner2003-10-30
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-30
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-30
* Tighten up what we consider to be first class types.Chris Lattner2003-10-30
* Add support for utostr(unsigned long)Brian Gaeke2003-10-29
* Pull in stdint.h here, if we have it. Some systems keepBrian Gaeke2003-10-29
* Add new methodChris Lattner2003-10-28
* Remove __STDC_LIMIT_MACROS from here.Brian Gaeke2003-10-28
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-24
* Add assertionsChris Lattner2003-10-23
* Fix bug in eon hopefullyChris Lattner2003-10-23
* Include new prototypeChris Lattner2003-10-23
* Actually share constants local to a function!Chris Lattner2003-10-23
* Fix apparent typo in head-of-file comment.Brian Gaeke2003-10-23
* I think this file is not included by anything.Brian Gaeke2003-10-22
* Add two new function stubs for viewing the CFG of a function inside of theChris Lattner2003-10-22
* Add a new mapChris Lattner2003-10-20