summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* The "alias" keyword comes first.Duncan Sands2008-09-12
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-08
* Clean up CSS validator errors: 'Property align doesn't exist : center'Bill Wendling2008-09-07
* Formatting changes. to make the information cleaner.Bill Wendling2008-09-07
* update.Devang Patel2008-09-04
* Document function notes.Devang Patel2008-09-04
* use the more precise 'op1' instead of 'var1' since the latter can be misunder...Gabor Greif2008-08-07
* It's "a static", not "an static"Bill Wendling2008-08-05
* Expand acronyms, suggested by Walter PawleyChris Lattner2008-08-05
* Capitalize LLVM, suggested by Walt PawleyChris Lattner2008-08-05
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-29
* Note that 'nest' only applies to pointers.Duncan Sands2008-07-08
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* Fix the syntax of insertvalue in the example.Dan Gohman2008-06-23
* integer types are not primitive, they are derived.Chris Lattner2008-06-20
* Fix a missing comma spotted by Bram Geron.Dan Gohman2008-06-18
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Document common linkage.Dale Johannesen2008-05-23
* label is a first-class type.Dan Gohman2008-05-23
* Update the description of first-class types to reflect thatDan Gohman2008-05-23
* Clarify that and/or/xor/sdiv etc all allow vectors.Chris Lattner2008-05-20
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-14
* s/indicies/indices/ and clarify the extractvalue and insertvalue areDan Gohman2008-05-13
* Initial documentation for first-class aggregates changes.Dan Gohman2008-05-12
* Fix a malformed %gt;Dan Gohman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Doc updates/edits, contributed by Terence Parr!Chris Lattner2008-04-24
* fix description of 'ret' to be more correct with multiple returnChris Lattner2008-04-23
* Allow undef as an operand to getresult.Chris Lattner2008-04-23
* free(null) -> noopChris Lattner2008-04-19
* Some clarifications suggested by Jon SargeantChris Lattner2008-04-19
* more edits from Jon SargeantChris Lattner2008-04-02
* add a dropped hunk from Jon Sargeant's patch.Chris Lattner2008-04-01
* make langref more precise, wave 1, from Jon SargeantChris Lattner2008-04-01
* void type is also a valid function return type.Devang Patel2008-03-24
* Fix typo. Clarify underlying message.Devang Patel2008-03-24
* Update Function type documentation to clarify how multiple return values are ...Devang Patel2008-03-24
* Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov2008-03-22
* clean up and fix the call section.Chris Lattner2008-03-21
* cleanups for the getresult section.Chris Lattner2008-03-21
* Clarify the unwind attribute. Add assumptionDuncan Sands2008-03-17
* Commit works on regular functions too. Fix the syntax to allow @foo.Nick Lewycky2008-03-16
* fix grammerDevang Patel2008-03-11
* Document multiple return values.Devang Patel2008-03-10
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-21
* Clarify that 'sret' only applies to pointers, andDuncan Sands2008-02-18
* Make the definition of the noalias attribute clearer.Owen Anderson2008-02-18
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16