aboutsummaryrefslogtreecommitdiff
path: root/lib
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-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-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-05Change m_ConstantInt and m_SelectCst to take their constant integersChris 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-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-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-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-05TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman
2009-01-05s/ConstructType/ConstructTypeDIE/gDevang Patel
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
2009-01-05Get rid of sentinel insertion in interval reconstruction. It just masked theOwen Anderson
2009-01-05reject PR3281:crash11.ll with:Chris Lattner
2009-01-05reject PR3281:crash10.ll with:Chris Lattner
2009-01-05reject PR3281:crash09.ll with this diagnostic:Chris Lattner
2009-01-05allow opaque undefs. This resolves PR3282 and fixesChris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-05Construct basic and derived type DIEs using DebugInfo.Devang Patel
2009-01-05subsume ConstructPointerType()Devang Patel
2009-01-05subsume ConstructBasicType().Devang Patel
2009-01-05squash warnings.Devang Patel
2009-01-05another fix to my previous commit:Gabor Greif