oota-llvm.git
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Evan Cheng- When performing pre-/post- indexed load/store transfo...
2006-11-08 Evan ChengFixed a minor bug preventing some pre-indexed load...
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Reid SpencerXFAIL this on Linux until Jim gets Darwin ship shape.
2006-11-08 Chris Lattnernow that we handle single mbb loops better, one branch...
2006-11-08 Chris Lattnerregenerate
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-08 Chris Lattnercorrect the (currently unused) pattern for lwzu.
2006-11-08 Chris Lattnerpreincrement case we miss. xfail until we catch it
2006-11-08 Devang PatelBeautify.
2006-11-08 Reid SpencerFix the section headings.
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Evan ChengNew test case.
2006-11-07 Evan ChengFixed a bug which causes x86 be to incorrectly match
2006-11-07 Devang PatelFix comment.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Jim LaskeyAccidently reran commit.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris LattnerEnable improved spilling costs by default. This speeds...
2006-11-07 Andrew LenharthGot a little ahead of myself here
2006-11-07 Andrew LenharthFix this test
2006-11-07 Jim LaskeyUse correct value for float HUGH_VAL.
2006-11-07 Evan ChengAdded target hook for post-indexed memory ops transform...
2006-11-07 Evan ChengAdd post-indexed load / store transformations.
2006-11-07 Reid SpencerMake some corrections to this test case.
2006-11-07 Reid SpencerIgnore the Output dir.
2006-11-07 Reid SpencerAdd a test case for making sure gdb can get a stack...
2006-11-07 Chris LattnerAdd a new llcbeta option. This speeds up viterbi from...
2006-11-07 Reid SpencerUnbreak X86/ELF Debugging. Somehow this line got lost...
2006-11-07 Tanya LattnerBumping version number
2006-11-07 Chris Lattnerwrong bug #
2006-11-07 Chris LattnerFix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicEx...
2006-11-07 Chris Lattnernew testcase
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-07 Chris Lattneremit TIED_TO correctly
2006-11-06 Chris LattnerMark predicate operands as such in operand info.
2006-11-06 Chris LattnerAdd a new operand flag to mark which operand is the...
2006-11-06 Chris Lattnersimplify the way operand flags and constraints are...
2006-11-06 Chris Lattnerrecognize ppc's blr instruction as predicated
2006-11-06 Chris Lattneradd a flag so that predicated instructions can be recog...
2006-11-06 Evan ChengRemove dead code; added a missing null ptr check.
2006-11-06 Chris Lattneradd a note
2006-11-06 Reid SpencerFix a small bug noticed on code review.
2006-11-06 Jim LaskeyTab interferes with uniqueness.
2006-11-06 Jim LaskeyD'oh - reversed logic.
2006-11-06 Evan ChengAdd comment.
2006-11-05 Chris Lattnerregenerate
2006-11-05 Chris Lattnerxfail this for the 1.9 release. This is PR984.
2006-11-05 Jim LaskeyTry again.
2006-11-05 Jim LaskeyMisfire.
2006-11-05 Jim LaskeyUp to date for 1.9
2006-11-05 Reid SpencerGet LLVMGCCARCH right regardless of the llvm-gcc versio...
2006-11-05 Reid SpencerFix a problem in the the last patch that subverts error...
2006-11-05 Jeff CohenRemove obsolete VS project.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
2006-11-05 Reid SpencerAdd a -disable-cbe-printf-a option so that the output...
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-05 Evan ChengAdded pre-indexed store support.
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-05 Reid SpencerDon't check variables before they are set.
2006-11-04 Jim LaskeyLive local variables are being dropped because the...
2006-11-04 Evan ChengChanges to use operand constraints to process two-addre...
2006-11-04 Evan ChengMove to operand constraints for two-address instructions.
2006-11-04 Evan ChengClean up some code.
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-04 Chris LattnerParse PredicateOperand's. When an instruction takes...
2006-11-04 Chris LattnerFirst steps to getting PredicateOperand's to work....
2006-11-04 Reid SpencerOkay, need a pattern before and after the cast pattern.
2006-11-04 Reid SpencerAllow the regular expression to be extended by a parameter.
2006-11-04 Reid SpencerFor PR950:
2006-11-04 Reid SpencerAdd a note about warnings from the GNU ld 2.16.X linker.
2006-11-04 Evan ChengFixed some spiller bugs exposed by the recent two-addre...
2006-11-03 Chris LattnerDescribe PPC predicates, which are a pair of CR# and...
2006-11-03 Chris Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-03 Chris Lattnerremove redundant/dead vars
next