| Commit message (Expand) | Author | Age | Files | Lines |
* | explain that NumElements in alloca and malloc defaults to one | Gabor Greif | 2008-02-09 | 1 | -9/+9 |
* | llvm.sqrt(-0.0) is defined. | Chris Lattner | 2008-01-29 | 1 | -1/+3 |
* | make handling of overflow and undefined results much more clear. | Chris Lattner | 2008-01-28 | 1 | -9/+40 |
* | Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. | Anton Korobeynikov | 2008-01-15 | 1 | -5/+39 |
* | clarify that byval is valid for any pointer argument. | Chris Lattner | 2008-01-15 | 1 | -5/+6 |
* | document the byval parameter attribute. | Chris Lattner | 2008-01-11 | 1 | -0/+14 |
* | improve description of alignment, patch by Alain Frisch. | Chris Lattner | 2008-01-06 | 1 | -0/+20 |
* | Fix typo noticed by 'Danny' in PR1901 | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | fix nesting issues. | Chris Lattner | 2008-01-04 | 1 | -1/+3 |
* | fix validation issues. | Chris Lattner | 2008-01-04 | 1 | -2/+4 |
* | improve the description of types, patch by Alain Frisch | Chris Lattner | 2008-01-04 | 1 | -38/+82 |
* | update to llvm 2.0 syntax. | Chris Lattner | 2007-12-25 | 1 | -2/+2 |
* | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen | 2007-12-25 | 1 | -4/+9 |
* | fix more table abuses. | Chris Lattner | 2007-12-19 | 1 | -50/+46 |
* | avoid confusing terminology (what is a "word"?), fix scary markup, add sectio... | Chris Lattner | 2007-12-18 | 1 | -21/+12 |
* | Make it clear in the LangRef that allocation instructions only operated on th... | Christopher Lamb | 2007-12-17 | 1 | -2/+8 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -1/+2 |
* | Add information on address space qualifiers for pointer types and global | Christopher Lamb | 2007-12-11 | 1 | -4/+15 |
* | Fix a typo spotted by Nick Lewycky. | Gordon Henriksen | 2007-12-10 | 1 | -2/+2 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -3/+22 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -9/+7 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -6/+6 |
* | Add support for vectors to int <-> float casts. | Nate Begeman | 2007-11-17 | 1 | -21/+34 |
* | Tweak the descriptions of the new 'const' and 'pure' attributes. | Duncan Sands | 2007-11-14 | 1 | -7/+7 |
* | Document pure/const parameter attributes | Anton Korobeynikov | 2007-11-14 | 1 | -0/+9 |
* | Add support for vector remainder operations. | Dan Gohman | 2007-11-05 | 1 | -3/+8 |
* | Put correct link in example | Bill Wendling | 2007-10-22 | 1 | -3/+2 |
* | Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is | Dan Gohman | 2007-10-17 | 1 | -9/+3 |
* | Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback | Dan Gohman | 2007-10-15 | 1 | -4/+136 |
* | Fixing a typo. Found by Kevin André! | Gordon Henriksen | 2007-10-14 | 1 | -1/+1 |
* | Clarify that shifts that are too large are undefined. | Chris Lattner | 2007-10-03 | 1 | -3/+19 |
* | remove extraneous tag | Chris Lattner | 2007-10-03 | 1 | -1/+1 |
* | remove misleading documentation: LLVM has no atomic support yet. | Chris Lattner | 2007-10-03 | 1 | -302/+1 |
* | Document new sqrt and powi handling. | Dale Johannesen | 2007-10-02 | 1 | -4/+14 |
* | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -4/+3 |
* | fix bugs in the manual | Chris Lattner | 2007-09-22 | 1 | -10/+2 |
* | Correct names. | Tanya Lattner | 2007-09-22 | 1 | -5/+5 |
* | Fix typo. | Tanya Lattner | 2007-09-22 | 1 | -2/+2 |
* | One last fix to get name correct. | Tanya Lattner | 2007-09-21 | 1 | -1/+1 |
* | Fix silly typo. | Tanya Lattner | 2007-09-21 | 1 | -3/+2 |
* | Update annotation intrinsic with more details. | Tanya Lattner | 2007-09-21 | 1 | -3/+13 |
* | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner | 2007-09-21 | 1 | -0/+37 |
* | gcroot must take concrete types, not arbitrary types. | Chris Lattner | 2007-09-21 | 1 | -8/+7 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -46/+21 |
* | Fix description of the call instruction. There are two types, with one being | Nick Lewycky | 2007-09-08 | 1 | -9/+15 |
* | Implement review feedback on trampoline documentation. | Duncan Sands | 2007-08-22 | 1 | -6/+4 |
* | Describe the global/local naming convention. | Reid Spencer | 2007-08-07 | 1 | -11/+13 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -35/+44 |
* | fp2uint -> fptoui | Reid Spencer | 2007-07-31 | 1 | -8/+8 |
* | Forget to add 'nest' to the list of parameter | Duncan Sands | 2007-07-27 | 1 | -0/+3 |