summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-072-0/+5
* 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
* Copy ARM's weak symbol testAndrew Lenharth2006-12-071-0/+18
* This now passes on Linux/x86Reid Spencer2006-12-071-1/+1
* Revision 1.83 causes PR1037.Reid Spencer2006-12-071-2/+1
* Regenerate.Reid Spencer2006-12-075-392/+419
* Create an option to turn off generation of fcmp instructions while stillReid Spencer2006-12-071-0/+9
* Manually convert this to new assembly.Reid Spencer2006-12-071-3/+3
* Provide a getOpcode() method on CmpInst to ensure the opcode is returnedReid Spencer2006-12-073-4/+7
* 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-07111-1678/+1843
* 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
* Ignoring the upper 32 bits of a 64 bit constant is not a good thing.Jim Laskey2006-12-061-4/+4
* implement sextinreg i8->i64 and i16->i64Chris Lattner2006-12-061-0/+8
* Failing linux.Jim Laskey2006-12-061-1/+1
* 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-061-1/+1
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-062-11/+57
* Update ConstantIntegral Max/Min tests for new interface.Reid Spencer2006-12-061-4/+4
* For PR950:Reid Spencer2006-12-062-63/+8
* Fix some 80 col violations.Reid Spencer2006-12-061-2/+2
* 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
* Detemplatize the Statistic class.Devang Patel2006-12-061-1/+1
* merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner2006-12-062-47/+11
OpenPOWER on IntegriCloud