- ce459b1 PR3485, document alignment on byref. by Chris Lattner · 16 years ago
- ef56ce1 validation error fix. by Chris Lattner · 16 years ago
- 242d61d Document type upreferences (PR3380), patch by Stein Roger Skafløtten by Chris Lattner · 16 years ago
- d8791e5 Add more documentation mentioning the limitations due to PR2660. by Dan Gohman · 16 years ago
- c766f72 Add a few more notes about LLVM IR features that codegen doesn't yet support. by Dan Gohman · 16 years ago
- 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- f3e60bd Document several current CodeGen limitations in LangRef.html. by Dan Gohman · 16 years ago
- 7956412 The LLVM Assembly Language Reference incorrectly stated that the by Dan Gohman · 16 years ago
- e7886e4 Implement PR3313, and while I'm at it address a very FAQ. by Chris Lattner · 16 years ago
- 398873c Fix the example syntax for named sections. by Dan Gohman · 16 years ago
- 81e2167 A few more whitespace tidyments. by Dan Gohman · 16 years ago
- 2a08c53 Tidy whitespace. by Dan Gohman · 16 years ago
- 0c7b39f new non-ambiguous syntax. by Chris Lattner · 16 years ago
- f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
- e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
- 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
- 01f8d09 Added a little more information that vector shifts require vector shift amount. by Mon P Wang · 16 years ago
- e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 16 years ago
- b0a57aa Fixed HTML closing tag, cleaned up some spacing. by Misha Brukman · 16 years ago
- baa39d8 Small formatting change. by Bill Wendling · 16 years ago
- fbaa7ed Update to explain how ssp and sspreq attributes override each other. by Bill Wendling · 16 years ago
- f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
- 9682607 NULL, unique pointers from malloc(0), and freed pointers are legal values for by Torok Edwin · 16 years ago
- b2b32fd Seriously strengthen the guarantee offered by noalias on a function's return by Nick Lewycky · 16 years ago
- 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
- dccb025 Fixed named anchor for llvm.stackprotector intrinsic. by Misha Brukman · 16 years ago
- 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
- dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
- 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
- 69e4adb - Move the stackprotector intrinsic to the general section. by Bill Wendling · 16 years ago
- 3c44f5b Documentation for the llvm.stackprotector intrinsic. by Bill Wendling · 16 years ago
- 31359ba Update docs for ssp and sspreq function attributes. by Bill Wendling · 16 years ago
- aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
- 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
- 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
- 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
- 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
- e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
- 85a350f fix typo by Chris Lattner · 16 years ago
- 307e8ab Improve function definition, call and invoke instruction docs. by Devang Patel · 16 years ago
- cb73d19 Add two forgotten </i>'s. by Matthijs Kooijman · 16 years ago
- f642f47 Update function attributes docs. by Devang Patel · 16 years ago
- edb05df Clarify the relationship between byval and readonly/ by Duncan Sands · 16 years ago
- 94b5f7d A word got optimized out, thanks to Duncan for pointing this out by Chris Lattner · 16 years ago
- b1e6b96 Update the documentation for first-class aggregates changes, by Dan Gohman · 16 years ago
- 4f99335 add a note about inline asm by Chris Lattner · 16 years ago
- 66d922c improve description of param/ret attrs by Chris Lattner · 16 years ago
- 88d4b59 improve descriptions of function attrs by Chris Lattner · 16 years ago
- 0c46a7d notes are gone. by Chris Lattner · 16 years ago
- 66c6c65 Fix grammar. by Devang Patel · 16 years ago
- 1260205 Fix sentence. by Devang Patel · 16 years ago
- 2c9c3e7 Implement function notes as function attributes. by Devang Patel · 16 years ago
- c9c6da6 Accept 'inreg' attribute on x86 functions as by Dale Johannesen · 16 years ago
- 0b23ac1 The "alias" keyword comes first. by Duncan Sands · 16 years ago
- f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
- 500233a Bitcasting two or from aggregate types is not permitted. Update by Dan Gohman · 16 years ago
- c7e4c4d Clean up CSS validator errors: 'Property align doesn't exist : center' by Bill Wendling · 16 years ago
- e36dccc Formatting changes. to make the information cleaner. by Bill Wendling · 16 years ago
- cdc0669 update. by Devang Patel · 16 years ago
- f8b9481 Document function notes. by Devang Patel · 16 years ago
- fb224a2 use the more precise 'op1' instead of 'var1' since the latter can be misunderstood to not encompass constants by Gabor Greif · 16 years ago
- 837f39b It's "a static", not "an static" by Bill Wendling · 16 years ago
- d3eda89 Expand acronyms, suggested by Walter Pawley by Chris Lattner · 16 years ago
- ebec678 Capitalize LLVM, suggested by Walt Pawley by Chris Lattner · 16 years ago
- e3b3a72 Added support for overloading intrinsics (atomics) based on pointers by Mon P Wang · 16 years ago
- 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
- 0789b8b Note that 'nest' only applies to pointers. by Duncan Sands · 16 years ago
- 2887310 Added MemOperands to Atomic operations since Atomics touches memory. by Mon P Wang · 16 years ago
- 52bb2db Fix the syntax of insertvalue in the example. by Dan Gohman · 16 years ago
- 4eaac9b integer types are not primitive, they are derived. by Chris Lattner · 16 years ago
- 0066db6 Fix a missing comma spotted by Bram Geron. by Dan Gohman · 16 years ago
- 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
- 2307a7f Document common linkage. by Dale Johannesen · 16 years ago
- ade5faa label is a first-class type. by Dan Gohman · 16 years ago
- c4b49eb Update the description of first-class types to reflect that by Dan Gohman · 16 years ago
- 5568e94 Clarify that and/or/xor/sdiv etc all allow vectors. by Chris Lattner · 16 years ago
- 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
- c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
- a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
- f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
- ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
- 05d6709 Doc updates/edits, contributed by Terence Parr! by Chris Lattner · 17 years ago
- f4cde4e fix description of 'ret' to be more correct with multiple return by Chris Lattner · 17 years ago
- 1c406d7 Allow undef as an operand to getresult. by Chris Lattner · 17 years ago
- e0db56d free(null) -> noop by Chris Lattner · 17 years ago
- 72ed200 Some clarifications suggested by Jon Sargeant by Chris Lattner · 17 years ago
- 4316dec more edits from Jon Sargeant by Chris Lattner · 17 years ago
- 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 17 years ago
- a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 17 years ago
- 7a3ad1a void type is also a valid function return type. by Devang Patel · 17 years ago
- 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 17 years ago
- a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 17 years ago
- 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 17 years ago
- 772fccf clean up and fix the call section. by Chris Lattner · 17 years ago
- 45c5e8b cleanups for the getresult section. by Chris Lattner · 17 years ago
- b7f0c08 Clarify the unwind attribute. Add assumption about sret made by the optimizers. by Duncan Sands · 17 years ago
- d703f65 Commit works on regular functions too. Fix the syntax to allow @foo. by Nick Lewycky · 17 years ago
- 0dbb4a1 fix grammer by Devang Patel · 17 years ago