summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-07
* 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 a testcase.Chris Lattner2009-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
* Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helpsDan Gohman2009-01-06
* 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
* Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman2009-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
* no need to negate the APInt for 0.Chris Lattner2009-01-06
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-05
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris 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
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-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
* Add a note about passing MVT::Other to getSetCCResultType.Duncan Sands2009-01-05
* Strength test.Bill Wendling2009-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
* testcase for bill's patch.Chris Lattner2009-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