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