summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* 80 columns.Nick Lewycky2011-07-25
* Fix some typos.Bill Wendling2011-07-25
* An initial description of the compact unwind encoding.Bill Wendling2011-07-25
* Add uwtable to the langref.Rafael Espindola2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-23
* how about that, StringRef doesn't allow any mutation, thanks toChris Lattner2011-07-23
* add section to ToCChris Lattner2011-07-22
* write the long-overdue strings section of the data structure guide.Chris Lattner2011-07-22
* move the section for string-like containers to follow the section for sequent...Chris Lattner2011-07-22
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Some LangRef tweaks, per Dan's comments.Eli Friedman2011-07-22
* Sort case-insensitively.Jay Foad2011-07-21
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* docs/GettingStarted.html: Tweak style.NAKAMURA Takumi2011-07-20
* docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi2011-07-20
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-20
* Revert "Update docs to reflect r135457."Bob Wilson2011-07-19
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-19
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* Update docs to reflect r135457.Devang Patel2011-07-19
* Document how to maintain a git-svn clone of the LLVM git repositories.Jeffrey Yasskin2011-07-19
* document this api change.Chris Lattner2011-07-18
* introduce a new TinyPtrVector class.Chris Lattner2011-07-18
* A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman2011-07-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Mention all API changes I've made since 2.9 was branched.Jay Foad2011-07-14
* VectorType is also a SequentialTypeTobias Grosser2011-07-12
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Use add instead of accumulate.Cameron Zwarich2011-07-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Add documenation about "branch_weight" metadata and __builtin_expect instructionJakub Staszak2011-07-06
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-01
* The enum was moved to ISDOpcodes.h.Duncan Sands2011-06-30
* Add missing operand. rdar://9694169Evan Cheng2011-06-29
* Document nonlazybind.Dan Gohman2011-06-16
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* Document ADT/PackedVector.h in "Programmer's Manual" doc.Argyrios Kyrtzidis2011-06-15
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* mention graph vis isn't available in Release builds.Chris Lattner2011-06-13
* Typo.Chad Rosier2011-06-07
* Corrections and additional information for "Creating and LLVM Project"Andrew Trick2011-06-03
* whitespaceAndrew Trick2011-06-03
* Fix html formatting.Devang Patel2011-05-31
* Clarify documentation and remove guarantees that are not fulfilled.Devang Patel2011-05-31
* replace the intro tutorial from 2004 with a more recent work.Chris Lattner2011-05-30
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-28