| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug with zero sized casts | Chris Lattner | 2003-11-03 | 1 | -1/+1 |
* | Eliminate the silly namedContext member of printType | Chris Lattner | 2003-11-03 | 2 | -16/+14 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 3 | -20/+27 |
* | Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll | Chris Lattner | 2003-11-02 | 1 | -6/+8 |
* | Fix bug in previous checkin | Chris Lattner | 2003-11-02 | 1 | -1/+1 |
* | Implement transmogriphication of allocation instructions | Chris Lattner | 2003-11-02 | 1 | -2/+33 |
* | Fix PR78 | Chris Lattner | 2003-11-02 | 1 | -1/+1 |
* | The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try | Chris Lattner | 2003-11-02 | 2 | -30/+48 |
* | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner | 2003-11-02 | 1 | -13/+3 |
* | Strip off CPR's manually, because if we don't, the inliner doesn't delete dead | Chris Lattner | 2003-10-31 | 1 | -2/+9 |
* | Make the call graph more precise despite the hated constantpointerrefs. | Chris Lattner | 2003-10-31 | 1 | -16/+36 |
* | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -0/+12 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 1 | -0/+31 |
* | Use already existing classes for post order iterator. | Alkis Evlogimenos | 2003-10-31 | 2 | -34/+22 |
* | Make use of the new AssemblyAnnotationWriter interface | Chris Lattner | 2003-10-30 | 1 | -13/+21 |
* | Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start | Brian Gaeke | 2003-10-30 | 2 | -12/+58 |
* | Make AllocState an enum. | Brian Gaeke | 2003-10-30 | 2 | -4/+24 |
* | Output types in reverse postorder. This will allow the ByteCode/Reader | Alkis Evlogimenos | 2003-10-30 | 2 | -18/+34 |
* | Put DEBUG_OUTPUT at the top along with TRACE_LEVEL. Also fix the code | Alkis Evlogimenos | 2003-10-30 | 1 | -2/+3 |
* | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner | 2003-10-30 | 1 | -0/+1 |
* | Make sure that PHI node operands are first class types | Chris Lattner | 2003-10-30 | 1 | -0/+2 |
* | Fix bug: 2003-10-29-CallSiteResolve.ll & PR70 | Chris Lattner | 2003-10-30 | 1 | -1/+11 |
* | Print the names of more opaque types | Chris Lattner | 2003-10-30 | 1 | -5/+7 |
* | Make sure to print opaque types names if they are available. | Chris Lattner | 2003-10-30 | 1 | -1/+5 |
* | Refactor code, initial implementation of -insert-block-profiling pass | Chris Lattner | 2003-10-29 | 1 | -64/+106 |
* | Explicitly cast type, so we aren't passing output_vbr a size_t. | Brian Gaeke | 2003-10-29 | 1 | -1/+1 |
* | Tweak sed commands so that they filter out more # stuff and also | Brian Gaeke | 2003-10-29 | 1 | -3/+3 |
* | Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll | Chris Lattner | 2003-10-29 | 1 | -62/+25 |
* | Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 | Chris Lattner | 2003-10-29 | 1 | -2/+13 |
* | In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, | Brian Gaeke | 2003-10-29 | 1 | -3/+4 |
* | Add more debugging info to help tracing the SlotCalculator. | Alkis Evlogimenos | 2003-10-29 | 2 | -0/+4 |
* | Check in statistifying patch for Bill | Chris Lattner | 2003-10-28 | 1 | -0/+6 |
* | Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll | Chris Lattner | 2003-10-28 | 1 | -5/+20 |
* | Pass in argc & argv | Chris Lattner | 2003-10-28 | 1 | -6/+20 |
* | Initial checkin of profiling instrumentation pass. So far, despite the | Chris Lattner | 2003-10-28 | 1 | -0/+127 |
* | Eliminate using declarations | Chris Lattner | 2003-10-27 | 1 | -25/+26 |
* | Propagating constants to arguments can make other arguments constant. For now | Chris Lattner | 2003-10-27 | 1 | -5/+15 |
* | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner | 2003-10-27 | 3 | -81/+87 |
* | Get the list of PHI node values before the basic block is split. Also, add | Chris Lattner | 2003-10-27 | 1 | -9/+16 |
* | Attempt to provide support for those without RTLD_DEFAULT. | Chris Lattner | 2003-10-25 | 1 | -0/+5 |
* | Unbreak the build | Chris Lattner | 2003-10-25 | 1 | -1/+0 |
* | Publicize the type of FnAllocState. | Brian Gaeke | 2003-10-24 | 4 | -4/+30 |
* | standardize command line option names | Chris Lattner | 2003-10-24 | 1 | -1/+1 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -18/+4 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -13/+7 |
* | The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. | Brian Gaeke | 2003-10-24 | 1 | -71/+0 |
* | Reduce the number of #includes. | Brian Gaeke | 2003-10-24 | 1 | -186/+22 |
* | ExecutionEngine::create no longer takes a TraceMode argument. | Brian Gaeke | 2003-10-24 | 1 | -5/+4 |
* | Destroy MachineFunction for any Function that we are about to | Brian Gaeke | 2003-10-24 | 1 | -0/+2 |
* | Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. | Brian Gaeke | 2003-10-23 | 2 | -0/+18 |