| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar | 2008-10-14 | 1 | -2/+3 |
* | Fix missing end tags and invalid HTML entity syntax. | Dan Gohman | 2008-10-14 | 1 | -53/+58 |
* | Add a missing close-tag. | Dan Gohman | 2008-10-14 | 1 | -0/+1 |
* | fix some crazily long lines. | Chris Lattner | 2008-10-13 | 1 | -5/+12 |
* | Improve the description on the getelementptr instruction. It should now better | Matthijs Kooijman | 2008-10-13 | 1 | -18/+24 |
* | fix typo | Chris Lattner | 2008-10-08 | 1 | -1/+1 |
* | Improve function definition, call and invoke instruction docs. | Devang Patel | 2008-10-07 | 1 | -5/+12 |
* | Add two forgotten </i>'s. | Matthijs Kooijman | 2008-10-07 | 1 | -2/+2 |
* | Update function attributes docs. | Devang Patel | 2008-10-06 | 1 | -9/+37 |
* | Clarify the relationship between byval and readonly/ | Duncan Sands | 2008-10-06 | 1 | -15/+20 |
* | A word got optimized out, thanks to Duncan for pointing this out | Chris Lattner | 2008-10-05 | 1 | -1/+1 |
* | Update the documentation for first-class aggregates changes, | Dan Gohman | 2008-10-04 | 1 | -70/+20 |
* | add a note about inline asm | Chris Lattner | 2008-10-04 | 1 | -1/+2 |
* | improve description of param/ret attrs | Chris Lattner | 2008-10-04 | 1 | -10/+14 |
* | improve descriptions of function attrs | Chris Lattner | 2008-10-04 | 1 | -21/+27 |
* | notes are gone. | Chris Lattner | 2008-10-04 | 1 | -2/+1 |
* | Fix grammar. | Devang Patel | 2008-09-29 | 1 | -1/+1 |
* | Fix sentence. | Devang Patel | 2008-09-29 | 1 | -1/+1 |
* | Implement function notes as function attributes. | Devang Patel | 2008-09-26 | 1 | -43/+50 |
* | Accept 'inreg' attribute on x86 functions as | Dale Johannesen | 2008-09-25 | 1 | -3/+5 |
* | The "alias" keyword comes first. | Duncan Sands | 2008-09-12 | 1 | -1/+1 |
* | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman | 2008-09-09 | 1 | -21/+50 |
* | Bitcasting two or from aggregate types is not permitted. Update | Dan Gohman | 2008-09-08 | 1 | -3/+5 |
* | Clean up CSS validator errors: 'Property align doesn't exist : center' | Bill Wendling | 2008-09-07 | 1 | -3/+3 |
* | Formatting changes. to make the information cleaner. | Bill Wendling | 2008-09-07 | 1 | -23/+24 |
* | update. | Devang Patel | 2008-09-04 | 1 | -1/+3 |
* | Document function notes. | Devang Patel | 2008-09-04 | 1 | -1/+37 |
* | 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 |