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