aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This implements the second half of the fix for PR3290, handlingChris Lattner2009-01-082-2/+125
* * Added unittests for StringMapMisha Brukman2009-01-082-2/+193
* Add APIs to record regions and variables.Devang Patel2009-01-081-0/+27
* Add APIs to manage scope using DebugInfo interface.Devang Patel2009-01-081-0/+297
* * Fixed spelling of "sentinel"Misha Brukman2009-01-081-23/+23
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-081-1/+1
* Be sure to ignore the end-of-line character when considering trailingMisha Brukman2009-01-081-2/+2
* Removed trailing whitespace.Misha Brukman2009-01-082-48/+48
* Fix failure messages in Verifier::PerformTypeCheck. The argument numbersBob Wilson2009-01-081-47/+42
* CMake: removed lib/VMCore/DebugInfoBuilder.cpp.Oscar Fuentes2009-01-081-1/+0
* 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