- 23ff1f9 fix more table abuses. by Chris Lattner · 17 years ago
- b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 17 years ago
- 303dae9 Make it clear in the LangRef that allocation instructions only operated on the generic address space. Implement support in the verifier for ensuring this is true. by Christopher Lamb · 17 years ago
- d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
- 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 17 years ago
- e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 17 years ago
- 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
- ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 17 years ago
- b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
- f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 17 years ago
- e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 17 years ago
- 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
- 8c6c72d Put correct link in example by Bill Wendling · 17 years ago
- ba83b7e Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is by Dan Gohman · 17 years ago
- 91c284c Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback by Dan Gohman · 17 years ago
- 8ac04ff Fixing a typo. Found by Kevin André! by Gordon Henriksen · 17 years ago
- 6ccc2d5 Clarify that shifts that are too large are undefined. by Chris Lattner · 17 years ago
- cc68939 remove extraneous tag by Chris Lattner · 17 years ago
- 4ef2b76 remove misleading documentation: LLVM has no atomic support yet. by Chris Lattner · 17 years ago
- 408f9c1 Document new sqrt and powi handling. by Dale Johannesen · 17 years ago
- 03295ca Validation fixes by Bill Wendling · 17 years ago
- 8851904 fix bugs in the manual by Chris Lattner · 17 years ago
- d3989a8 Correct names. by Tanya Lattner · 17 years ago
- 91d0b88 Fix typo. by Tanya Lattner · 17 years ago
- e1a8da0 One last fix to get name correct. by Tanya Lattner · 17 years ago
- 0f5dbfb Fix silly typo. by Tanya Lattner · 17 years ago
- 39cfba6 Update annotation intrinsic with more details. by Tanya Lattner · 17 years ago
- b636788 Adding support for __builtin_annotation with an intrinsic called llvm.annotation. This is similar to llvm.var.annotation but is applied to expressions. by Tanya Lattner · 17 years ago
- 1df4f75 gcroot must take concrete types, not arbitrary types. by Chris Lattner · 17 years ago
- f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 17 years ago
- db7e3c9 Fix description of the call instruction. There are two types, with one being by Nick Lewycky · 17 years ago
- c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 17 years ago
- 2c45228 Describe the global/local naming convention. by Reid Spencer · 17 years ago
- 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
- 1539a1c fp2uint -> fptoui by Reid Spencer · 17 years ago
- 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 17 years ago
- 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
- 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 17 years ago
- 1cff408 Silly HTML by Reid Spencer · 17 years ago
- 2067764 Fix validation errors. by Reid Spencer · 17 years ago
- 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 17 years ago
- 9445e9a For PR1553: by Reid Spencer · 17 years ago
- d6257fe Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior, by Dan Gohman · 17 years ago
- 744ff41 remove obsolete note by Chris Lattner · 17 years ago
- 3e63a9d fix some bugs in the manual by Chris Lattner · 17 years ago
- 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
- d2e8442 Update docs for llvm.var.annotation intrinsic. by Tanya Lattner · 17 years ago
- 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 17 years ago
- 6c0955b one final bugfix by Chris Lattner · 17 years ago
- a89e5f1 modernize example by Chris Lattner · 17 years ago
- 4a3c901 wording fix noticed by Ivan Novick by Chris Lattner · 17 years ago
- a18a424 update to match latest changes by Chris Lattner · 17 years ago
- febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
- cabc846 more fixes to C code. by Chris Lattner · 17 years ago
- aac388b Fixed some formatting. by Bill Wendling · 17 years ago
- 2f7a8b0 Fix for PR1452. Removed "define" keyword from the C code. Added "<div by Bill Wendling · 17 years ago
- d1d2517 remove contradiction owen noticed by Chris Lattner · 17 years ago
- 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 17 years ago
- c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 18 years ago
- d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 18 years ago
- 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago
- c6c98af Implement review feedback by Anton Korobeynikov · 18 years ago
- b627eab Minor corrections. by Jeff Cohen · 18 years ago
- a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
- 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
- cb75731 Undo erroneous corrections. by Jeff Cohen · 18 years ago
- 6f1cc77 Minor corrections. by Jeff Cohen · 18 years ago
- 2330e4d by Christopher Lamb · 18 years ago
- a456336 update documentation by Lauro Ramos Venancio · 18 years ago
- f0dbf64 Fix extra argument in part_set examples. Thanks Zhiru. by Reid Spencer · 18 years ago
- c891084 Fix validation errors. by Reid Spencer · 18 years ago
- 065cc7f Missing end tag. Thanks, Nick. by Reid Spencer · 18 years ago
- e31a27d Put period inside the paragraph! by Reid Spencer · 18 years ago
- f86037f Document the part_set intrinsic. by Reid Spencer · 18 years ago
- beacf66 Fix name of an intrinsic: bit.part_select -> part.select by Reid Spencer · 18 years ago
- 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 18 years ago
- 771b675 Appease Chris' pedantic streak. by Reid Spencer · 18 years ago
- a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 18 years ago
- 338ea09 bwsap -> bswap by Reid Spencer · 18 years ago
- 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 18 years ago
- a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 18 years ago
- 497d93e For PR1297: by Reid Spencer · 18 years ago
- 409e28f For PR1297: by Reid Spencer · 18 years ago
- 526cdf6 Remove reference to checkpoint. by Duncan Sands · 18 years ago
- 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
- c10f0af Undocument the implementation keyword Docuemnt the checkpoint keyword by Reid Spencer · 18 years ago
- 64f5c6c Fix a link. by Reid Spencer · 18 years ago
- c9fdfc8 Correct the description of srem. remainder follows the dividend not the divisor! by Reid Spencer · 18 years ago
- 2dc5201 Add noreturn function attribute. by Reid Spencer · 18 years ago
- 6760612 Preview nounwind function attribute. by Reid Spencer · 18 years ago
- ec43a06 More LangRef fixes. Corrected names of intrinsics. by Anton Korobeynikov · 18 years ago
- 5d522f3 Fixed va_arg example. Reported by Roman Samoilov by Anton Korobeynikov · 18 years ago
- dd4ef1b Add link to exception handling. by Jim Laskey · 18 years ago
- de15194 Add a section on the target datalayout syntax and describe the defaults by Reid Spencer · 18 years ago
- 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 18 years ago
- 8e11bf8 Put the Shift instructions in the right section. by Reid Spencer · 18 years ago
- 569f2fa Preview of the shift instructions becoming Binary Operators. by Reid Spencer · 18 years ago
- 66a8c8c Grammar fix by Anton Korobeynikov · 18 years ago
- 34d6dea Document 'inreg' & 'sret' by Anton Korobeynikov · 18 years ago