aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* update documentationLauro Ramos Venancio2007-04-121-2/+4
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-121-4/+4
* Fix validation errors.Reid Spencer2007-04-111-8/+8
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-111-1/+1
* Put period inside the paragraph!Reid Spencer2007-04-111-1/+1
* Document the part_set intrinsic.Reid Spencer2007-04-111-1/+52
* Fix name of an intrinsic: bit.part_select -> part.selectReid Spencer2007-04-101-10/+10
* Remove the part_set intrinsic. It won't get implemented as an intrinsic.Reid Spencer2007-04-041-39/+0
* Appease Chris' pedantic streak.Reid Spencer2007-04-041-13/+14
* Remove intrinsics that we will not be implementing.Reid Spencer2007-04-041-346/+67
* bwsap -> bswapReid Spencer2007-04-021-1/+1
* Fix some bswap typos that Chris noticed.Reid Spencer2007-04-021-2/+2
* Preview documentation for additional intrinsic functions.Reid Spencer2007-04-011-17/+342
* For PR1297:Reid Spencer2007-04-011-0/+46
* For PR1297:Reid Spencer2007-04-011-24/+49
* Remove reference to checkpoint.Duncan Sands2007-03-301-10/+0
* Various hopefully correct easy fixes.Duncan Sands2007-03-301-10/+9
* Undocument the implementation keywordReid Spencer2007-03-281-12/+11
* Fix a link.Reid Spencer2007-03-241-1/+1
* Correct the description of srem. remainder follows the dividend not theReid Spencer2007-03-241-4/+6
* Add noreturn function attribute.Reid Spencer2007-03-221-0/+4
* Preview nounwind function attribute.Reid Spencer2007-03-221-2/+5
* More LangRef fixes. Corrected names of intrinsics.Anton Korobeynikov2007-03-221-37/+37
* Fixed va_arg example. Reported by Roman SamoilovAnton Korobeynikov2007-03-211-5/+9
* Add link to exception handling.Jim Laskey2007-03-141-0/+14
* Add a section on the target datalayout syntax and describe the defaultsReid Spencer2007-02-191-2/+79
* For PR1195:Reid Spencer2007-02-151-27/+27
* Put the Shift instructions in the right section.Reid Spencer2007-02-021-15/+16
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-311-86/+85
* Grammar fixAnton Korobeynikov2007-01-281-4/+5
* Document 'inreg' & 'sret'Anton Korobeynikov2007-01-281-19/+7
* Updating documentation:Anton Korobeynikov2007-01-231-5/+43
* For PR970:Reid Spencer2007-01-211-4/+1
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-191-3/+0
* One more @ to remove.Reid Spencer2007-01-151-1/+1
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-151-8/+10
* Terminology change: drop 'integral' completely. Now we just have integer,Chris Lattner2007-01-151-27/+22
* clarify linkonce/weak linkageChris Lattner2007-01-141-7/+10
* Fix an incorrect conversion of int -> i32Reid Spencer2007-01-141-1/+1
* add a global variable exampleChris Lattner2007-01-141-0/+7
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-15/+17
* Fix a typo.Reid Spencer2007-01-121-1/+1
* Update for changes in the assembly syntax. bool is replaced with i1.Reid Spencer2007-01-121-31/+33
* Explain that bitcast can only cast a pointer to another pointer.Reid Spencer2007-01-091-1/+2
* Fully specify the type of the llvm.va* intrinsics. This helps resolveChris Lattner2007-01-081-8/+15
* llvm.isunordered is no longer alive.Chris Lattner2007-01-071-36/+0
* Add an example to the trunc instruction to clarify trunc to bool.Reid Spencer2007-01-051-0/+1
* Correct the documentation for function declarations. They can have dllimportReid Spencer2007-01-051-2/+4
* Clean up usage of "unsigned" and "signed" in the documentation to indicateReid Spencer2007-01-041-20/+21
* icmp and fcmp do not take packed type operands.Reid Spencer2007-01-041-6/+5