summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-18Onward to LLVM-1.6 and beyond!Misha Brukman
2005-05-18Updated version to LLVM 1.6 CVS.John Criswell
2005-05-18Merged in release_15.John Criswell
2005-05-18teach the inliner about coldcc and noreturn functionsChris Lattner
2005-05-17Remove extra header in the SPARC sectionMisha Brukman
2005-05-17Fix a few grammaros.Reid Spencer
2005-05-17* Add a link to the pattern-matching codegen docsMisha Brukman
2005-05-17Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman
2005-05-17Add link to debugging code generators with bugpointMisha Brukman
2005-05-16It would help if the headings were sorted properly.Reid Spencer
2005-05-16Fix a brain blunder in the HTML output.Reid Spencer
2005-05-16Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer
2005-05-16Adjust the dependencies and generate the output to docs/userloc.html soReid Spencer
2005-05-16Add a script to generate information about the number of lines of code aReid Spencer
2005-05-16Add the ability to generate the User LOC page via the userloc.pl script.Reid Spencer
2005-05-16more minor editsChris Lattner
2005-05-16more editsChris Lattner
2005-05-16more edits, include stuff from the status updateChris Lattner
2005-05-16pretty tiny change (looks like adding the HP-UX detection and line numberDuraid Madina
2005-05-16flush on the right and indented on the left looks a bit weird.Chris Lattner
2005-05-16Added a note about how the type can be omitted in call instructions.John Criswell
2005-05-16fix a typo duraid noticedChris Lattner
2005-05-16comment the hpux bitDuraid Madina
2005-05-16more editsChris Lattner
2005-05-16HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina
2005-05-16hp-ux needs this to get through the System/Support libsDuraid Madina
2005-05-16detect HP-UX when configuringDuraid Madina
2005-05-16remove deprecated methodsChris Lattner
2005-05-15GCC4 + IA64 = badnewsChris Lattner
2005-05-15Remove the check for the ffsll function. Its no longer needed by theReid Spencer
2005-05-15Improve statementChris Lattner
2005-05-15Don't eliminate a test case, just the form of the test case, from theReid Spencer
2005-05-15This does not belongChris Lattner
2005-05-15Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there'sReid Spencer
2005-05-15Add a case with non-constant argument for testing the transform:Reid Spencer
2005-05-15Provide this optimization as well:Reid Spencer
2005-05-15PPC "branch and link" instructions are branches in the PPC sense, but notChris Lattner
2005-05-15Fix andrews changes to fit in 80 columnsChris Lattner
2005-05-15ctlz = most signficant bits, cttz = least sigChris Lattner
2005-05-15fix warningChris Lattner
2005-05-15fix compiler warningChris Lattner
2005-05-15Duh .. you actually have to #include Config/config.h before you can testReid Spencer
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-05-15add a sparcv8 section, make this validateChris Lattner
2005-05-15more edits, add anchorsChris Lattner
2005-05-15make angry compilers happy againDuraid Madina
2005-05-15aCC and STLport complained about this, because they're like thatDuraid Madina
2005-05-15edits to the simplify-libcalls element, move it higher in the list.Chris Lattner
2005-05-15add generated codeChris Lattner
2005-05-15don't reserve space for tailcall arg areas. It explicitly managed.Chris Lattner