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