aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify the definition of SequentiallyConsistent operations.Andrew Trick2011-08-121-7/+14
* Fix mismatched tag.Eli Friedman2011-08-111-1/+1
* Revision to Atomics guide, per Chris's comments.Eli Friedman2011-08-111-75/+253
* PTX: Add basic documentation to CodeGenerator.htmlJustin Holewinski2011-08-111-0/+65
* Changes per Jeffrey's comments.Eli Friedman2011-08-101-7/+10
* Fix minor typo.Eli Friedman2011-08-091-1/+1
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-092-13/+35
* First draft of the practical guide to atomics.Eli Friedman2011-08-091-0/+295
* Clean up the grammar for the landingpad instruction.Bill Wendling2011-08-081-2/+4
* Fix typo found by John.Bill Wendling2011-08-081-1/+1
* Reword.Jay Foad2011-08-041-2/+2
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-032-36/+8
* Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling2011-08-031-2/+2
* Explain how clauses are applied.Bill Wendling2011-08-031-0/+4
* Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling2011-08-021-4/+90
* no need to count the terminators.Chris Lattner2011-08-021-9/+9
* Duncan's english is better than mine. :-)Bill Wendling2011-08-021-1/+1
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-021-1/+6
* I am the code owner for Clang's IR generation; this has been trueJohn McCall2011-08-021-0/+2
* Minor wording tweak for memory model.Eli Friedman2011-08-021-4/+4
* Fix a typo.Roman Divacky2011-08-011-1/+1
* Fix some validation errors.Bill Wendling2011-07-311-0/+2
* Fix some validation errors.Bill Wendling2011-07-311-3/+5
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-2/+37
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-33/+2
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-8/+241
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-2/+33
* Update document listing DIVariable elements to reflect recent changes.Devang Patel2011-07-271-1/+3
* Fix a typo.Bill Wendling2011-07-261-1/+1
* Updating stale documentation on regalloc modes.Andrew Trick2011-07-261-7/+13
* Clean up the HTML here a bit.Bill Wendling2011-07-261-1/+2
* Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...Bill Wendling2011-07-261-19/+23
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+58
* 80 columns.Nick Lewycky2011-07-251-2/+2
* Fix some typos.Bill Wendling2011-07-251-4/+6
* An initial description of the compact unwind encoding.Bill Wendling2011-07-251-1/+109
* Add uwtable to the langref.Rafael Espindola2011-07-251-0/+8
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-0/+3
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-231-5/+5
* how about that, StringRef doesn't allow any mutation, thanks toChris Lattner2011-07-231-4/+4
* add section to ToCChris Lattner2011-07-221-3/+6
* write the long-overdue strings section of the data structure guide.Chris Lattner2011-07-221-7/+171
* move the section for string-like containers to follow the section for sequent...Chris Lattner2011-07-221-18/+19
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-0/+2
* Some LangRef tweaks, per Dan's comments.Eli Friedman2011-07-221-13/+16
* Sort case-insensitively.Jay Foad2011-07-211-3/+3
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-0/+2
* docs/GettingStarted.html: Tweak style.NAKAMURA Takumi2011-07-201-5/+5
* docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi2011-07-201-2/+2
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-201-0/+86