aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-2/+3
* Fix missing end tags and invalid HTML entity syntax.Dan Gohman2008-10-141-53/+58
* Add a missing close-tag.Dan Gohman2008-10-141-0/+1
* fix some crazily long lines.Chris Lattner2008-10-131-5/+12
* Improve the description on the getelementptr instruction. It should now betterMatthijs Kooijman2008-10-131-18/+24
* fix typoChris Lattner2008-10-081-1/+1
* Improve function definition, call and invoke instruction docs.Devang Patel2008-10-071-5/+12
* Add two forgotten </i>'s.Matthijs Kooijman2008-10-071-2/+2
* Update function attributes docs.Devang Patel2008-10-061-9/+37
* Clarify the relationship between byval and readonly/Duncan Sands2008-10-061-15/+20
* A word got optimized out, thanks to Duncan for pointing this outChris Lattner2008-10-051-1/+1
* Update the documentation for first-class aggregates changes,Dan Gohman2008-10-041-70/+20
* add a note about inline asmChris Lattner2008-10-041-1/+2
* improve description of param/ret attrsChris Lattner2008-10-041-10/+14
* improve descriptions of function attrsChris Lattner2008-10-041-21/+27
* notes are gone.Chris Lattner2008-10-041-2/+1
* Fix grammar.Devang Patel2008-09-291-1/+1
* Fix sentence.Devang Patel2008-09-291-1/+1
* Implement function notes as function attributes. Devang Patel2008-09-261-43/+50
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-3/+5
* The "alias" keyword comes first.Duncan Sands2008-09-121-1/+1
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-21/+50
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-081-3/+5
* Clean up CSS validator errors: 'Property align doesn't exist : center'Bill Wendling2008-09-071-3/+3
* Formatting changes. to make the information cleaner.Bill Wendling2008-09-071-23/+24
* update.Devang Patel2008-09-041-1/+3
* Document function notes.Devang Patel2008-09-041-1/+37
* use the more precise 'op1' instead of 'var1' since the latter can be misunder...Gabor Greif2008-08-071-55/+55
* It's "a static", not "an static"Bill Wendling2008-08-051-1/+1
* Expand acronyms, suggested by Walter PawleyChris Lattner2008-08-051-21/+27
* Capitalize LLVM, suggested by Walt PawleyChris Lattner2008-08-051-2/+2
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-72/+75
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-291-9/+6
* Note that 'nest' only applies to pointers.Duncan Sands2008-07-081-1/+1
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-22/+250
* Fix the syntax of insertvalue in the example.Dan Gohman2008-06-231-1/+1
* integer types are not primitive, they are derived.Chris Lattner2008-06-201-1/+0
* Fix a missing comma spotted by Bram Geron.Dan Gohman2008-06-181-1/+1
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-5/+5
* Document common linkage.Dale Johannesen2008-05-231-7/+15
* label is a first-class type.Dan Gohman2008-05-231-0/+1
* Update the description of first-class types to reflect thatDan Gohman2008-05-231-3/+2
* Clarify that and/or/xor/sdiv etc all allow vectors.Chris Lattner2008-05-201-77/+186
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-141-3/+5
* s/indicies/indices/ and clarify the extractvalue and insertvalue areDan Gohman2008-05-131-9/+9
* Initial documentation for first-class aggregates changes.Dan Gohman2008-05-121-0/+116
* Fix a malformed %gt;Dan Gohman2008-05-121-1/+1
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-3/+111
* Doc updates/edits, contributed by Terence Parr!Chris Lattner2008-04-241-4/+4
* fix description of 'ret' to be more correct with multiple returnChris Lattner2008-04-231-12/+27