aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* During runOnModule() do initialization and finalization.Devang Patel2006-12-081-2/+2
* Reuse code. Directly use runOnFunction().Devang Patel2006-12-081-10/+2
* Add the -ldl library option.Reid Spencer2006-12-081-2/+3
* Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)Devang Patel2006-12-082-1/+6
* test packed struct codegen on x86Andrew Lenharth2006-12-081-0/+38
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-084-21/+18
* packed initializers too in the testAndrew Lenharth2006-12-081-0/+4
* fix truncstorei1Rafael Espindola2006-12-081-3/+1
* feature test for packed structsAndrew Lenharth2006-12-081-0/+29
* Hopefully these are the regenerated filesAndrew Lenharth2006-12-083-2184/+1887
* Packed StructuresAndrew Lenharth2006-12-0810-20/+75
* A backwards compatible bc format for packed structsAndrew Lenharth2006-12-081-4/+17
* This test needs to be upgraded.Reid Spencer2006-12-081-1/+1
* For PR950:Reid Spencer2006-12-081-0/+16
* Packed Structure Definitions (docs)Andrew Lenharth2006-12-082-0/+37
* Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it isEvan Cheng2006-12-081-2/+4
* findTiedToSrcOperand() changed.Evan Cheng2006-12-081-2/+2
* Use MI's TargetInstrDescriptor.Evan Cheng2006-12-082-6/+6
* Fix a bug introduced by the streams patch. DEBUG code was made unconditional.Chris Lattner2006-12-081-1/+1
* Regenerate.Reid Spencer2006-12-081-12/+0
* this warning is obsolete with llvmgcc3 being goneChris Lattner2006-12-081-8/+0
* this is an initial patch to switch the ppc64 jit over to working in PIC mode,Chris Lattner2006-12-083-5/+34
* add a noteChris Lattner2006-12-081-0/+10
* BasicBlockPassManager_New::runOnFunction()Devang Patel2006-12-081-2/+2
* doInitialization and doFinalization for BasicBlockPassManager_NewDevang Patel2006-12-081-3/+60
* Reimplement removeDeadPasses().Devang Patel2006-12-081-1/+15
* Simplify a bitAndrew Lenharth2006-12-073-30/+15
* set Last User.Devang Patel2006-12-071-5/+49
* fix incorrect encoding of rldicr, used by ppc64 function stubs, etc.Chris Lattner2006-12-071-1/+1
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-0712-3/+12
* Maintain level(or depth) of pass manager in pass manager food chain.Devang Patel2006-12-071-10/+21
* New method, PMDataManager::collectRequiredAnalysisPasses()Devang Patel2006-12-071-7/+27
* fix alignmentRafael Espindola2006-12-073-4/+16
* Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64Chris Lattner2006-12-071-1/+4
* new testcaseChris Lattner2006-12-071-0/+27
* When new pass manager is created, initialize available analysis infoDevang Patel2006-12-071-9/+26
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-0752-1767/+2591
* PMDataManager does not maintain LastUser info.Devang Patel2006-12-071-25/+1
* fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64Chris Lattner2006-12-071-0/+1
* new testcaseChris Lattner2006-12-071-0/+26
* Make current pass info available _after_ removing info that is notDevang Patel2006-12-071-8/+7
* Add TODOsDevang Patel2006-12-071-3/+15
* Fix thinko.Devang Patel2006-12-071-2/+2
* Top level manages schedule the pass immediately at the time of insertion.Devang Patel2006-12-071-10/+8
* Now FunctionPassManagerImpl_New and PassManagerImpl_New derives fromDevang Patel2006-12-071-3/+13
* Reimplement schedulePass interface. Move it into PMTopLevelManager.Devang Patel2006-12-071-51/+28
* While initializing AvailableAnalysis info, make ImmutablePasses availableDevang Patel2006-12-071-0/+6
* Add ImmutablePass into the list of info managed by top level passDevang Patel2006-12-071-0/+13
* Removed more <iostream> includesBill Wendling2006-12-0718-78/+61
* Removing even more <iostream> includes.Bill Wendling2006-12-0727-447/+414