aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-18Add PR#566; something I should have done before.llvmorg-1.5.0release/1.5.xJohn Criswell1-1/+1
2005-05-18Updated for LLVM 1.5.John Criswell1-1/+1
2005-05-17Fix name of LLVM CFE source tarball.John Criswell1-1/+1
2005-05-17Fixed the descriptions of llvmc and llvm-ld to not be version specific.John Criswell1-12/+11
2005-05-17Added Linux/Itanium back. Linux/PPC is the platform that we haven't usedJohn Criswell1-0/+5
2005-05-17Merged from Mainline.John Criswell1-1/+1
2005-05-17Merged Misha Modifications from Mainline.John Criswell1-12/+16
2005-05-17Updated from mainline.John Criswell1-5/+5
2005-05-17Merged from mainline.John Criswell1-3/+0
2005-05-17Removed Linux/Itanium as we don't really know if it works.John Criswell1-11/+7
2005-05-16Updated the version to 1.5.John Criswell2-10/+10
2005-05-16This commit was manufactured by cvs2svn to create branch 'release_15'.CVS to SVN Conversion2-1/+47
2005-05-16more minor editsChris Lattner1-4/+5
2005-05-16more editsChris Lattner1-28/+29
2005-05-16more edits, include stuff from the status updateChris Lattner1-24/+62
2005-05-16pretty tiny change (looks like adding the HP-UX detection and line numberDuraid Madina1-29/+32
2005-05-16flush on the right and indented on the left looks a bit weird.Chris Lattner1-1/+1
2005-05-16Added a note about how the type can be omitted in call instructions.John Criswell1-17/+21
2005-05-16fix a typo duraid noticedChris Lattner1-1/+1
2005-05-16comment the hpux bitDuraid Madina1-0/+1
2005-05-16more editsChris Lattner1-13/+22
2005-05-16HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina1-0/+4
2005-05-16hp-ux needs this to get through the System/Support libsDuraid Madina1-0/+4
2005-05-16detect HP-UX when configuringDuraid Madina1-0/+3
2005-05-16remove deprecated methodsChris Lattner2-26/+5
2005-05-15GCC4 + IA64 = badnewsChris Lattner1-0/+2
2005-05-15Remove the check for the ffsll function. Its no longer needed by theReid Spencer3-6/+2
2005-05-15Improve statementChris Lattner1-1/+1
2005-05-15Don't eliminate a test case, just the form of the test case, from theReid Spencer1-1/+2
2005-05-15This does not belongChris Lattner1-3/+1
2005-05-15Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there'sReid Spencer1-14/+0
2005-05-15Add a case with non-constant argument for testing the transform:Reid Spencer1-1/+7
2005-05-15Provide this optimization as well:Reid Spencer1-5/+45
2005-05-15PPC "branch and link" instructions are branches in the PPC sense, but notChris Lattner1-1/+1
2005-05-15Fix andrews changes to fit in 80 columnsChris Lattner2-15/+30
2005-05-15ctlz = most signficant bits, cttz = least sigChris Lattner1-15/+18
2005-05-15fix warningChris Lattner1-1/+1
2005-05-15fix compiler warningChris Lattner1-1/+1
2005-05-15Duh .. you actually have to #include Config/config.h before you can testReid Spencer1-0/+1
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer8-12/+18
2005-05-15add a sparcv8 section, make this validateChris Lattner1-9/+26
2005-05-15more edits, add anchorsChris Lattner1-4/+9
2005-05-15make angry compilers happy againDuraid Madina1-1/+2
2005-05-15aCC and STLport complained about this, because they're like thatDuraid Madina1-1/+1
2005-05-15edits to the simplify-libcalls element, move it higher in the list.Chris Lattner1-6/+6
2005-05-15add generated codeChris Lattner1-6/+24
2005-05-15don't reserve space for tailcall arg areas. It explicitly managed.Chris Lattner1-2/+4
2005-05-15Make note of the -simplify-libcalls pass.Reid Spencer1-0/+6
2005-05-15add test to check for tail callsChris Lattner1-0/+7
2005-05-15Teach reginfo how to deal with ADJSTACKPTRri, allowing us to generate:Chris Lattner1-0/+3