| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add note about bit builtins newly supported | Chris Lattner | 2005-05-07 | 1 | -2/+7 |
* | fix bugs in my previous commit clarify the return type of the bit ops | Chris Lattner | 2005-05-07 | 1 | -9/+14 |
* | add a couple of notes | Chris Lattner | 2005-05-06 | 2 | -3/+6 |
* | document calling convention extensions | Chris Lattner | 2005-05-06 | 2 | -42/+143 |
* | Add info on new 'tail' marker | Chris Lattner | 2005-05-06 | 1 | -11/+37 |
* | Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins | Reid Spencer | 2005-05-04 | 1 | -17/+21 |
* | fixup argument | Andrew Lenharth | 2005-05-04 | 1 | -3/+3 |
* | initial descriptions of count intrinsics | Andrew Lenharth | 2005-05-03 | 1 | -0/+117 |
* | note the vararg change, and other stuff | Andrew Lenharth | 2005-05-03 | 1 | -1/+19 |
* | Mention that arguments to functions must be first class types. | Reid Spencer | 2005-05-01 | 1 | -3/+4 |
* | no parens | Chris Lattner | 2005-04-26 | 1 | -1/+1 |
* | update some paths | Chris Lattner | 2005-04-26 | 1 | -4/+4 |
* | Convert the remainder of the intrinsic function prototypes to "declare" | Reid Spencer | 2005-04-26 | 1 | -17/+15 |
* | Use the declare syntax not the call syntax for intrinsic prototypes so | Reid Spencer | 2005-04-26 | 1 | -6/+6 |
* | Added question about turning off all optimizations. I think this has been ask... | Tanya Lattner | 2005-04-25 | 1 | -0/+18 |
* | document 'opaque' types | Chris Lattner | 2005-04-25 | 1 | -1/+43 |
* | Add feedback from Vikram | Chris Lattner | 2005-04-25 | 1 | -2/+11 |
* | fix some bugs | Chris Lattner | 2005-04-25 | 1 | -1/+2 |
* | Make this readable for newbies and those who can only understand one set of | Reid Spencer | 2005-04-24 | 1 | -115/+153 |
* | extract has been renamed to llvm-extract to avoid conflicting with another tool | Misha Brukman | 2005-04-24 | 4 | -83/+11 |
* | Types.def is going away | Chris Lattner | 2005-04-23 | 1 | -8/+2 |
* | add a bunch of documentation about the LLVM type resolution machinery | Chris Lattner | 2005-04-23 | 2 | -1/+167 |
* | make an advanced topics section, move symtab to it | Chris Lattner | 2005-04-23 | 1 | -221/+241 |
* | This is not needed | Chris Lattner | 2005-04-23 | 1 | -1/+0 |
* | add a search box for the documentation | Chris Lattner | 2005-04-23 | 1 | -0/+9 |
* | Mention the --enable-targets= option to configure. | Reid Spencer | 2005-04-22 | 1 | -0/+3 |
* | Hyphenate the adjective `n-bit' when used to describe values and processors | Misha Brukman | 2005-04-22 | 1 | -14/+14 |
* | Document the --enable-targets= feature of the configure script. | Reid Spencer | 2005-04-22 | 1 | -0/+10 |
* | remove 'another common example', which doesn't work with VC++, and indent | Chris Lattner | 2005-04-22 | 1 | -12/+4 |
* | There is no =head3. Convert to =head2. | Reid Spencer | 2005-04-22 | 1 | -1/+1 |
* | Correct the documentation to match the program. | Reid Spencer | 2005-04-22 | 1 | -13/+26 |
* | Fix some broken links, taking care of PR554 | Chris Lattner | 2005-04-21 | 1 | -6/+6 |
* | update to match build changes. | Chris Lattner | 2005-04-21 | 1 | -2/+2 |
* | Bug fixed | Chris Lattner | 2005-04-19 | 1 | -0/+2 |
* | * Put command-line switches and function names in <tt> | Misha Brukman | 2005-03-30 | 1 | -9/+10 |
* | Add section for Itanium | Duraid Madina | 2005-03-30 | 1 | -0/+12 |
* | * Add section for Alpha | Misha Brukman | 2005-03-30 | 1 | -8/+12 |
* | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth | 2005-03-28 | 1 | -0/+41 |
* | We shall have IA64 as a new experimental backend released with LLVM 1.5 | Misha Brukman | 2005-03-18 | 1 | -3/+3 |
* | methods removed. | Chris Lattner | 2005-03-15 | 1 | -7/+7 |
* | switch from a* to arg_* and g* to global_* for argument/global var iterators | Chris Lattner | 2005-03-15 | 1 | -8/+8 |
* | Move link to GCC prefetch info here, since it's gone from Open Projects page | Misha Brukman | 2005-03-11 | 1 | -2/+5 |
* | prefetch is now supported. | Chris Lattner | 2005-03-11 | 1 | -1/+4 |
* | Sprinkle code examples and command-line interaction examples with some style | Misha Brukman | 2005-03-11 | 1 | -94/+96 |
* | * Add directions to send output of nightly test script to llvm-testresults@cs | Misha Brukman | 2005-03-10 | 1 | -17/+23 |
* | Clarify inability to generate assembly, and note that VC++ Express works. | Jeff Cohen | 2005-03-08 | 1 | -3/+5 |
* | Various cleanups and clarifications, thanks to Gabor Greif for contributing t... | Chris Lattner | 2005-03-07 | 1 | -5/+8 |
* | fix another typo | Chris Lattner | 2005-03-07 | 1 | -1/+1 |
* | fix typeo that Gabor Greif noticed! | Chris Lattner | 2005-03-07 | 1 | -2/+2 |
* | cleanup some html | Chris Lattner | 2005-03-06 | 1 | -11/+8 |