aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assert that VectorType::getTruncatedElementVectorType is not used withBob Wilson2009-01-072-4/+12
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-072-425/+0
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-072-3/+1
* revert to functionally equivalent formulationGabor Greif2009-01-071-1/+1
* use the obvious gettersGabor Greif2009-01-071-3/+3
* Remove redundant 'else's. No functionality change.Dan Gohman2009-01-071-7/+6
* Add empty() methods for register def lists.Dan Gohman2009-01-071-0/+8
* Minor cleanup for unittest:Misha Brukman2009-01-071-3/+3
* Whitespace - correct formatting.Duncan Sands2009-01-071-2/+2
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-072-87/+25
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-072-5/+5
* Reorder these.Duncan Sands2009-01-071-24/+24
* Use a switch rather than a sequence of "isa" tests.Duncan Sands2009-01-071-16/+32
* The verifier checks that the aliasee is not null.Duncan Sands2009-01-071-2/+1
* Implement the first half of PR3290: if there is a store of an Chris Lattner2009-01-072-5/+164
* Factor a bunch of code out into a helper method.Chris Lattner2009-01-071-148/+156
* use continue to simplify code and reduce nesting, no functionalityChris Lattner2009-01-071-38/+58
* Get TargetData once up front and cache as an ivar instead ofChris Lattner2009-01-071-45/+38
* Use the hasAllZeroIndices predicate to simplify some Chris Lattner2009-01-071-28/+6
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-074-20/+115
* add a testcase.Chris Lattner2009-01-071-0/+56
* Add patterns to match conditional moves with loads foldedDan Gohman2009-01-073-1/+111
* Add load-folding table entries for cmovno too.Dan Gohman2009-01-071-0/+3
* Define instructions for cmovo and cmovno.Dan Gohman2009-01-073-9/+90
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-077-69/+32
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-075-6/+100
* Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helpsDan Gohman2009-01-061-0/+83
* Revert r42653 and forward-port the code that lets INC64_32r beDan Gohman2009-01-062-2/+25
* CellSPU:Scott Michel2009-01-067-61/+38
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-062-1/+70
* Set up DwarfDebug using DebugInfo API.Devang Patel2009-01-061-0/+33
* Forgot that this was needed for Linux. This should fix the builds.Bill Wendling2009-01-061-2/+2
* The phi construction algorithm used for interval reconstruction is complicate...Owen Anderson2009-01-061-13/+27
* CellSPU: Update the READMEScott Michel2009-01-061-7/+18
* CellSPU:Scott Michel2009-01-069-159/+558
* Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman2009-01-061-27/+0
* Update these argument lists for the isNormalMemoryDan Gohman2009-01-061-3/+6
* Use a latency value of 0 for the artificial edges inserted byDan Gohman2009-01-062-2/+2
* no need to negate the APInt for 0.Chris Lattner2009-01-061-1/+1
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-052-20/+19
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-052-1/+37
* Construct subprogram DIEs using DebugInfo.Devang Patel2009-01-051-0/+39
* Construct global variable DIEs using DebugInfo.Devang Patel2009-01-051-1/+48
* Construct compile unit dies using DebugInfo.Devang Patel2009-01-051-1/+70
* Fix a thinko in the grammar for thread_local variables.Dan Gohman2009-01-051-1/+1
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-054-38/+6
* Don't call setDepthDirty/setHeightDirty when adding an edgeDan Gohman2009-01-051-4/+8
* Extract source location info from DebugInfo.Devang Patel2009-01-052-9/+109
* Add type DIEs using DebugInfo.Devang Patel2009-01-051-9/+79
* Add a note about passing MVT::Other to getSetCCResultType.Duncan Sands2009-01-051-2/+5