aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-0735-164/+124
* 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
* 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-0717-77/+60
* Removing even more <iostream> includes.Bill Wendling2006-12-0724-429/+396
* If pass reserves all analysis info then each info is not separatelyDevang Patel2006-12-071-3/+6
* Pass Managers themselves do not invalidate any analysis info.Devang Patel2006-12-071-1/+22
* Add a handle to the top level pass manager in PMDataManager.Devang Patel2006-12-071-1/+14
* Cosmetic markers to divide code in separate chunks.Devang Patel2006-12-071-4/+13
* s/noteDownAvailableAnalysis/recordAvailableAnalysisDevang Patel2006-12-071-13/+12
* Add PMTopLevelManager. It is not used yet.Devang Patel2006-12-071-0/+76
* RequiredAnalysis support is buggy and not used at the moment so removeDevang Patel2006-12-071-41/+10
* s/clearAnalysis/initializeAnalysisInfo/gDevang Patel2006-12-071-7/+6
* s/CommonPassManagerImpl/PMDataManager/gDevang Patel2006-12-071-16/+15
* make sure that we don't use a common symbol if a section was specifiedRafael Espindola2006-12-071-0/+1
* Add overview of pass manager.Devang Patel2006-12-071-0/+64
* Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth2006-12-072-3/+10
* Revision 1.83 causes PR1037.Reid Spencer2006-12-071-2/+1
* Provide a getOpcode() method on CmpInst to ensure the opcode is returnedReid Spencer2006-12-072-4/+2
* Initialize {Min|Max}CSFrameIndex properly.Evan Cheng2006-12-071-2/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-0771-1410/+1564
* Fix i64 uint_to_fp on ppc64Chris Lattner2006-12-071-1/+2
* MI keeps a ptr of TargetInstrDescriptor, use it.Evan Cheng2006-12-073-4/+7
* getOperandConstraint returns -1 if the operand does have the specific constra...Evan Cheng2006-12-071-1/+1
* implement sextinreg i8->i64 and i16->i64Chris Lattner2006-12-061-0/+8
* fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit.Chris Lattner2006-12-061-1/+1
* Always pass "true" to isMaxValue(bool) because we know the type is LongTy.Reid Spencer2006-12-062-2/+2
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-064-22/+114
* Update ConstantIntegral Max/Min tests for new interface.Reid Spencer2006-12-061-4/+4
* For PR950:Reid Spencer2006-12-061-47/+0
* fix the jit encoding of sradi, simplify the MDForm1 description.Chris Lattner2006-12-061-5/+5
* add relocation support for ppc64 branches.Chris Lattner2006-12-061-2/+2
* merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner2006-12-061-10/+5
* add #includeChris Lattner2006-12-061-0/+1
* add missing #includeChris Lattner2006-12-062-0/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-0696-235/+233
* Some addresssed should be 64-bit and some shouldn't.Jim Laskey2006-12-061-19/+25
* Make it easier for gdb to find the return address.Jim Laskey2006-12-063-58/+98
* print weak referencesRafael Espindola2006-12-062-1/+14
* Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().Evan Cheng2006-12-061-0/+31
* Remove the dead CachedWriter class.Chris Lattner2006-12-061-57/+11
* Simplify codeChris Lattner2006-12-061-10/+4