aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2007-05-16Merge arbitrary precision integer documentation from mainline.Reid Spencer
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-29Minor corrections.Jeff Cohen
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-22Undo erroneous corrections.Jeff Cohen
2007-04-22Minor corrections.Jeff Cohen
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