aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-07112-1679/+1844
* 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-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-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
* 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-0697-255/+252
* 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-063-2/+24
* No need to update generated files.Jim Laskey2006-12-062-2847/+3909
* Fix build for older versios of bison.Jim Laskey2006-12-063-3911/+2849
* Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().Evan Cheng2006-12-062-17/+36
* Tie the ordered/unordered predicate descriptions to their meaning wrtReid Spencer2006-12-061-0/+2
* Remove the dead CachedWriter class.Chris Lattner2006-12-062-131/+11
* Simplify codeChris Lattner2006-12-061-10/+4
* Regenerate.Reid Spencer2006-12-063-3/+3