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