aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure that PHI node operands are first class typesChris Lattner2003-10-301-0/+2
* Fix bug: 2003-10-29-CallSiteResolve.ll & PR70Chris Lattner2003-10-301-1/+11
* Print the names of more opaque typesChris Lattner2003-10-301-5/+7
* Make sure to print opaque types names if they are available.Chris Lattner2003-10-301-1/+5
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-291-64/+106
* Explicitly cast type, so we aren't passing output_vbr a size_t.Brian Gaeke2003-10-291-1/+1
* Tweak sed commands so that they filter out more # stuff and alsoBrian Gaeke2003-10-291-3/+3
* Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.llChris Lattner2003-10-291-62/+25
* Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64Chris Lattner2003-10-291-2/+13
* In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,Brian Gaeke2003-10-291-3/+4
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-292-0/+4
* Check in statistifying patch for BillChris Lattner2003-10-281-0/+6
* Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.llChris Lattner2003-10-281-5/+20
* Pass in argc & argvChris Lattner2003-10-281-6/+20
* Initial checkin of profiling instrumentation pass. So far, despite theChris Lattner2003-10-281-0/+127
* Eliminate using declarationsChris Lattner2003-10-271-25/+26
* Propagating constants to arguments can make other arguments constant. For nowChris Lattner2003-10-271-5/+15
* Fix test: Linker/2003-10-27-LinkOncePromote.llChris Lattner2003-10-273-81/+87
* Get the list of PHI node values before the basic block is split. Also, addChris Lattner2003-10-271-9/+16
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-251-0/+5
* Unbreak the buildChris Lattner2003-10-251-1/+0
* Publicize the type of FnAllocState.Brian Gaeke2003-10-244-4/+30
* standardize command line option namesChris Lattner2003-10-241-1/+1
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-18/+4
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-13/+7
* The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.Brian Gaeke2003-10-241-71/+0
* Reduce the number of #includes.Brian Gaeke2003-10-241-186/+22
* ExecutionEngine::create no longer takes a TraceMode argument.Brian Gaeke2003-10-241-5/+4
* Destroy MachineFunction for any Function that we are about toBrian Gaeke2003-10-241-0/+2
* Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.Brian Gaeke2003-10-232-0/+18
* Move AllocInfo structure to a private AllocInfo.h header file.Brian Gaeke2003-10-232-96/+30
* Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.Brian Gaeke2003-10-232-2/+2
* New file, containing AllocInfo structure.Brian Gaeke2003-10-232-0/+122
* Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eonChris Lattner2003-10-231-0/+11
* We might as well strip off any CPRs before propagationChris Lattner2003-10-231-1/+4
* Fail gracefully if we have a zero arg varargs functionChris Lattner2003-10-232-0/+12
* * Eliminate `using' directiveMisha Brukman2003-10-234-104/+52
* * Fix order of #include filesMisha Brukman2003-10-234-42/+44
* * Order #includes as per style guideMisha Brukman2003-10-236-92/+90
* * Use C++ style comments instead of C-styleMisha Brukman2003-10-234-60/+50
* * Eliminate `using' directiveMisha Brukman2003-10-231-9/+10
* * We were forgetting to pass varargs arguments through a callChris Lattner2003-10-231-0/+18
* * Eliminate `using' directiveMisha Brukman2003-10-232-212/+176
* Make code layout more consistent.Misha Brukman2003-10-236-636/+518
* Delete unused EmitByteSwap methodChris Lattner2003-10-232-98/+86
* Check in initial version of ipcpChris Lattner2003-10-231-0/+110
* Make code layout more consistent.Misha Brukman2003-10-231-58/+54
* * Order includes according to style guideMisha Brukman2003-10-232-210/+212
* Fix bug: instcombine/2003-10-23-InstcombineNullFail.llChris Lattner2003-10-231-0/+11
* Make this pass substantially stronger by having it delete dead return valuesChris Lattner2003-10-231-127/+354