aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
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-02Duncan's english is better than mine. :-)Bill Wendling
2011-08-02Remove the LLVMBuildUnwind C API function.Bill Wendling
2011-08-02I am the code owner for Clang's IR generation; this has been trueJohn McCall
2011-08-02Minor wording tweak for memory model.Eli Friedman
2011-08-01Fix a typo.Roman Divacky
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-27Update document listing DIVariable elements to reflect recent changes.Devang Patel
2011-07-26Fix a typo.Bill Wendling
2011-07-26Updating stale documentation on regalloc modes.Andrew Trick
2011-07-26Clean up the HTML here a bit.Bill Wendling
2011-07-26Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...Bill Wendling
2011-07-25Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman
2011-07-2580 columns.Nick Lewycky
2011-07-25Fix some typos.Bill Wendling
2011-07-25An initial description of the compact unwind encoding.Bill Wendling
2011-07-25Add uwtable to the langref.Rafael Espindola
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-07-23clarify that opaque is actually a struct type, PR10430Chris Lattner
2011-07-23how about that, StringRef doesn't allow any mutation, thanks toChris Lattner
2011-07-22add section to ToCChris Lattner
2011-07-22write the long-overdue strings section of the data structure guide.Chris Lattner
2011-07-22move the section for string-like containers to follow the section for sequent...Chris Lattner
2011-07-22Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad
2011-07-22Some LangRef tweaks, per Dan's comments.Eli Friedman
2011-07-21Sort case-insensitively.Jay Foad
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-20docs/GettingStarted.html: Tweak style.NAKAMURA Takumi
2011-07-20docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi
2011-07-20Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman
2011-07-19Revert "Update docs to reflect r135457."Bob Wilson
2011-07-19Convert SimplifyGEPInst to use ArrayRef.Jay Foad
2011-07-19Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad
2011-07-19Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad
2011-07-19Update docs to reflect r135457.Devang Patel
2011-07-19Document how to maintain a git-svn clone of the LLVM git repositories.Jeffrey Yasskin
2011-07-18document this api change.Chris Lattner
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