Age | Commit message (Expand) | Author |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-18 | Clarify that 'sret' only applies to pointers, and | Duncan Sands |
2008-02-18 | Make the definition of the noalias attribute clearer. | Owen Anderson |
2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
2008-02-09 | explain that NumElements in alloca and malloc defaults to one | Gabor Greif |
2008-01-29 | llvm.sqrt(-0.0) is defined. | Chris Lattner |
2008-01-28 | make handling of overflow and undefined results much more clear. | Chris Lattner |
2008-01-15 | Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. | Anton Korobeynikov |
2008-01-15 | clarify that byval is valid for any pointer argument. | Chris Lattner |
2008-01-11 | document the byval parameter attribute. | Chris Lattner |
2008-01-06 | improve description of alignment, patch by Alain Frisch. | Chris Lattner |
2008-01-06 | Fix typo noticed by 'Danny' in PR1901 | Chris Lattner |
2008-01-04 | fix nesting issues. | Chris Lattner |
2008-01-04 | fix validation issues. | Chris Lattner |
2008-01-04 | improve the description of types, patch by Alain Frisch | Chris Lattner |
2007-12-25 | update to llvm 2.0 syntax. | Chris Lattner |
2007-12-25 | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen |
2007-12-19 | fix more table abuses. | Chris Lattner |
2007-12-18 | avoid confusing terminology (what is a "word"?), fix scary markup, add sectio... | Chris Lattner |
2007-12-17 | Make it clear in the LangRef that allocation instructions only operated on th... | Christopher Lamb |
2007-12-12 | Implement part of review feedback for address spaces. | Christopher Lamb |
2007-12-11 | Add information on address space qualifiers for pointer types and global | Christopher Lamb |
2007-12-10 | Fix a typo spotted by Nick Lewycky. | Gordon Henriksen |
2007-12-10 | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen |
2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
2007-11-22 | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands |
2007-11-17 | Add support for vectors to int <-> float casts. | Nate Begeman |
2007-11-14 | Tweak the descriptions of the new 'const' and 'pure' attributes. | Duncan Sands |
2007-11-14 | Document pure/const parameter attributes | Anton Korobeynikov |
2007-11-05 | Add support for vector remainder operations. | Dan Gohman |
2007-10-22 | Put correct link in example | Bill Wendling |
2007-10-17 | Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is | Dan Gohman |
2007-10-15 | Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback | Dan Gohman |
2007-10-14 | Fixing a typo. Found by Kevin André! | Gordon Henriksen |
2007-10-03 | Clarify that shifts that are too large are undefined. | Chris Lattner |
2007-10-03 | remove extraneous tag | Chris Lattner |
2007-10-03 | remove misleading documentation: LLVM has no atomic support yet. | Chris Lattner |
2007-10-02 | Document new sqrt and powi handling. | Dale Johannesen |
2007-09-22 | Validation fixes | Bill Wendling |
2007-09-22 | fix bugs in the manual | Chris Lattner |
2007-09-22 | Correct names. | Tanya Lattner |
2007-09-22 | Fix typo. | Tanya Lattner |
2007-09-21 | One last fix to get name correct. | Tanya Lattner |
2007-09-21 | Fix silly typo. | Tanya Lattner |
2007-09-21 | Update annotation intrinsic with more details. | Tanya Lattner |
2007-09-21 | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner |
2007-09-21 | gcroot must take concrete types, not arbitrary types. | Chris Lattner |
2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
2007-09-08 | Fix description of the call instruction. There are two types, with one being | Nick Lewycky |
2007-08-22 | Implement review feedback on trampoline documentation. | Duncan Sands |