new testcase
[oota-llvm.git] / docs /
2005-05-04 Reid SpencerCorrect the descriptions of WHILE...END and RROT. Thank...
2005-05-04 Andrew Lenharthfixup argument
2005-05-03 Andrew Lenharthinitial descriptions of count intrinsics
2005-05-03 Andrew Lenharthnote the vararg change, and other stuff
2005-05-01 Reid SpencerMention that arguments to functions must be first class...
2005-04-26 Chris Lattnerno parens
2005-04-26 Chris Lattnerupdate some paths
2005-04-26 Reid SpencerConvert the remainder of the intrinsic function prototy...
2005-04-26 Reid SpencerUse the declare syntax not the call syntax for intrinsi...
2005-04-25 Tanya LattnerAdded question about turning off all optimizations...
2005-04-25 Chris Lattnerdocument 'opaque' types
2005-04-25 Chris LattnerAdd feedback from Vikram
2005-04-25 Chris Lattnerfix some bugs
2005-04-24 Reid SpencerMake this readable for newbies and those who can only...
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-23 Chris LattnerTypes.def is going away
2005-04-23 Chris Lattneradd a bunch of documentation about the LLVM type resolu...
2005-04-23 Chris Lattnermake an advanced topics section, move symtab to it
2005-04-23 Chris LattnerThis is not needed
2005-04-23 Chris Lattneradd a search box for the documentation
2005-04-22 Reid SpencerMention the --enable-targets= option to configure.
2005-04-22 Misha BrukmanHyphenate the adjective `n-bit' when used to describe...
2005-04-22 Reid SpencerDocument the --enable-targets= feature of the configure...
2005-04-22 Chris Lattnerremove 'another common example', which doesn't work...
2005-04-22 Reid SpencerThere is no =head3. Convert to =head2.
2005-04-22 Reid SpencerCorrect the documentation to match the program.
2005-04-21 Chris LattnerFix some broken links, taking care of PR554
2005-04-21 Chris Lattnerupdate to match build changes.
2005-04-19 Chris LattnerBug fixed
2005-03-30 Misha Brukman* Put command-line switches and function names in <tt>
2005-03-30 Duraid MadinaAdd section for Itanium
2005-03-30 Misha Brukman* Add section for Alpha
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-18 Misha BrukmanWe shall have IA64 as a new experimental backend releas...
2005-03-15 Chris Lattnermethods removed.
2005-03-15 Chris Lattnerswitch from a* to arg_* and g* to global_* for argument...
2005-03-11 Misha BrukmanMove link to GCC prefetch info here, since it's gone...
2005-03-11 Chris Lattnerprefetch is now supported.
2005-03-11 Misha BrukmanSprinkle code examples and command-line interaction...
2005-03-10 Misha Brukman* Add directions to send output of nightly test script...
2005-03-08 Jeff CohenClarify inability to generate assembly, and note that...
2005-03-07 Chris LattnerVarious cleanups and clarifications, thanks to Gabor...
2005-03-07 Chris Lattnerfix another typo
2005-03-07 Chris Lattnerfix typeo that Gabor Greif noticed!
2005-03-06 Chris Lattnercleanup some html
2005-03-06 Chris LattnerThese methods are removed.
2005-03-01 Misha BrukmanFix HTML-4.01 Strict compliance
2005-03-01 Misha BrukmanUse a colon instead of a period since we're introducing...
2005-02-28 Chris Lattnercleanup my miswording
2005-02-28 Chris LattnerDocument llvm.prefetch, patch contributed by Justin...
2005-02-28 Chris LattnerAdam Treat implemented this :)
2005-02-28 Reid SpencerA few small steps toward HTML 4.01 Strict compliance.
2005-02-28 Reid SpencerAdd a little more detail about the configuration proces...
2005-02-27 Chris LattnerBug fixed
2005-02-25 Chris Lattneradd an entry, add links to entries for demo page.
2005-02-24 Reid SpencerRemove a -C I forgot to remove earlier.
2005-02-24 Reid SpencerFor PR528:
2005-02-21 Chris Lattneradd another plausible reason
2005-02-20 Chris LattnerBug fixed.
2005-02-19 Chris Lattnertypeo
2005-02-19 Chris LattnerBug fixed.
2005-02-19 Chris LattnerBug fixed.
2005-02-19 Chris LattnerFix a bug.
2005-02-18 Misha Brukman* llvmc does not have a -V switch
2005-02-17 Misha BrukmanRemove colloquialisms from the documentation.
2005-02-15 Chris LattnerBug fixed
2005-02-15 Chris LattnerBug fixed.
2005-02-14 Chris Lattnerwow, interesting typo :)
2005-02-14 Chris LattnerBugs fixed
2005-02-13 Chris LattnerAdd some updates
2005-02-13 Chris LattnerSuSE 3.3.3 is also borken.
2005-02-12 Chris LattnerAdd note about broken GCC
2005-02-12 Chris LattnerDocument the newly generalized model for constant globals.
2005-02-11 Chris LattnerSlightly expand on the instructions.
2005-02-11 Chris LattnerBug fixed
2005-02-09 Chris LattnerThis will be moved elsewhere.
2005-02-09 Misha Brukman* Use doc_code style for blocks of code
2005-02-09 Misha BrukmanDo not mention colors in style names, we might want...
2005-02-09 Misha Brukman* Use an HTML list <ol> instead of custom superscripts...
2005-02-09 Misha BrukmanAdd style to display notes on a different background...
2005-02-09 Chris LattnerTurn footnotes into links, make the page validate.
2005-02-09 Chris LattnerIf needed, this should be in the 'how to compile the...
2005-02-09 Chris Lattnerthis should be incorporated into the build
2005-02-09 Misha Brukman* Separate superscript footnotes with a comma, otherwis...
2005-02-09 Chris LattnerAdd instructions for MINGW, contributed by Henrik Bach
2005-02-03 Misha Brukman* Fix broken link to directions to get llvm, llvm-gcc...
2005-02-03 Misha Brukman* Clearly mark LLVM_LIB_SEARCH_PATH as being optional
2005-02-02 Misha Brukman* Instead of fixing the version numbers before every...
2005-02-02 Jeff CohenAdd additional source of Win32 GNU utilities.
2005-02-01 Jeff CohenPut finishing touches on GettingStartedVS.html and...
2005-02-01 Chris LattnerUpdate speedup and shrinkage info
2005-01-31 Jeff CohenAdd LLVM with Visual Studio overview
2005-01-29 Chris Lattnernoteworthy.
2005-01-28 Chris LattnerAdd some initial documentation for the SelectionDAG...
2005-01-28 Chris LattnerThese passes are no more.
2005-01-27 Misha BrukmanMark -parallel pass as `experimental'
2005-01-25 Reid SpencerDocument the --load option.
2005-01-22 Chris LattnerQOI feature implemented.
2005-01-17 Chris LattnerFix typos noticed by Gabor Greif, thanks Gabor!
2005-01-16 Reid Spencer* Revise the projects section and make reference to...
next