| Commit message (Expand) | Author | Age | Files | Lines |
* | This is obviously illegal C++ code, but was apparently accepted by 3.3 | Chris Lattner | 2003-11-14 | 1 | -2/+2 |
* | Add methods for implementation | Chris Lattner | 2003-11-13 | 2 | -0/+20 |
* | Remove needless dependence on boost | Chris Lattner | 2003-11-13 | 1 | -3/+2 |
* | Add namespace qualifier | Chris Lattner | 2003-11-13 | 1 | -1/+1 |
* | Minor cleanups | Chris Lattner | 2003-11-13 | 1 | -43/+38 |
* | Add an initial version of the CompleteBUDataStructures pass | Chris Lattner | 2003-11-13 | 2 | -0/+68 |
* | Fix faulty namespacification | Chris Lattner | 2003-11-12 | 1 | -4/+7 |
* | Regress to not using the llvm namespace. | John Criswell | 2003-11-12 | 1 | -4/+0 |
* | Add argument | Chris Lattner | 2003-11-12 | 2 | -2/+4 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 162 | -22/+722 |
* | Add prototypes for CheckMagic, IsArchive, and IsBytecode. | Brian Gaeke | 2003-11-11 | 1 | -2/+17 |
* | VS: ---------------------------------------------------------------------- | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Add new method | Chris Lattner | 2003-11-11 | 2 | -0/+18 |
* | Include forms of SplitCriticalEdge which work correctly with pred/succ iterators | Chris Lattner | 2003-11-10 | 1 | -0/+19 |
* | No really, I'm not on crack | Chris Lattner | 2003-11-10 | 1 | -1/+1 |
* | Helper method | Chris Lattner | 2003-11-10 | 1 | -0/+4 |
* | Move isCriticalEdge & SplitCritical into this file. While we're at it, change | Chris Lattner | 2003-11-10 | 1 | -0/+16 |
* | Move isCriticalEdge & SplitCritical edge out of this file, which is only | Chris Lattner | 2003-11-10 | 1 | -17/+1 |
* | Regenerated. | Brian Gaeke | 2003-11-10 | 1 | -7/+19 |
* | Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out | Chris Lattner | 2003-11-09 | 1 | -1/+5 |
* | Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid | Chris Lattner | 2003-11-07 | 1 | -2/+13 |
* | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke | 2003-11-07 | 1 | -0/+6 |
* | Added ability to register FunctionPasses as optimizations, with | Misha Brukman | 2003-11-07 | 1 | -0/+20 |
* | Declare FunctionPasses as such. | Misha Brukman | 2003-11-07 | 1 | -3/+3 |
* | Add some ctors for this allocator | Chris Lattner | 2003-11-07 | 1 | -0/+4 |
* | Split the DAE pass into DAE and DAH passes | Chris Lattner | 2003-11-05 | 1 | -5/+6 |
* | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke | 2003-11-05 | 1 | -0/+5 |
* | Since this function returns an int, let's actually return something. | Misha Brukman | 2003-11-05 | 1 | -0/+1 |
* | Add std::pair tier. This is a much simplified version of boost::tie | Alkis Evlogimenos | 2003-11-05 | 1 | -0/+48 |
* | Fix spello | Chris Lattner | 2003-11-04 | 1 | -1/+5 |
* | Update documentation since it was misleading: make it clear that a | Alkis Evlogimenos | 2003-11-04 | 1 | -10/+12 |
* | Change all machine basic block modifier functions in MRegisterInfo to | Alkis Evlogimenos | 2003-11-04 | 1 | -23/+45 |
* | New file, for use by the pool allocator project | Chris Lattner | 2003-11-04 | 1 | -0/+68 |
* | Allow CallSites to be used as the key of a map | Chris Lattner | 2003-11-02 | 1 | -0/+4 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 8 | -12/+50 |
* | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner | 2003-11-02 | 1 | -5/+0 |
* | Escape "'s, which are frequent visitors to C++ types | Chris Lattner | 2003-10-31 | 1 | -0/+1 |
* | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -3/+2 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 2 | -15/+11 |
* | Expose new print methods | Chris Lattner | 2003-10-30 | 4 | -4/+11 |
* | New interface | Chris Lattner | 2003-10-30 | 1 | -0/+40 |
* | Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. | Brian Gaeke | 2003-10-30 | 1 | -1/+1 |
* | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner | 2003-10-30 | 1 | -0/+6 |
* | Tighten up what we consider to be first class types. | Chris Lattner | 2003-10-30 | 1 | -1/+1 |
* | Add support for utostr(unsigned long) | Brian Gaeke | 2003-10-29 | 1 | -0/+4 |
* | Add new method | Chris Lattner | 2003-10-28 | 1 | -0/+4 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -2/+1 |
* | Add assertions | Chris Lattner | 2003-10-23 | 1 | -1/+6 |
* | Fix bug in eon hopefully | Chris Lattner | 2003-10-23 | 1 | -0/+4 |
* | Include new prototype | Chris Lattner | 2003-10-23 | 1 | -0/+6 |