summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-19
* Build the install directories just exactly as any others. Hopefully thisReid Spencer2005-05-19
* For PR514: Do not configure removed filesReid Spencer2005-05-19
* For PR514: Do not configure removed filesReid Spencer2005-05-19
* Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber themChris Lattner2005-05-19
* Tailcalls require stubs to be emitted. Otherwise, the compilation callbackChris Lattner2005-05-19
* For PR514:Reid Spencer2005-05-19
* Make the value to -s not be interpreted as a file nameReid Spencer2005-05-19
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-19
* For PR514:Reid Spencer2005-05-19
* Two changes to support building shared libraries that contain multipleReid Spencer2005-05-19
* Reid linked to the CVS release notes on newsforge :(Chris Lattner2005-05-18
* Wrap long linesMisha Brukman2005-05-18
* New Release Notes for LLVM 1.6.John Criswell2005-05-18
* 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