aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2011-08-03Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling
2011-08-03Explain how clauses are applied.Bill Wendling
2011-08-02Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling
2011-08-02no need to count the terminators.Chris Lattner
2011-08-02Minor wording tweak for memory model.Eli Friedman
2011-07-31Fix some validation errors.Bill Wendling
2011-07-31Fix some validation errors.Bill Wendling
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-28LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-26Fix a typo.Bill Wendling
2011-07-26Clean up the HTML here a bit.Bill Wendling
2011-07-25Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman
2011-07-25Add uwtable to the langref.Rafael Espindola
2011-07-23clarify that opaque is actually a struct type, PR10430Chris Lattner
2011-07-22Some LangRef tweaks, per Dan's comments.Eli Friedman
2011-07-20Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-08Use add instead of accumulate.Cameron Zwarich
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich
2011-07-01Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson
2011-06-29Add missing operand. rdar://9694169Evan Cheng
2011-06-16Document nonlazybind.Dan Gohman
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-05-27Fix copy+pastos.Dan Gohman
2011-05-23Document llvm.exp and llvm.pow. Dan Gohman
2011-05-22insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner
2011-05-16Fix errors in this llvm ir example.Nick Lewycky
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-12Fix a hole in the definition of "dependence" used by trap values. TrapDan Gohman
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-03-31Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky
2011-03-17Change the signext language in LangRef to closer match zeroext.Cameron Zwarich
2011-03-16The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich
2011-03-07Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands
2011-03-02Small cleanup.Bill Wendling
2011-02-24Enable support for vector sext and trunc:Nadav Rotem
2011-02-20Fix 9267; Add vector zext support.Nadav Rotem
2011-02-09fix typoChris Lattner
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-01-29Most browsers eliminate whitespace between anchor tags. Force whitespace withNick Lewycky
2011-01-15Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola
2011-01-08First step in fixing PR8927:Rafael Espindola
2010-12-28Integers are primitive types. Update the documentation to state thisTobias Grosser
2010-12-05Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel
2010-11-30Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky