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