| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move AllocInfo structure to a private AllocInfo.h header file. | Brian Gaeke | 2003-10-23 | 2 | -96/+30 |
* | Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. | Brian Gaeke | 2003-10-23 | 2 | -2/+2 |
* | New file, containing AllocInfo structure. | Brian Gaeke | 2003-10-23 | 2 | -0/+122 |
* | Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | We might as well strip off any CPRs before propagation | Chris Lattner | 2003-10-23 | 1 | -1/+4 |
* | Fail gracefully if we have a zero arg varargs function | Chris Lattner | 2003-10-23 | 2 | -0/+12 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 4 | -104/+52 |
* | * Fix order of #include files | Misha Brukman | 2003-10-23 | 4 | -42/+44 |
* | * Order #includes as per style guide | Misha Brukman | 2003-10-23 | 6 | -92/+90 |
* | * Use C++ style comments instead of C-style | Misha Brukman | 2003-10-23 | 4 | -60/+50 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 1 | -9/+10 |
* | * We were forgetting to pass varargs arguments through a call | Chris Lattner | 2003-10-23 | 1 | -0/+18 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 2 | -212/+176 |
* | Make code layout more consistent. | Misha Brukman | 2003-10-23 | 6 | -636/+518 |
* | Delete unused EmitByteSwap method | Chris Lattner | 2003-10-23 | 2 | -98/+86 |
* | Check in initial version of ipcp | Chris Lattner | 2003-10-23 | 1 | -0/+110 |
* | Make code layout more consistent. | Misha Brukman | 2003-10-23 | 1 | -58/+54 |
* | * Order includes according to style guide | Misha Brukman | 2003-10-23 | 2 | -210/+212 |
* | Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | Make this pass substantially stronger by having it delete dead return values | Chris Lattner | 2003-10-23 | 1 | -127/+354 |