summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-10-04The alignment of an sret parameter is known: it must be at least theDuncan Sands1-3/+3
2012-09-21Say "bytes" instead of "address units", since that's what theDan Gohman1-5/+5
2012-09-21Document the new !tbaa.struct metadata.Dan Gohman1-0/+39
2012-09-05[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier1-7/+6
2012-09-05[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier1-2/+13
2012-09-04[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier1-7/+0
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-10/+9
2012-08-10[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier1-0/+7
2012-07-26Add a floor intrinsic.Dan Gohman1-0/+35
2012-07-25Fix two typos in the docSylvestre Ledru1-1/+1
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-07-17Apparently it's possible to do an 'invoke asm'.Nuno Lopes1-2/+3
2012-07-05add @llvm.donothingNuno Lopes1-2/+28
2012-07-03Document the llvm.fabs intrinsic.Peter Collingbourne1-0/+35
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-2/+32
2012-06-18revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes1-44/+0
2012-06-18add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes1-0/+44
2012-06-14Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands1-1/+1
2012-06-05Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames1-0/+51
2012-05-31Fix typos noticed by Benjamin Kramer.Rafael Espindola1-2/+2
2012-05-31Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola1-0/+4
2012-05-30typo fixChris Lattner1-1/+1
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner1-2/+2
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser1-3/+5
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes1-12/+8
2012-05-16Fixed grammar for the llvm.trap intrinsic description.John Criswell1-2/+2
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman1-5/+5
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman1-0/+26
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes1-10/+14
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar1-1/+1
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands1-7/+3
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands1-8/+11
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands1-6/+6
2012-04-10Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands1-4/+4
2012-04-09Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands1-2/+4
2012-03-27llvm/docs/*.html: Fix markups.NAKAMURA Takumi1-2/+2
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola1-0/+34
2012-03-18This clause (although matching parts of the implementation) can't be correct.Nick Lewycky1-2/+1
2012-03-14Update the "hello world" example to resemble what we currently output.Bill Wendling1-15/+15
2012-03-06Add column width.Bill Wendling1-0/+1
2012-03-06Fix validation errors.Bill Wendling1-16/+24
2012-02-29Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky1-1/+6
2012-02-16Give a description of the Objective-C garbage collection module flags.Bill Wendling1-0/+73
2012-02-11Document the new module flags.Bill Wendling1-0/+126
2012-02-10Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper1-1/+9
2012-02-06[unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling1-51/+10
2012-02-06Mention that the 'unwind' instruction is now deprecated.Bill Wendling1-0/+3
2012-01-23Fix broken link.Nick Lewycky1-1/+1
2012-01-20Extend Attributes to 64 bitsKostya Serebryany1-0/+4