summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Onward to LLVM-1.6 and beyond!Misha Brukman2005-05-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22123 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated version to LLVM 1.6 CVS.John Criswell2005-05-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22122 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in release_15.John Criswell2005-05-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
* teach the inliner about coldcc and noreturn functionsChris Lattner2005-05-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22113 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extra header in the SPARC sectionMisha Brukman2005-05-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22101 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a few grammaros.Reid Spencer2005-05-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22100 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add a link to the pattern-matching codegen docsMisha Brukman2005-05-17
| | | | | | | * Tersify wording git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22099 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman2005-05-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22098 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to debugging code generators with bugpointMisha Brukman2005-05-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22097 91177308-0d34-0410-b5e6-96231b3b80d8
* It would help if the headings were sorted properly.Reid Spencer2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22096 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a brain blunder in the HTML output.Reid Spencer2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22094 91177308-0d34-0410-b5e6-96231b3b80d8
* Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer2005-05-16
| | | | | | | accident so now I'm correcting it. The script is userloc.pl not userloc.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22093 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjust the dependencies and generate the output to docs/userloc.html soReid Spencer2005-05-16
| | | | | | | that it can properly link to the CSS stylesheet and images. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22092 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a script to generate information about the number of lines of code aReid Spencer2005-05-16
| | | | | | | user has checked in (not necessarily authored) based on cvs annotate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22091 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the ability to generate the User LOC page via the userloc.pl script.Reid Spencer2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22090 91177308-0d34-0410-b5e6-96231b3b80d8
* more minor editsChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22088 91177308-0d34-0410-b5e6-96231b3b80d8
* more editsChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22087 91177308-0d34-0410-b5e6-96231b3b80d8
* more edits, include stuff from the status updateChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22086 91177308-0d34-0410-b5e6-96231b3b80d8
* pretty tiny change (looks like adding the HP-UX detection and line numberDuraid Madina2005-05-16
| | | | | | | | | | changes to me) - not committing autoconf/configure.ac (oops, already committed that!) - not committing include/llvm/Config/config.h.in (it remains unchanged) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22085 91177308-0d34-0410-b5e6-96231b3b80d8
* flush on the right and indented on the left looks a bit weird.Chris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22084 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a note about how the type can be omitted in call instructions.John Criswell2005-05-16
| | | | | | | | | Added a note about how getelementptr can be used to index into structures or arrays. Fixed some typos, spelling, etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22083 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a typo duraid noticedChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8
* comment the hpux bitDuraid Madina2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22081 91177308-0d34-0410-b5e6-96231b3b80d8
* more editsChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22080 91177308-0d34-0410-b5e6-96231b3b80d8
* HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina2005-05-16
| | | | | | | can't patch it up for c++ (works in C though) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22079 91177308-0d34-0410-b5e6-96231b3b80d8
* hp-ux needs this to get through the System/Support libsDuraid Madina2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22078 91177308-0d34-0410-b5e6-96231b3b80d8
* detect HP-UX when configuringDuraid Madina2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22077 91177308-0d34-0410-b5e6-96231b3b80d8
* remove deprecated methodsChris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22076 91177308-0d34-0410-b5e6-96231b3b80d8
* GCC4 + IA64 = badnewsChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22075 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-15
| | | | | | | simplify-libcalls pass (pass now computes it without a call to ffsll). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22074 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve statementChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22073 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't eliminate a test case, just the form of the test case, from theReid Spencer2005-05-15
| | | | | | | previous revision. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22072 91177308-0d34-0410-b5e6-96231b3b80d8
* This does not belongChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22071 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there'sReid Spencer2005-05-15
| | | | | | | not reason to include it for other front ends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22070 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a case with non-constant argument for testing the transform:Reid Spencer2005-05-15
| | | | | | | ffs(x) -> (x == 0 ? 0 : llvm.cttz(0)+1) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22069 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide this optimization as well:Reid Spencer2005-05-15
| | | | | | | ffs(x) -> (x == 0 ? 0 : 1+llvm.cttz(x)) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22068 91177308-0d34-0410-b5e6-96231b3b80d8
* PPC "branch and link" instructions are branches in the PPC sense, but notChris Lattner2005-05-15
| | | | | | | | in the LLVM code generator sense (they are calls). Don't mark them as such, which fixes the regressions on the ppc tester last night git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22065 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix andrews changes to fit in 80 columnsChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22064 91177308-0d34-0410-b5e6-96231b3b80d8
* ctlz = most signficant bits, cttz = least sigChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22061 91177308-0d34-0410-b5e6-96231b3b80d8
* fix warningChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22060 91177308-0d34-0410-b5e6-96231b3b80d8
* fix compiler warningChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22059 91177308-0d34-0410-b5e6-96231b3b80d8
* Duh .. you actually have to #include Config/config.h before you can testReid Spencer2005-05-15
| | | | | | | for one of the values that it defines! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22058 91177308-0d34-0410-b5e6-96231b3b80d8
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
| | | | | | | | * Use C++ style casts, not C style casts * Abstract base classes should have virtual destructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22057 91177308-0d34-0410-b5e6-96231b3b80d8
* add a sparcv8 section, make this validateChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22056 91177308-0d34-0410-b5e6-96231b3b80d8
* more edits, add anchorsChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22055 91177308-0d34-0410-b5e6-96231b3b80d8
* make angry compilers happy againDuraid Madina2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22054 91177308-0d34-0410-b5e6-96231b3b80d8
* aCC and STLport complained about this, because they're like thatDuraid Madina2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22053 91177308-0d34-0410-b5e6-96231b3b80d8
* edits to the simplify-libcalls element, move it higher in the list.Chris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22052 91177308-0d34-0410-b5e6-96231b3b80d8
* add generated codeChris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22051 91177308-0d34-0410-b5e6-96231b3b80d8
* don't reserve space for tailcall arg areas. It explicitly managed.Chris Lattner2005-05-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22050 91177308-0d34-0410-b5e6-96231b3b80d8