aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* We only support 32-bit or 64-bit sequential type indices for GEP. DocumentReid Spencer2006-12-041-4/+4
* Document the icmp and fcmp constant expressions.Reid Spencer2006-12-041-3/+9
* Update for signless GEP semantics.Reid Spencer2006-12-031-6/+7
* remove dead tagChris Lattner2006-11-271-1/+0
* Corrections from review.Reid Spencer2006-11-191-21/+21
* Update a reference to the old setcc instruction.Reid Spencer2006-11-181-1/+1
* For PR950:Reid Spencer2006-11-181-48/+162
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-111-15/+29
* Add a preview of two new conversion operators: ptrtoint and inttoptr. UpdateReid Spencer2006-11-111-4/+79
* Post-review changes on conversion instructions.Reid Spencer2006-11-091-60/+55
* Fix runaway <tt> element and section ordering.Reid Spencer2006-11-091-31/+31
* Remove futurisms that won't be in our future.Reid Spencer2006-11-091-190/+0
* One more time for indentation.Reid Spencer2006-11-091-0/+1
* Fix indentation problem starting at GEP.Reid Spencer2006-11-091-1/+3
* For PR950:Reid Spencer2006-11-081-17/+52
* Fix the section headings.Reid Spencer2006-11-081-29/+38
* For PR950:Reid Spencer2006-11-081-32/+404
* For PR950:Reid Spencer2006-11-021-12/+56
* For PR950:Reid Spencer2006-10-261-12/+58
* clarifyChris Lattner2006-10-151-4/+5
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+29
* new powi intrinsicChris Lattner2006-09-081-3/+39
* Add a link to the GEP faq.Chris Lattner2006-08-151-2/+6
* Decribe the "implementation" keyword.Chris Lattner2006-06-131-0/+10
* New calling convention I will be adding shortly.Chris Lattner2006-05-191-0/+13
* Update dox, patch by Vladimir Prus!Chris Lattner2006-05-151-1/+1
* Change token to match asmprinter outputChris Lattner2006-05-141-3/+3
* typoChris Lattner2006-04-211-1/+1
* Adding back vector instructions to keep in mainline.Tanya Lattner2006-04-141-0/+191
* Removing unimplemented vector instructions from language referrence.Tanya Lattner2006-04-141-191/+0
* Move the vector instructions to their own subsection.Chris Lattner2006-04-081-337/+360
* Wrap long lines, fix verification errorChris Lattner2006-04-081-3/+5
* use the right escapesChris Lattner2006-04-081-2/+2
* Description for the new shufflevector instruction I'm adding.Chris Lattner2006-04-081-0/+59
* Fix a typo, thanks to Gabor GreifChris Lattner2006-03-241-1/+1
* Fixed a typo in the vsetfp examples.Robert Bocchino2006-03-141-6/+6
* Split the 'vset' instruction into two instructions, 'vsetint' andRobert Bocchino2006-03-141-38/+73
* Update this to match the documentation in the GC doc and to match actualChris Lattner2006-03-141-6/+10
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Spec change: the size of a memset/memcpy/memmove is not required to be alignedChris Lattner2006-03-041-6/+5
* remove the read/write port/io intrinsics.Chris Lattner2006-03-031-200/+0
* Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent splitChris Lattner2006-03-031-25/+32
* Added documentation for vset and vselect.Robert Bocchino2006-02-171-4/+158
* document the syntax of inline asmChris Lattner2006-01-251-0/+55
* minor syntax changeChris Lattner2006-01-241-2/+2
* document module-level inline asm support.Chris Lattner2006-01-231-1/+30
* like bswap, the ct* intrinsics require unsigned operandsChris Lattner2006-01-161-26/+26
* ConsistencyChris Lattner2006-01-161-5/+5
* There is no llvm.bswap.i8, need at least 2 bytes to swap.Reid Spencer2006-01-161-1/+0
* For PR411:Reid Spencer2006-01-161-14/+27