| Commit message (Expand) | Author | Age | Files | Lines |
* | use the more precise 'op1' instead of 'var1' since the latter can be misunder... | Gabor Greif | 2008-08-07 | 1 | -55/+55 |
* | It's "a static", not "an static" | Bill Wendling | 2008-08-05 | 1 | -1/+1 |
* | Expand acronyms, suggested by Walter Pawley | Chris Lattner | 2008-08-05 | 1 | -21/+27 |
* | Capitalize LLVM, suggested by Walt Pawley | Chris Lattner | 2008-08-05 | 1 | -2/+2 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -72/+75 |
* | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman | 2008-07-29 | 1 | -9/+6 |
* | Note that 'nest' only applies to pointers. | Duncan Sands | 2008-07-08 | 1 | -1/+1 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -22/+250 |
* | Fix the syntax of insertvalue in the example. | Dan Gohman | 2008-06-23 | 1 | -1/+1 |
* | integer types are not primitive, they are derived. | Chris Lattner | 2008-06-20 | 1 | -1/+0 |
* | Fix a missing comma spotted by Bram Geron. | Dan Gohman | 2008-06-18 | 1 | -1/+1 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -5/+5 |
* | Document common linkage. | Dale Johannesen | 2008-05-23 | 1 | -7/+15 |
* | label is a first-class type. | Dan Gohman | 2008-05-23 | 1 | -0/+1 |
* | Update the description of first-class types to reflect that | Dan Gohman | 2008-05-23 | 1 | -3/+2 |
* | Clarify that and/or/xor/sdiv etc all allow vectors. | Chris Lattner | 2008-05-20 | 1 | -77/+186 |
* | Add documentation for tail call optimization to CodeGenerator.html. Add a link | Arnold Schwaighofer | 2008-05-14 | 1 | -3/+5 |
* | s/indicies/indices/ and clarify the extractvalue and insertvalue are | Dan Gohman | 2008-05-13 | 1 | -9/+9 |
* | Initial documentation for first-class aggregates changes. | Dan Gohman | 2008-05-12 | 1 | -0/+116 |
* | Fix a malformed %gt; | Dan Gohman | 2008-05-12 | 1 | -1/+1 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -3/+111 |
* | Doc updates/edits, contributed by Terence Parr! | Chris Lattner | 2008-04-24 | 1 | -4/+4 |
* | fix description of 'ret' to be more correct with multiple return | Chris Lattner | 2008-04-23 | 1 | -12/+27 |
* | Allow undef as an operand to getresult. | Chris Lattner | 2008-04-23 | 1 | -3/+4 |
* | free(null) -> noop | Chris Lattner | 2008-04-19 | 1 | -2/+2 |
* | Some clarifications suggested by Jon Sargeant | Chris Lattner | 2008-04-19 | 1 | -8/+12 |
* | more edits from Jon Sargeant | Chris Lattner | 2008-04-02 | 1 | -12/+16 |
* | add a dropped hunk from Jon Sargeant's patch. | Chris Lattner | 2008-04-01 | 1 | -3/+2 |
* | make langref more precise, wave 1, from Jon Sargeant | Chris Lattner | 2008-04-01 | 1 | -12/+13 |
* | void type is also a valid function return type. | Devang Patel | 2008-03-24 | 1 | -2/+2 |
* | Fix typo. Clarify underlying message. | Devang Patel | 2008-03-24 | 1 | -4/+4 |
* | Update Function type documentation to clarify how multiple return values are ... | Devang Patel | 2008-03-24 | 1 | -2/+9 |
* | Aliasing chains cleanups: update langref, add check into verifier | Anton Korobeynikov | 2008-03-22 | 1 | -2/+2 |
* | clean up and fix the call section. | Chris Lattner | 2008-03-21 | 1 | -12/+10 |
* | cleanups for the getresult section. | Chris Lattner | 2008-03-21 | 1 | -10/+13 |
* | Clarify the unwind attribute. Add assumption | Duncan Sands | 2008-03-17 | 1 | -4/+6 |
* | Commit works on regular functions too. Fix the syntax to allow @foo. | Nick Lewycky | 2008-03-16 | 1 | -3/+3 |
* | fix grammer | Devang Patel | 2008-03-11 | 1 | -14/+14 |
* | Document multiple return values. | Devang Patel | 2008-03-10 | 1 | -13/+70 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -1/+174 |
* | Clarify that 'sret' only applies to pointers, and | Duncan Sands | 2008-02-18 | 1 | -2/+3 |
* | Make the definition of the noalias attribute clearer. | Owen Anderson | 2008-02-18 | 1 | -2/+3 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+106 |
* | 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 |