aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-19Tailcalls require stubs to be emitted. Otherwise, the compilation callbackChris Lattner
2005-05-19For PR514:Reid Spencer
2005-05-19Make the value to -s not be interpreted as a file nameReid Spencer
2005-05-19Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-19Two changes to support building shared libraries that contain multipleReid Spencer
2005-05-18Reid linked to the CVS release notes on newsforge :(Chris Lattner
2005-05-18Wrap long linesMisha Brukman
2005-05-18New Release Notes for LLVM 1.6.John Criswell
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