summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reverting until finding the cause of secondary bugs.Jim Laskey2006-12-10
* __PPC64CompilationCallback code was allowing registers to be clobbered by stub.Jim Laskey2006-12-10
* fix PR1039 by making timing info be destroyed by llvm_shutdown, not byChris Lattner2006-12-10
* .align is in bitsRafael Espindola2006-12-10
* fix test/Regression/CodeGen/X86/weak.llRafael Espindola2006-12-09
* Preliminary soft float support.Evan Cheng2006-12-09
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-09
* Analysis resolver now manages AnalysisImpls for the given patch.Devang Patel2006-12-09
* Top level pass manager keeps track of other managers, so this can beDevang Patel2006-12-09
* Use analysis resolver to find the info.Devang Patel2006-12-09
* Do not drop ImmutablePasses on the floor.Devang Patel2006-12-08
* Set AnalysisResolver for the passes when they are inserted intoDevang Patel2006-12-08
* Add AnalysisResolver_New. It is a replacement for existingDevang Patel2006-12-08
* Keep track of other pass managers, that are not directly managed byDevang Patel2006-12-08
* Implement top level FunctionPassManager::run(Function &F)Devang Patel2006-12-08
* Do not keep yet another list of pass managers in PassManagerImpl_New.Devang Patel2006-12-08
* Remove unused schedulePass() parameter.Devang Patel2006-12-08
* Remove unused getAnalysisPass and getAnalysisPassFromManagerDevang Patel2006-12-08
* Implement PMTopLevel::findAnalysisPass() andDevang Patel2006-12-08
* %progbits not @progbitsRafael Espindola2006-12-08
* Incorporate any changes in the successor blocks into the result ofReid Spencer2006-12-08
* add \"aw\",@progbits" to ctors and dtorsRafael Espindola2006-12-08
* Change the implementation of statistic to not need destructors at all.Chris Lattner2006-12-08
* During runOnModule() do initialization and finalization.Devang Patel2006-12-08
* Reuse code. Directly use runOnFunction().Devang Patel2006-12-08
* Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)Devang Patel2006-12-08
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-08
* fix truncstorei1Rafael Espindola2006-12-08
* Hopefully these are the regenerated filesAndrew Lenharth2006-12-08
* Packed StructuresAndrew Lenharth2006-12-08
* Proper fix for PR1037: to determine is a VR is a modref, check 1) whether it isEvan Cheng2006-12-08
* findTiedToSrcOperand() changed.Evan Cheng2006-12-08
* Use MI's TargetInstrDescriptor.Evan Cheng2006-12-08
* Fix a bug introduced by the streams patch. DEBUG code was made unconditional.Chris Lattner2006-12-08
* this is an initial patch to switch the ppc64 jit over to working in PIC mode,Chris Lattner2006-12-08
* add a noteChris Lattner2006-12-08
* BasicBlockPassManager_New::runOnFunction()Devang Patel2006-12-08
* doInitialization and doFinalization for BasicBlockPassManager_NewDevang Patel2006-12-08
* Reimplement removeDeadPasses().Devang Patel2006-12-08
* Simplify a bitAndrew Lenharth2006-12-07
* set Last User.Devang Patel2006-12-07
* fix incorrect encoding of rldicr, used by ppc64 function stubs, etc.Chris Lattner2006-12-07
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Maintain level(or depth) of pass manager in pass manager food chain.Devang Patel2006-12-07
* New method, PMDataManager::collectRequiredAnalysisPasses()Devang Patel2006-12-07
* fix alignmentRafael Espindola2006-12-07
* Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64Chris Lattner2006-12-07
* When new pass manager is created, initialize available analysis infoDevang Patel2006-12-07
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* PMDataManager does not maintain LastUser info.Devang Patel2006-12-07