summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Remove vim modeline, this belongs in ~/.vimrcMisha Brukman2005-05-10
* Consistently surround `cl::' code structures with <b> and <tt> to make themMisha Brukman2005-05-10
* note HP-UX supportDuraid Madina2005-05-10
* Updated the list of code generators for LLVM 1.5.John Criswell2005-05-09
* Little corrections.John Criswell2005-05-09
* Fix bug noticed by Tzu-Chien Chiu, thanks!Chris Lattner2005-05-09
* add note about bit builtins newly supportedChris Lattner2005-05-07
* fix bugs in my previous commit clarify the return type of the bit opsChris Lattner2005-05-07
* add a couple of notesChris Lattner2005-05-06
* document calling convention extensionsChris Lattner2005-05-06
* Add info on new 'tail' markerChris Lattner2005-05-06
* Correct the descriptions of WHILE...END and RROT. Thanks to Lalo MartinsReid Spencer2005-05-04
* fixup argumentAndrew Lenharth2005-05-04
* initial descriptions of count intrinsicsAndrew Lenharth2005-05-03
* note the vararg change, and other stuffAndrew Lenharth2005-05-03
* Mention that arguments to functions must be first class types.Reid Spencer2005-05-01
* no parensChris Lattner2005-04-26
* update some pathsChris Lattner2005-04-26
* Convert the remainder of the intrinsic function prototypes to "declare"Reid Spencer2005-04-26
* Use the declare syntax not the call syntax for intrinsic prototypes soReid Spencer2005-04-26
* Added question about turning off all optimizations. I think this has been ask...Tanya Lattner2005-04-25
* document 'opaque' typesChris Lattner2005-04-25
* Add feedback from VikramChris Lattner2005-04-25
* fix some bugsChris Lattner2005-04-25
* Make this readable for newbies and those who can only understand one set ofReid Spencer2005-04-24
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* Types.def is going awayChris Lattner2005-04-23
* add a bunch of documentation about the LLVM type resolution machineryChris Lattner2005-04-23
* make an advanced topics section, move symtab to itChris Lattner2005-04-23
* This is not neededChris Lattner2005-04-23
* add a search box for the documentationChris Lattner2005-04-23
* Mention the --enable-targets= option to configure.Reid Spencer2005-04-22
* Hyphenate the adjective `n-bit' when used to describe values and processorsMisha Brukman2005-04-22
* Document the --enable-targets= feature of the configure script.Reid Spencer2005-04-22
* remove 'another common example', which doesn't work with VC++, and indentChris Lattner2005-04-22
* There is no =head3. Convert to =head2.Reid Spencer2005-04-22
* Correct the documentation to match the program.Reid Spencer2005-04-22
* Fix some broken links, taking care of PR554Chris Lattner2005-04-21
* update to match build changes.Chris Lattner2005-04-21
* Bug fixedChris Lattner2005-04-19
* * Put command-line switches and function names in <tt>Misha Brukman2005-03-30
* Add section for ItaniumDuraid Madina2005-03-30
* * Add section for AlphaMisha Brukman2005-03-30
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-28
* We shall have IA64 as a new experimental backend released with LLVM 1.5Misha Brukman2005-03-18
* methods removed.Chris Lattner2005-03-15
* switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner2005-03-15
* Move link to GCC prefetch info here, since it's gone from Open Projects pageMisha Brukman2005-03-11
* prefetch is now supported.Chris Lattner2005-03-11
* Sprinkle code examples and command-line interaction examples with some styleMisha Brukman2005-03-11