aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strength test.Bill Wendling2009-01-051-1/+3
* Teach the internalize pass to also internalizeDuncan Sands2009-01-052-0/+22
* When checking if an Argument escapes, check ifDuncan Sands2009-01-051-7/+13
* Find loop back edges only after empty blocks are eliminated.Evan Cheng2009-01-052-3/+4
* testcase for bill's patch.Chris Lattner2009-01-051-0/+26
* Not having an aliasee is a theoretical possibility.Duncan Sands2009-01-051-1/+2
* Format more neatly.Duncan Sands2009-01-051-1/+1
* Remove trailing spaces.Duncan Sands2009-01-051-10/+10
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-052-8/+31
* Construct composite type DIE using DebugInfo.Devang Patel2009-01-051-4/+83
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-052-2/+22
* Add <climits>, to get the definition of CHAR_BIT. This should fixDan Gohman2009-01-051-0/+1
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-053-9/+2
* Delete an unused variable and simplify the code.Dan Gohman2009-01-051-10/+7
* s/ConstructType/ConstructTypeDIE/gDevang Patel2009-01-051-6/+6
* make llvm-ld smart enough to link against native libraries that are Chris Lattner2009-01-051-2/+18
* Construct stuct field DIEs.Devang Patel2009-01-052-0/+79
* fix wordoChris Lattner2009-01-051-1/+1
* Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff2009-01-051-1/+1
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-052-1/+12
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-052-6/+11
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-053-11/+58
* Get rid of sentinel insertion in interval reconstruction. It just masked theOwen Anderson2009-01-051-5/+0
* reject PR3281:crash11.ll with:Chris Lattner2009-01-051-2/+8
* reject PR3281:crash10.ll with:Chris Lattner2009-01-051-0/+5