summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reorder these.Duncan Sands2009-01-07
* Use a switch rather than a sequence of "isa" tests.Duncan Sands2009-01-07
* The verifier checks that the aliasee is not null.Duncan Sands2009-01-07
* Implement the first half of PR3290: if there is a store of an Chris Lattner2009-01-07
* Factor a bunch of code out into a helper method.Chris Lattner2009-01-07
* use continue to simplify code and reduce nesting, no functionalityChris Lattner2009-01-07
* Get TargetData once up front and cache as an ivar instead ofChris Lattner2009-01-07
* Use the hasAllZeroIndices predicate to simplify some Chris Lattner2009-01-07
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-07
* Add patterns to match conditional moves with loads foldedDan Gohman2009-01-07
* Add load-folding table entries for cmovno too.Dan Gohman2009-01-07
* Define instructions for cmovo and cmovno.Dan Gohman2009-01-07
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-07
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Revert r42653 and forward-port the code that lets INC64_32r beDan Gohman2009-01-06
* CellSPU:Scott Michel2009-01-06
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-06
* Set up DwarfDebug using DebugInfo API.Devang Patel2009-01-06
* Forgot that this was needed for Linux. This should fix the builds.Bill Wendling2009-01-06
* The phi construction algorithm used for interval reconstruction is complicate...Owen Anderson2009-01-06
* CellSPU: Update the READMEScott Michel2009-01-06
* CellSPU:Scott Michel2009-01-06
* Update these argument lists for the isNormalMemoryDan Gohman2009-01-06
* Use a latency value of 0 for the artificial edges inserted byDan Gohman2009-01-06
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-05
* Construct subprogram DIEs using DebugInfo.Devang Patel2009-01-05
* Construct global variable DIEs using DebugInfo.Devang Patel2009-01-05
* Construct compile unit dies using DebugInfo.Devang Patel2009-01-05
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-05
* Don't call setDepthDirty/setHeightDirty when adding an edgeDan Gohman2009-01-05
* Extract source location info from DebugInfo.Devang Patel2009-01-05
* Add type DIEs using DebugInfo.Devang Patel2009-01-05
* Teach the internalize pass to also internalizeDuncan Sands2009-01-05
* When checking if an Argument escapes, check ifDuncan Sands2009-01-05
* Find loop back edges only after empty blocks are eliminated.Evan Cheng2009-01-05
* Not having an aliasee is a theoretical possibility.Duncan Sands2009-01-05
* Format more neatly.Duncan Sands2009-01-05
* Remove trailing spaces.Duncan Sands2009-01-05
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-05
* Construct composite type DIE using DebugInfo.Devang Patel2009-01-05
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-05
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-05
* s/ConstructType/ConstructTypeDIE/gDevang Patel2009-01-05
* Construct stuct field DIEs.Devang Patel2009-01-05
* fix wordoChris Lattner2009-01-05
* Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff2009-01-05
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-05
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-05
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-05
* Get rid of sentinel insertion in interval reconstruction. It just masked theOwen Anderson2009-01-05