aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* note the vararg change, and other stuffAndrew Lenharth2005-05-031-1/+19
* Mention that arguments to functions must be first class types.Reid Spencer2005-05-011-3/+4
* no parensChris Lattner2005-04-261-1/+1
* update some pathsChris Lattner2005-04-261-4/+4
* Convert the remainder of the intrinsic function prototypes to "declare"Reid Spencer2005-04-261-17/+15
* Use the declare syntax not the call syntax for intrinsic prototypes soReid Spencer2005-04-261-6/+6
* Added question about turning off all optimizations. I think this has been ask...Tanya Lattner2005-04-251-0/+18
* document 'opaque' typesChris Lattner2005-04-251-1/+43
* Add feedback from VikramChris Lattner2005-04-251-2/+11
* fix some bugsChris Lattner2005-04-251-1/+2
* Make this readable for newbies and those who can only understand one set ofReid Spencer2005-04-241-115/+153
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-244-83/+11
* Types.def is going awayChris Lattner2005-04-231-8/+2
* add a bunch of documentation about the LLVM type resolution machineryChris Lattner2005-04-232-1/+167
* make an advanced topics section, move symtab to itChris Lattner2005-04-231-221/+241
* This is not neededChris Lattner2005-04-231-1/+0
* add a search box for the documentationChris Lattner2005-04-231-0/+9
* Mention the --enable-targets= option to configure.Reid Spencer2005-04-221-0/+3
* Hyphenate the adjective `n-bit' when used to describe values and processorsMisha Brukman2005-04-221-14/+14
* Document the --enable-targets= feature of the configure script.Reid Spencer2005-04-221-0/+10
* remove 'another common example', which doesn't work with VC++, and indentChris Lattner2005-04-221-12/+4
* There is no =head3. Convert to =head2.Reid Spencer2005-04-221-1/+1
* Correct the documentation to match the program.Reid Spencer2005-04-221-13/+26
* Fix some broken links, taking care of PR554Chris Lattner2005-04-211-6/+6
* update to match build changes.Chris Lattner2005-04-211-2/+2
* Bug fixedChris Lattner2005-04-191-0/+2
* * Put command-line switches and function names in <tt>Misha Brukman2005-03-301-9/+10
* Add section for ItaniumDuraid Madina2005-03-301-0/+12
* * Add section for AlphaMisha Brukman2005-03-301-8/+12
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-281-0/+41
* We shall have IA64 as a new experimental backend released with LLVM 1.5Misha Brukman2005-03-181-3/+3
* methods removed.Chris Lattner2005-03-151-7/+7
* switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner2005-03-151-8/+8
* Move link to GCC prefetch info here, since it's gone from Open Projects pageMisha Brukman2005-03-111-2/+5
* prefetch is now supported.Chris Lattner2005-03-111-1/+4
* Sprinkle code examples and command-line interaction examples with some styleMisha Brukman2005-03-111-94/+96
* * Add directions to send output of nightly test script to llvm-testresults@csMisha Brukman2005-03-101-17/+23
* Clarify inability to generate assembly, and note that VC++ Express works.Jeff Cohen2005-03-081-3/+5
* Various cleanups and clarifications, thanks to Gabor Greif for contributing t...Chris Lattner2005-03-071-5/+8
* fix another typoChris Lattner2005-03-071-1/+1
* fix typeo that Gabor Greif noticed!Chris Lattner2005-03-071-2/+2
* cleanup some htmlChris Lattner2005-03-061-11/+8
* These methods are removed.Chris Lattner2005-03-061-8/+0
* Fix HTML-4.01 Strict complianceMisha Brukman2005-03-011-2/+2
* Use a colon instead of a period since we're introducing a command listMisha Brukman2005-03-011-1/+1
* cleanup my miswordingChris Lattner2005-02-281-2/+2
* Document llvm.prefetch, patch contributed by Justin Wick!Chris Lattner2005-02-281-0/+47
* Adam Treat implemented this :)Chris Lattner2005-02-281-1/+2
* A few small steps toward HTML 4.01 Strict compliance.Reid Spencer2005-02-281-8/+4
* Add a little more detail about the configuration process for projects.Reid Spencer2005-02-281-16/+29