oota-llvm.git
2006-11-08 Reid SpencerEnsure we don't regress on reading version 6 bytecode.
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Evan ChengAlways pass the root node to ComplexPattern isel matchi...
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Tanya LattnerShould be xfailed for llvm-gcc3.4
2006-11-08 Reid SpencerDocument correct opcodes for post 1.9 release.
2006-11-08 Reid SpencerUpdate the instruction opcodes for release 1.9
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-08 Jim LaskeyMake it work on Darwin.
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
2006-11-08 Jim LaskeyWasn't handling case of when machine move labels were...
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
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.
next