aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Wording fixes. Thanks Bill!Dan Gohman2008-06-051-3/+3
* fix typos, tweak stuff, make it to validateGabor Greif2008-06-051-20/+20
* Move i128 on x86-64 from the codegen section to the x86-specific section.Dan Gohman2008-06-051-1/+2
* Add a note about improved alignment detection.Dan Gohman2008-06-051-0/+2
* Add a note mentioning --view-sunit-dags improvements.Dan Gohman2008-06-051-0/+2
* Expand the bullet item about i128 support and APInt usage in codegen.Dan Gohman2008-06-051-1/+6
* Move this to the proper section.Gordon Henriksen2008-06-051-3/+3
* Adding release notes for bindings improvements.Gordon Henriksen2008-06-051-0/+3
* more updates and random notes, including changes up through Week-of-Mon-20080...Chris Lattner2008-06-051-7/+40
* Update comments and documentation to reflect that GCSE and ValueNumbering areMatthijs Kooijman2008-06-051-2/+20
* add llvmc2 notes, stack realignment.Chris Lattner2008-06-051-3/+30
* various status updates.Chris Lattner2008-06-051-57/+16
* Start adding 2.3 content.Chris Lattner2008-06-051-24/+56
* Fix inst_iterator example.Chris Lattner2008-06-041-3/+6
* Fix example to be valid LLVM assembly.Matthijs Kooijman2008-06-041-3/+3
* Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky2008-05-311-0/+23
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-5/+5
* Update text to point people at the right version of the tutorial forChris Lattner2008-05-281-1/+5
* Document common linkage.Dale Johannesen2008-05-231-7/+15
* label is a first-class type.Dan Gohman2008-05-231-0/+1
* Update the description of first-class types to reflect thatDan Gohman2008-05-231-3/+2
* Restructure the testing documentation.Matthijs Kooijman2008-05-231-212/+285
* minor editsChris Lattner2008-05-221-7/+9
* adapt to new APIGabor Greif2008-05-212-2/+2
* Clarify that and/or/xor/sdiv etc all allow vectors.Chris Lattner2008-05-201-77/+186
* Clarify copyright transfer when you don't own the copyright ofChris Lattner2008-05-201-2/+9
* Clarify the testing documentation a bit and solve two HTML validator warnings.Matthijs Kooijman2008-05-201-5/+13
* Grammar fix.Bill Wendling2008-05-191-1/+9
* Delete module.Bill Wendling2008-05-191-1/+2
* Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling2008-05-191-7/+7
* Delete the Module object.Bill Wendling2008-05-191-1/+2
* s/insure/ensure/Bill Wendling2008-05-191-3/+12
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-142-3/+50
* s/indicies/indices/ and clarify the extractvalue and insertvalue areDan Gohman2008-05-131-9/+9
* Initial documentation for first-class aggregates changes.Dan Gohman2008-05-121-0/+116
* Fix a malformed %gt;Dan Gohman2008-05-121-1/+1
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-3/+111
* Improve pass documentation and comments.Gordon Henriksen2008-05-081-76/+98
* Remove entries from here alsoAnton Korobeynikov2008-05-041-5/+0
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-041-431/+0
* Drop llvm2cpp, it's now a llc targetAnton Korobeynikov2008-05-041-217/+0
* Minor spelling and typo fixes.John Criswell2008-04-291-4/+4
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-281-4/+31
* % -> @Chris Lattner2008-04-241-2/+2
* Doc updates/edits, contributed by Terence Parr!Chris Lattner2008-04-242-19/+19
* fix description of 'ret' to be more correct with multiple returnChris Lattner2008-04-231-12/+27
* Allow undef as an operand to getresult.Chris Lattner2008-04-231-3/+4
* free(null) -> noopChris Lattner2008-04-191-2/+2
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-198-48/+48
* Some clarifications suggested by Jon SargeantChris Lattner2008-04-191-8/+12