aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-07Add load-folding table entries for cmovno too.Dan Gohman
2009-01-07Define instructions for cmovo and cmovno.Dan Gohman
2009-01-07X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman
2009-01-07Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson
2009-01-06Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helpsDan Gohman
2009-01-06Revert r42653 and forward-port the code that lets INC64_32r beDan Gohman
2009-01-06CellSPU:Scott Michel
2009-01-06Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman
2009-01-06Set up DwarfDebug using DebugInfo API.Devang Patel
2009-01-06Forgot that this was needed for Linux. This should fix the builds.Bill Wendling
2009-01-06The phi construction algorithm used for interval reconstruction is complicate...Owen Anderson
2009-01-06CellSPU: Update the READMEScott Michel
2009-01-06CellSPU:Scott Michel
2009-01-06Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman
2009-01-06Update these argument lists for the isNormalMemoryDan Gohman
2009-01-06Use a latency value of 0 for the artificial edges inserted byDan Gohman
2009-01-06no need to negate the APInt for 0.Chris Lattner
2009-01-05Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner
2009-01-05make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner
2009-01-05Construct subprogram DIEs using DebugInfo.Devang Patel
2009-01-05Construct global variable DIEs using DebugInfo.Devang Patel
2009-01-05Construct compile unit dies using DebugInfo.Devang Patel
2009-01-05Fix a thinko in the grammar for thread_local variables.Dan Gohman
2009-01-05Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling
2009-01-05Don't call setDepthDirty/setHeightDirty when adding an edgeDan Gohman
2009-01-05Extract source location info from DebugInfo.Devang Patel
2009-01-05Add type DIEs using DebugInfo.Devang Patel
2009-01-05Add a note about passing MVT::Other to getSetCCResultType.Duncan Sands
2009-01-05Strength test.Bill Wendling
2009-01-05Teach the internalize pass to also internalizeDuncan Sands
2009-01-05When checking if an Argument escapes, check ifDuncan Sands
2009-01-05Find loop back edges only after empty blocks are eliminated.Evan Cheng
2009-01-05testcase for bill's patch.Chris Lattner
2009-01-05Not having an aliasee is a theoretical possibility.Duncan Sands
2009-01-05Format more neatly.Duncan Sands
2009-01-05Remove trailing spaces.Duncan Sands
2009-01-05Delete unused global aliases with internal linkage.Duncan Sands
2009-01-05Construct composite type DIE using DebugInfo.Devang Patel
2009-01-05Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel
2009-01-05Add <climits>, to get the definition of CHAR_BIT. This should fixDan Gohman
2009-01-05TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman
2009-01-05Delete an unused variable and simplify the code.Dan Gohman
2009-01-05s/ConstructType/ConstructTypeDIE/gDevang Patel
2009-01-05make llvm-ld smart enough to link against native libraries that are Chris Lattner
2009-01-05Construct stuct field DIEs.Devang Patel
2009-01-05fix wordoChris Lattner
2009-01-05Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff
2009-01-05Construct enumerator DIE using DebugInfo.Devang Patel
2009-01-05Reject PR3281:accepted03.ll with:Chris Lattner
2009-01-05Construct array/vector type DIEs using DebugInfo.Devang Patel