aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-08Fix description of the call instruction. There are two types, with one beingNick Lewycky
2007-08-22Implement review feedback on trampoline documentation.Duncan Sands
2007-08-07Describe the global/local naming convention.Reid Spencer
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31fp2uint -> fptouiReid Spencer
2007-07-27Forget to add 'nest' to the list of parameterDuncan Sands
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-20No longer referencing "shared memory" as this can confuse people. The memory is Chandler Carruth
2007-07-20Silly HTMLReid Spencer
2007-07-20Fix validation errors.Reid Spencer
2007-07-20This introduces the atomic operation intrinsics into the documentation. This is Chandler Carruth
2007-07-19For PR1553:Reid Spencer
2007-07-16Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,Dan Gohman
2007-07-13remove obsolete noteChris Lattner
2007-07-13fix some bugs in the manualChris Lattner
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-06-18Update docs for llvm.var.annotation intrinsic.Tanya Lattner
2007-06-15Add local var annotation intrinsic.Tanya Lattner
2007-06-12one final bugfixChris Lattner
2007-06-12modernize exampleChris Lattner
2007-06-08wording fix noticed by Ivan NovickChris Lattner
2007-06-06update to match latest changesChris Lattner
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-05-29more fixes to C code.Chris Lattner
2007-05-29Fixed some formatting.Bill Wendling
2007-05-29Fix for PR1452. Removed "define" keyword from the C code. Added "<divBill Wendling
2007-05-24remove contradiction owen noticedChris Lattner
2007-05-16Update for arbitrary precision integer types.Reid Spencer
2007-05-14The wrapping behavior of part_set is not desirable. Adjust theReid Spencer
2007-05-14Revise definition of part_select. The wrapping behavior is not useful soReid 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