aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-27Add a run line to this test.Reid Spencer
2006-10-26Change load PatFrag to ignore indexed load.Evan Cheng
2006-10-26getPreIndexedLoad -> getIndexedLoad.Evan Cheng
2006-10-26Indexed load / store changes.Evan Cheng
2006-10-26Place cstrings in .cstring section.Evan Cheng
2006-10-26Speed up isCString()Evan Cheng
2006-10-26Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel
2006-10-26Simplify code a bit by changing instances of:Reid Spencer
2006-10-26Put cstrings in .cstring section when compiling for Mac OS X.Evan Cheng
2006-10-26Added CStringSection.Evan Cheng
2006-10-26Add isCString() - returns true if a ConstantArray is a CString.Evan Cheng
2006-10-26Fix Transforms/InstCombine/2006-10-26-VectorReassoc.llChris Lattner
2006-10-26new testcase, should not reassoc fp vectorChris Lattner
2006-10-26Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner
2006-10-26initial support for frame pointersRafael Espindola
2006-10-26Enclose a case in { and } so that the pickier compilers don't complain.Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-26Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can neverNick Lewycky
2006-10-26Handling of setlt/le/gt/ge is broken at the moment; predsimplify removesNick Lewycky
2006-10-26Make the makefile tell us when Intrinsics.gen is being updated.Reid Spencer
2006-10-26This testcase was logically wrong! Fixing, and including the test for theNick Lewycky
2006-10-25Resurrect r1.25.Nick Lewycky
2006-10-25simplify codeChris Lattner
2006-10-25New shuffle test case.Evan Cheng
2006-10-25During vector shuffle lowering, we sometimes commute a vector shuffle to tryEvan Cheng
2006-10-25X86ISD::PEXTRW 3rd operand type is always target pointer type.Evan Cheng
2006-10-25hide symbols properlyChris Lattner
2006-10-25Remove -disable-x86-shuffle-optiEvan Cheng
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling
2006-10-25Supply alignment info to linker through LLVMSymbol.Devang Patel
2006-10-25turn off tail merging for nowChris Lattner
2006-10-25be more aggressive about matching identical instructions.Chris Lattner
2006-10-25Allow this to pass on ppcChris Lattner
2006-10-25Modernize the testcase, allow it to pass on ppcChris Lattner
2006-10-24TargetData is not subclassed. So no need to have virtual method.Devang Patel
2006-10-24Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-24expand ISD::VACOPYRafael Espindola
2006-10-24Removed extraneous semi-colon; this was prevening the grammar file fromJohn Criswell
2006-10-24Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel
2006-10-24visitSwitchCase knows how to insert conditional branches well. ChangeChris Lattner
2006-10-24Generalize CaseBlock a bit more:Chris Lattner
2006-10-24update commentChris Lattner
2006-10-24Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of theChris Lattner
2006-10-24new testcaseChris Lattner
2006-10-24fix warning about missing newline at end of fileRafael Espindola
2006-10-24generalize 'CaseBlock'. It really allows any comparison to be inserted.Chris Lattner
2006-10-24implement uncond branch insertion, mark branches with isBranch.Chris Lattner
2006-10-24implement uncond branch insertion for the branch folding passChris Lattner
2006-10-24implement uncond branch insertion so alpha works work branchfolding.Chris Lattner