Fix a problem with llvm-ranlib that (on some platforms) caused the archive
[oota-llvm.git] / docs /
2005-05-14 Duraid Madinaadd a bit about the known problems on IA64
2005-05-14 Chris Lattnerminor changes
2005-05-14 Chris Lattneruser ops are not encoded in the bc format
2005-05-14 Reid SpencerDocument the pseudo-instruction opcodes in opcode range...
2005-05-13 John CriswellMinor fixup of typos.
2005-05-13 John CriswellRemoved PPC Linux support, as no one seems to have...
2005-05-13 John CriswellAdd a note about SPARC V8.
2005-05-13 John CriswellMinor fixes.
2005-05-13 John CriswellAdded some missing platforms.
2005-05-13 John CriswellMore typo and wording fixes.
2005-05-13 Chris LattnerAdd reassociation, minor cleanups.
2005-05-13 Chris Lattnerclose off B< tag
2005-05-13 Chris Lattnerremove htmlisms
2005-05-13 Chris Lattnerfix typo
2005-05-13 Chris Lattnernote how to disable inlining
2005-05-13 Chris Lattnerfix link to llvm-ar
2005-05-13 Chris Lattnerthese don't use passes
2005-05-13 Chris Lattnerthis detail is not needed here
2005-05-13 Chris Lattnerupdate this manual
2005-05-13 John CriswellMinor corrections and clarifications.
2005-05-12 John CriswellShameless update of copyright years.
2005-05-12 John CriswellCorrect a detail with the alloca instruction.
2005-05-12 John CriswellFixed some typos.
2005-05-11 Chris Lattnerupdate this to reflect the new selection daggy world
2005-05-11 Chris Lattnerdon't duplicate information, particularly when it's...
2005-05-10 Misha BrukmanRemove vim modeline; this should go into ~/.vimrc
2005-05-10 Misha BrukmanRemove vim modeline, this belongs in ~/.vimrc
2005-05-10 Misha BrukmanConsistently surround `cl::' code structures with ...
2005-05-10 Duraid Madinanote HP-UX support
2005-05-09 John CriswellUpdated the list of code generators for LLVM 1.5.
2005-05-09 John CriswellLittle corrections.
2005-05-09 Chris LattnerFix bug noticed by Tzu-Chien Chiu, thanks!
2005-05-07 Chris Lattneradd note about bit builtins newly supported
2005-05-07 Chris Lattnerfix bugs in my previous commit clarify the return type...
2005-05-06 Chris Lattneradd a couple of notes
2005-05-06 Chris Lattnerdocument calling convention extensions
2005-05-06 Chris LattnerAdd info on new 'tail' marker
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.
next