oota-llvm.git
2006-12-08 Reid SpencerRegenerate.
2006-12-08 Chris Lattnerthis warning is obsolete with llvmgcc3 being gone
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-12-08 Chris Lattneradd a note
2006-12-08 Devang PatelBasicBlockPassManager_New::runOnFunction()
2006-12-08 Devang PateldoInitialization and doFinalization for BasicBlockPassM...
2006-12-08 Devang PatelReimplement removeDeadPasses().
2006-12-07 Andrew LenharthSimplify a bit
2006-12-07 Devang Patelset Last User.
2006-12-07 Chris Lattnerfix incorrect encoding of rldicr, used by ppc64 functio...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Devang PatelMaintain level(or depth) of pass manager in pass manage...
2006-12-07 Devang PatelNew method, PMDataManager::collectRequiredAnalysisPasses()
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Chris LattnerFix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
2006-12-07 Chris Lattnernew testcase
2006-12-07 Devang PatelWhen new pass manager is created, initialize available...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Devang PatelPMDataManager does not maintain LastUser info.
2006-12-07 Chris Lattnerfix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
2006-12-07 Chris Lattnernew testcase
2006-12-07 Devang PatelMake current pass info available _after_ removing info...
2006-12-07 Devang PatelAdd TODOs
2006-12-07 Devang PatelFix thinko.
2006-12-07 Devang PatelTop level manages schedule the pass immediately at...
2006-12-07 Devang PatelNow FunctionPassManagerImpl_New and PassManagerImpl_New...
2006-12-07 Devang PatelReimplement schedulePass interface. Move it into PMTopL...
2006-12-07 Devang PatelWhile initializing AvailableAnalysis info, make Immutab...
2006-12-07 Devang PatelAdd ImmutablePass into the list of info managed by...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Devang PatelIf pass reserves all analysis info then each info is...
2006-12-07 Devang PatelPass Managers themselves do not invalidate any analysis...
2006-12-07 Devang PatelAdd a handle to the top level pass manager in PMDataMan...
2006-12-07 Devang PatelCosmetic markers to divide code in separate chunks.
2006-12-07 Devang Patels/noteDownAvailableAnalysis/recordAvailableAnalysis
2006-12-07 Devang PatelAdd PMTopLevelManager. It is not used yet.
2006-12-07 Devang PatelRequiredAnalysis support is buggy and not used at the...
2006-12-07 Devang Patels/clearAnalysis/initializeAnalysisInfo/g
2006-12-07 Devang Patels/CommonPassManagerImpl/PMDataManager/g
2006-12-07 Rafael Espindolamake sure that we don't use a common symbol if a sectio...
2006-12-07 Devang PatelAdd overview of pass manager.
2006-12-07 Andrew LenharthBe sure to grab weak functions too, and make implicit...
2006-12-07 Andrew LenharthCopy ARM's weak symbol test
2006-12-07 Reid SpencerThis now passes on Linux/x86
2006-12-07 Reid SpencerRevision 1.83 causes PR1037.
2006-12-07 Reid SpencerRegenerate.
2006-12-07 Reid SpencerCreate an option to turn off generation of fcmp instruc...
2006-12-07 Reid SpencerManually convert this to new assembly.
2006-12-07 Reid SpencerProvide a getOpcode() method on CmpInst to ensure the...
2006-12-07 Evan ChengInitialize {Min|Max}CSFrameIndex properly.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-07 Chris LattnerFix i64 uint_to_fp on ppc64
2006-12-07 Evan ChengMI keeps a ptr of TargetInstrDescriptor, use it.
2006-12-07 Evan ChenggetOperandConstraint returns -1 if the operand does...
2006-12-06 Jim LaskeyIgnoring the upper 32 bits of a 64 bit constant is...
2006-12-06 Chris Lattnerimplement sextinreg i8->i64 and i16->i64
2006-12-06 Jim LaskeyFailing linux.
2006-12-06 Chris Lattnerfix another sradi encoding bug. This fixes Olden/healt...
2006-12-06 Reid SpencerAlways pass "true" to isMaxValue(bool) because we know...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-06 Reid SpencerUpdate ConstantIntegral Max/Min tests for new interface.
2006-12-06 Reid SpencerFor PR950:
2006-12-06 Reid SpencerFix some 80 col violations.
2006-12-06 Chris Lattnerfix the jit encoding of sradi, simplify the MDForm1...
2006-12-06 Chris Lattneradd relocation support for ppc64 branches.
2006-12-06 Devang PatelDetemplatize the Statistic class.
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris Lattneradd #include
2006-12-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Jim LaskeySome addresssed should be 64-bit and some shouldn't.
2006-12-06 Jim LaskeyMake it easier for gdb to find the return address.
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Jim LaskeyNo need to update generated files.
2006-12-06 Jim LaskeyFix build for older versios of bison.
2006-12-06 Evan ChengMove copyKillDeadInfo out-of-line. Add findRegisterUseO...
2006-12-06 Reid SpencerTie the ordered/unordered predicate descriptions to...
2006-12-06 Chris LattnerRemove the dead CachedWriter class.
2006-12-06 Chris LattnerSimplify code
2006-12-06 Reid SpencerRegenerate.
2006-12-06 Reid SpencerDon't turn on SETCC upgrade yet!
2006-12-06 Reid SpencerRegenerate.
2006-12-06 Reid SpencerFix upgrade of setcc with bool operands.
2006-12-06 Chris LattnerprintName is almost always true. In the cases that...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris LattnerThe hasSlot methods are gone.
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-12-06 Chris Lattnerremove unused api
2006-12-06 Chris Lattnerremove unused api, simplify some code
2006-12-06 Chris Lattnerremove more code that was only used by the bc writer
2006-12-06 Chris Lattnerremove dead code left over from when this functionality...
2006-12-06 Chris Lattnerreword message
2006-12-06 Chris Lattnerrename createSlot -> getOrCreateSlot.
2006-12-06 Chris Lattnerclean up some sloppy and inconsistent spacing
2006-12-06 Chris Lattnerwrap long lines
2006-12-06 Reid SpencerFix a CmpInst writing bug by removing merge cruft that...
2006-12-06 Chris Lattnercounter should be unsigned.
2006-12-06 Chris Lattnereliminate fp statistic
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
next