aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* update to reflect changes in statistic class.Chris Lattner2006-12-191-8/+10
* Fix an example that used the old SetCondInst instruction.Reid Spencer2006-12-191-1/+1
* Make changes for removal of SETCC instruction to unify with LangRef.html.Reid Spencer2006-12-191-2/+25
* Added example of how to code print() methods so that they will disappearBill Wendling2006-12-171-5/+18
* Pass html validation.Jim Laskey2006-12-151-18/+17
* Start of PowerPC info.Jim Laskey2006-12-141-0/+222
* Fixed some formatting.Bill Wendling2006-12-091-28/+29
* Another example of using the llvm IO streams.Bill Wendling2006-12-091-0/+7
* Add documentation for how to use the new LLVM streams.Bill Wendling2006-12-091-2/+74
* A backwards compatible bc format for packed structsAndrew Lenharth2006-12-081-4/+17
* Packed Structure Definitions (docs)Andrew Lenharth2006-12-082-0/+37
* Removing even more <iostream> includes.Bill Wendling2006-12-073-18/+18
* Tie the ordered/unordered predicate descriptions to their meaning wrtReid Spencer2006-12-061-0/+2
* We only support 32-bit or 64-bit sequential type indices for GEP. DocumentReid Spencer2006-12-041-4/+4
* Document the icmp and fcmp constant expressions.Reid Spencer2006-12-041-3/+9
* Update for signless GEP semantics.Reid Spencer2006-12-031-6/+7
* Add llvm-upgrade documentation.Reid Spencer2006-12-021-0/+66
* Document the llvm-upgrade tool.Reid Spencer2006-12-021-0/+3
* Update docsJim Laskey2006-11-301-2/+4
* remove dead tagChris Lattner2006-11-271-1/+0
* Documented the --disable-compression option in gccld and gccas.John Criswell2006-11-212-0/+8
* Fix PR1005Chris Lattner2006-11-202-2/+2
* Fixed typoTanya Lattner2006-11-201-1/+1
* Adding 1.9 release and removing references to cfrontendTanya Lattner2006-11-201-16/+16
* Changing cfrontend dir to llvm-gcc3.4 as the example.Tanya Lattner2006-11-201-4/+4
* Corrections from review.Reid Spencer2006-11-191-21/+21
* Update a reference to the old setcc instruction.Reid Spencer2006-11-181-1/+1
* For PR950:Reid Spencer2006-11-181-48/+162
* Movind newly-intorudced dll* linkage stuff & windows CC to "supported"Anton Korobeynikov2006-11-181-9/+11
* fix bugChris Lattner2006-11-181-1/+1
* first draft of 1.9 release notesChris Lattner2006-11-181-222/+251
* Cleaned up the document. Added "doc_code" divisions for code examples.Bill Wendling2006-11-161-199/+274
* Add a link to the GEP FAQ.Reid Spencer2006-11-131-2/+2
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-111-15/+29
* Add a preview of two new conversion operators: ptrtoint and inttoptr. UpdateReid Spencer2006-11-111-4/+79
* Post-review changes on conversion instructions.Reid Spencer2006-11-091-60/+55
* Fix runaway <tt> element and section ordering.Reid Spencer2006-11-091-31/+31
* Remove futurisms that won't be in our future.Reid Spencer2006-11-091-190/+0
* One more time for indentation.Reid Spencer2006-11-091-0/+1
* Fix indentation problem starting at GEP.Reid Spencer2006-11-091-1/+3
* Document correct opcodes for post 1.9 release.Reid Spencer2006-11-081-10/+7
* Update the instruction opcodes for release 1.9Reid Spencer2006-11-081-33/+35
* For PR950:Reid Spencer2006-11-081-17/+52
* Fix the section headings.Reid Spencer2006-11-081-29/+38
* For PR950:Reid Spencer2006-11-081-32/+404
* Add a note about warnings from the GNU ld 2.16.X linker.Reid Spencer2006-11-041-0/+5
* For PR950:Reid Spencer2006-11-021-12/+56
* Partial update for Release 1.9Reid Spencer2006-11-011-58/+24
* Use doc_code class.Devang Patel2006-10-271-2/+2
* Document removeModule().Devang Patel2006-10-271-0/+12