summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated code and source sizes.llvmorg-1.2.0release/1.2.xJohn Criswell2004-03-191-11/+11
* Not ready for prime time.John Criswell2004-03-191-180/+0
* Updated to latest revision in the trunk.John Criswell2004-03-191-5/+5
* Added a remark about setting LLVM_LIB_SEARCH_PATH. I forgot to do this onJohn Criswell2004-03-191-0/+27
* Merged in Chris's fix from trunk (revision 1.138).John Criswell2004-03-191-1/+7
* Removed PowerPC directory.John Criswell2004-03-181-1/+1
* Removing the PowerPC code generator from the LLVM 1.2 Release Tree.John Criswell2004-03-185-278/+0
* Removed PowerPC code generation options from llc. The PowerPC codeJohn Criswell2004-03-182-11/+1
* Gave Darwin its own expectations file.John Criswell2004-03-181-0/+4
* Updated code from trunk.John Criswell2004-03-184-230/+140
* cvs slurp revision 1.14 from mainline.John Criswell2004-03-181-1/+1
* Defined the NO_DUMMY_DECL variable. This removes the zlib hack thatJohn Criswell2004-03-171-0/+1
* Slurping up Revision 1.25 of this document, which is described as:John Criswell2004-03-171-73/+118
* Removed the -dsa-track-integers option.John Criswell2004-03-173-13/+0
* Updated options for release 1.2.John Criswell2004-03-171-0/+16
* Added information about how to get QMTest 2.0.3.John Criswell2004-03-171-2/+15
* This commit was manufactured by cvs2svn to create branch 'release_12'.CVS to SVN Conversion2004-03-1719-1986/+0
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-171-0/+11
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-171-1/+1
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-171-1/+2
* update release notes for 1.2Chris Lattner2004-03-171-9/+16
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
* Fix compilation of mesa, which I broke earlier todayChris Lattner2004-03-171-2/+3
* Be more accurateChris Lattner2004-03-171-4/+15
* cleanup commentChris Lattner2004-03-171-1/+1
* Make the set of fixed (preallocated) intervals be a fixed superset ofAlkis Evlogimenos2004-03-171-29/+10
* Fix bug in previous checkinChris Lattner2004-03-161-2/+7
* Okay, so there is no reasonable way for tail duplication to update SSA form,Chris Lattner2004-03-161-195/+49
* This code was both incredibly complex and incredibly broken. Fix it.Chris Lattner2004-03-161-137/+57
* Another simple testcaseChris Lattner2004-03-161-0/+17
* The .type directive on Solaris uses the # character instead of @.Brian Gaeke2004-03-161-2/+2
* Fix bug in zero-extending of shorts.Brian Gaeke2004-03-161-2/+2
* Add UMULrr and SMULrr instructions.Brian Gaeke2004-03-161-0/+4
* Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke2004-03-161-7/+7
* Make getClass more robust by adding cLong.Brian Gaeke2004-03-161-1/+7
* Bug fixedChris Lattner2004-03-161-0/+1
* New testcase for PR297Chris Lattner2004-03-161-0/+4
* Add a better head-of-file comment.Brian Gaeke2004-03-161-1/+3
* Bug not fixed after allChris Lattner2004-03-161-1/+3
* Fix testChris Lattner2004-03-161-1/+1
* Fix testcaseChris Lattner2004-03-161-1/+1
* Punt if we see gigantic PHI nodes. This improves a huge interpreter loopChris Lattner2004-03-161-0/+6
* Do not try to optimize PHI nodes with incredibly high degree. This reduces SCCPChris Lattner2004-03-161-0/+7
* Do not copy gigantic switch instructionsChris Lattner2004-03-162-2/+19
* Fix bug in bug name. It must be the painkillers that I haven't been takingChris Lattner2004-03-161-1/+1
* Implement a new feature in the CFE, moving a GCC extension from the unsupportedChris Lattner2004-03-161-1/+4
* New testcaseChris Lattner2004-03-161-0/+21
* boog fixedChris Lattner2004-03-161-0/+2
* Fix PR296: [execution engines] Unhandled cast constant expressionChris Lattner2004-03-161-6/+17
* Fix a regression from this patch:Chris Lattner2004-03-161-16/+13