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