aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-07-18introduce a new TinyPtrVector class.Chris Lattner
2011-07-15A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-14Mention all API changes I've made since 2.9 was branched.Jay Foad
2011-07-12VectorType is also a SequentialTypeTobias Grosser
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-06Add documenation about "branch_weight" metadata and __builtin_expect instructionJakub Staszak
2011-07-01Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson
2011-06-30The enum was moved to ISDOpcodes.h.Duncan Sands
2011-06-29Add missing operand. rdar://9694169Evan Cheng
2011-06-16Document nonlazybind.Dan Gohman
2011-06-15Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen
2011-06-15Document ADT/PackedVector.h in "Programmer's Manual" doc.Argyrios Kyrtzidis
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-06-13mention graph vis isn't available in Release builds.Chris Lattner
2011-06-07Typo.Chad Rosier
2011-06-03Corrections and additional information for "Creating and LLVM Project"Andrew Trick
2011-06-03whitespaceAndrew Trick
2011-05-31Fix html formatting.Devang Patel
2011-05-31Clarify documentation and remove guarantees that are not fulfilled.Devang Patel
2011-05-30replace the intro tutorial from 2004 with a more recent work.Chris Lattner
2011-05-28Implement and document the llvm.eh.resume intrinsic, which isJohn McCall
2011-05-27Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVMChad Rosier
2011-05-27Add change of crc32 intrinsic to release notesChad Rosier
2011-05-27Fix copy+pastos.Dan Gohman
2011-05-24Update documentation: -basicaa does chaining these days.Dan Gohman
2011-05-23Document llvm.exp and llvm.pow. Dan Gohman
2011-05-22document thiscall, PR9101Chris Lattner
2011-05-22insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner
2011-05-18Correct typos in TestingGuide.htmlChad Rosier
2011-05-16Fix errors in this llvm ir example.Nick Lewycky
2011-05-061. Keep lines in 80 columns.Akira Hatanaka
2011-05-04Document the automatic alias printing of InstAliases.Bill Wendling
2011-05-03Use llvm.dbg.cu named metadata to collect compile units.Devang Patel
2011-05-01Update instructions: LLVM.cmake is now LLVMConfig.cmakeOscar Fuentes
2011-04-29docs/doxygen.css: Tweak padding on memdoc.NAKAMURA Takumi
2011-04-27docs/doxygen.css: Tweak style for readability.NAKAMURA Takumi
2011-04-24Regenerate.Mikhail Glushenkov
2011-04-23Comment edit.Andrew Trick
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel
2011-04-21docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>....NAKAMURA Takumi
2011-04-21docs/Passes.html: Fix a garbage.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-18docs: Redefine Heading elements as below;NAKAMURA Takumi
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel
2011-04-15Fix some broken links, from Matthieu MonrocqDouglas Gregor
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner