Age | Commit message (Expand) | Author |
2008-10-17 | remove v[if]cmp functionality from the 2.4 release. These instructions will ... | Tanya Lattner |
2008-10-17 | Merge from mainline. | Tanya Lattner |
2008-10-08 | Merge from mainline. | Tanya Lattner |
2008-10-06 | Update function attributes docs. | Devang Patel |
2008-10-06 | Clarify the relationship between byval and readonly/ | Duncan Sands |
2008-10-05 | A word got optimized out, thanks to Duncan for pointing this out | Chris Lattner |
2008-10-04 | Update the documentation for first-class aggregates changes, | Dan Gohman |
2008-10-04 | add a note about inline asm | Chris Lattner |
2008-10-04 | improve description of param/ret attrs | Chris Lattner |
2008-10-04 | improve descriptions of function attrs | Chris Lattner |
2008-10-04 | notes are gone. | Chris Lattner |
2008-09-29 | Fix grammar. | Devang Patel |
2008-09-29 | Fix sentence. | Devang Patel |
2008-09-26 | Implement function notes as function attributes. | Devang Patel |
2008-09-25 | Accept 'inreg' attribute on x86 functions as | Dale Johannesen |
2008-09-12 | The "alias" keyword comes first. | Duncan Sands |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-09-08 | Bitcasting two or from aggregate types is not permitted. Update | Dan Gohman |
2008-09-07 | Clean up CSS validator errors: 'Property align doesn't exist : center' | Bill Wendling |
2008-09-07 | Formatting changes. to make the information cleaner. | Bill Wendling |
2008-09-04 | update. | Devang Patel |
2008-09-04 | Document function notes. | Devang Patel |
2008-08-07 | use the more precise 'op1' instead of 'var1' since the latter can be misunder... | Gabor Greif |
2008-08-05 | It's "a static", not "an static" | Bill Wendling |
2008-08-05 | Expand acronyms, suggested by Walter Pawley | Chris Lattner |
2008-08-05 | Capitalize LLVM, suggested by Walt Pawley | Chris Lattner |
2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
2008-07-08 | Note that 'nest' only applies to pointers. | Duncan Sands |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-23 | Fix the syntax of insertvalue in the example. | Dan Gohman |
2008-06-20 | integer types are not primitive, they are derived. | Chris Lattner |
2008-06-18 | Fix a missing comma spotted by Bram Geron. | Dan Gohman |
2008-05-31 | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman |
2008-05-23 | Document common linkage. | Dale Johannesen |
2008-05-23 | label is a first-class type. | Dan Gohman |
2008-05-23 | Update the description of first-class types to reflect that | Dan Gohman |
2008-05-20 | Clarify that and/or/xor/sdiv etc all allow vectors. | Chris Lattner |
2008-05-14 | Add documentation for tail call optimization to CodeGenerator.html. Add a link | Arnold Schwaighofer |
2008-05-13 | s/indicies/indices/ and clarify the extractvalue and insertvalue are | Dan Gohman |
2008-05-12 | Initial documentation for first-class aggregates changes. | Dan Gohman |
2008-05-12 | Fix a malformed %gt; | Dan Gohman |
2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
2008-04-24 | Doc updates/edits, contributed by Terence Parr! | Chris Lattner |
2008-04-23 | fix description of 'ret' to be more correct with multiple return | Chris Lattner |
2008-04-23 | Allow undef as an operand to getresult. | Chris Lattner |
2008-04-19 | free(null) -> noop | Chris Lattner |
2008-04-19 | Some clarifications suggested by Jon Sargeant | Chris Lattner |
2008-04-02 | more edits from Jon Sargeant | Chris Lattner |
2008-04-01 | add a dropped hunk from Jon Sargeant's patch. | Chris Lattner |