aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify the documentation for MachineFunctionPasses.Dan Gohman2010-03-101-4/+10
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-091-87/+111
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-082-2/+50
* Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar2010-03-085-65/+58
* Add metadata example.Devang Patel2010-03-041-0/+17
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-043-16/+16
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-021-12/+12
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-029-80/+80
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-021-1/+1
* note that andersaa was removed in 2.7Chris Lattner2010-03-011-0/+2
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-013-98/+2
* Fix spelling.Dan Gohman2010-03-011-12/+12
* I'm removing andersaa after the branch is made.Chris Lattner2010-02-281-0/+1
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-1/+0
* Test that docs are updating.Jeffrey Yasskin2010-02-261-1/+1
* Test autoupdate.Tanya Lattner2010-02-261-1/+0
* Test auto update.Tanya Lattner2010-02-261-2/+0
* Remove REQUIRES_EH from the suggested set of make variables, since users canJeffrey Yasskin2010-02-261-5/+2
* Fix typos in comments.Dan Gohman2010-02-263-4/+4
* Set svn:keywords property on docs/Packaging.html.Jeffrey Yasskin2010-02-261-1/+1
* Add to the packaging advice.Jeffrey Yasskin2010-02-261-0/+54
* Fix a typo.Dan Gohman2010-02-261-1/+1
* Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin2010-02-262-0/+70
* Fix a few more typos.Dan Gohman2010-02-251-2/+2
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Fix HTML.Bill Wendling2010-02-251-13/+13
* stkrc is gone.Dan Gohman2010-02-251-1/+0
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-253-382/+384
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Clarify the description of pointer types, and move theDan Gohman2010-02-251-4/+7
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-251-4/+0
* Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar2010-02-231-0/+4
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-231-12/+7
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-231-3/+0
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-231-1/+1
* Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman2010-02-181-6/+14
* Fix a typo.Dan Gohman2010-02-181-1/+1
* Clarify that the rules about object hopping kick in when a pointer isDan Gohman2010-02-181-4/+4
* Fix typos Duncan noticed.Dan Gohman2010-02-181-2/+2
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-182-3/+3
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-1820-67/+67
* Make this an unnumbered list.Dan Gohman2010-02-171-2/+2
* HTML validation fixes.Dan Gohman2010-02-171-14/+12
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-172-0/+359
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-171-3/+3
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-171-3/+3
* add optional debian instructions, PR6272Chris Lattner2010-02-171-2/+8
* Mention an API change.Duncan Sands2010-02-171-0/+4
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-161-5/+23
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2