aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace two for loops with while(!X->use_empty()) loops. This preventsMatthijs Kooijman2008-08-141-10/+8
* Get rid of a use of std::map.Owen Anderson2008-08-131-2/+2
* Fix a bogus srem rule - a negative value srem'd by a power-of-2Dan Gohman2008-08-134-13/+24
* Expunge the last uses of std::map from LiveIntervals.Owen Anderson2008-08-132-20/+19
* Move r2iMap_ over to DenseMap from std::map.Owen Anderson2008-08-132-4/+18
* Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes withDan Gohman2008-08-132-11/+20
* Make the allocation of LiveIntervals explicit, rather than holding them in th...Owen Anderson2008-08-134-22/+29
* Switch this from std::map to DenseMap.Owen Anderson2008-08-131-1/+1
* Fix SCCP's handling of struct value loads and stores. SCCP doesn'tDan Gohman2008-08-132-2/+20
* Add svn:ignore on several Release-Asserts directoriesDaniel Dunbar2008-08-130-0/+0
* Add default constructor to APSIntDaniel Dunbar2008-08-131-0/+3
* Update makellvm to return correct result code.Daniel Dunbar2008-08-131-0/+1
* Rename. s/FindIVForUser/FindIVUserForCond/gDevang Patel2008-08-131-4/+4
* Teach constant folding that an inttoptr of aDuncan Sands2008-08-132-0/+17
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-136-1/+588
* Oops, check in these files too, for the FastISel -> Fast rename.Dan Gohman2008-08-132-3/+3
* Rename SelectionDAGISel's FastISel to Fast, to begin to makeDan Gohman2008-08-132-5/+5
* Generated files for 54744.Dale Johannesen2008-08-133-1781/+1797
* Add read/write support for X86's sseregparm.Dale Johannesen2008-08-134-0/+7
* Get rid of unused variable.Owen Anderson2008-08-131-1/+0
* 1) Merge entire live intervals instead of parts of them.Owen Anderson2008-08-131-62/+36
* Rename this, in case people think that NullFolderDuncan Sands2008-08-131-4/+4
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-135-76/+127
* Check sign to detect overflow before changing compare stride.Devang Patel2008-08-132-1/+39
* When resolving a stub in x86-64 JIT, use a PC-relative branchDale Johannesen2008-08-121-2/+14
* Remove tabs.Bill Wendling2008-08-121-2/+2
* Update. Remove bogus webpage.Bill Wendling2008-08-121-1/+0
* Make x86-64 JIT changes Darwin-specific.Dale Johannesen2008-08-122-6/+23
* Add a NullFolder class that doesn't fold constants.Duncan Sands2008-08-124-8/+210
* Extend ScalarEvolution's executesAtLeastOnce logic to be able toDan Gohman2008-08-122-55/+92
* Whitespace cleanup. Test commit.Jim Grosbach2008-08-121-0/+1
* In the absence of a linker to build the GOT, use the 32-bitDale Johannesen2008-08-121-1/+3
* Correct the filename in the top-of-file comment.Dan Gohman2008-08-121-1/+1
* Avoid repeatedly reallocating the FoldingSetNodeID when searchingDan Gohman2008-08-121-2/+4
* Use SmallVector instead of std::vectorDevang Patel2008-08-122-18/+18
* Point people to ConstantExpr and ConstantFolding,Duncan Sands2008-08-122-8/+14
* Use DenseMap to keep track of last users.Devang Patel2008-08-122-7/+35
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-114-15/+48
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-113-0/+19
* Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner2008-08-112-6/+27
* Keep track of analysis usage information for passes. Avoid invokingDevang Patel2008-08-112-23/+44
* Improve the grep commands for this test to be tolerant of ABIDan Gohman2008-08-111-1/+4
* Take the FrameOffset into account when computing the alignmentDan Gohman2008-08-112-1/+24
* Implement ISD::TRAP support on PPCNate Begeman2008-08-114-2/+18
* Make it possible to use different constantDuncan Sands2008-08-113-81/+455
* the stacker doc is way out of date.Chris Lattner2008-08-113-1434/+1
* remove obsolete filesChris Lattner2008-08-111-7/+0
* move some more stuff out of my email into readme.txtChris Lattner2008-08-101-0/+73
* add a noteChris Lattner2008-08-101-0/+13
* "This patch adds a virtual call to AbstractLatticeFunction to derive a Chris Lattner2008-08-092-1/+10