summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin2010-02-26
* Fix a few more typos.Dan Gohman2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Fix HTML.Bill Wendling2010-02-25
* stkrc is gone.Dan Gohman2010-02-25
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Clarify the description of pointer types, and move theDan Gohman2010-02-25
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-25
* Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar2010-02-23
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-23
* Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman2010-02-18
* Fix a typo.Dan Gohman2010-02-18
* Clarify that the rules about object hopping kick in when a pointer isDan Gohman2010-02-18
* Fix typos Duncan noticed.Dan Gohman2010-02-18
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-18
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* Make this an unnumbered list.Dan Gohman2010-02-17
* HTML validation fixes.Dan Gohman2010-02-17
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-17
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-17
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-17
* add optional debian instructions, PR6272Chris Lattner2010-02-17
* Mention an API change.Duncan Sands2010-02-17
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* 2.7: Note that DataTypes.h moved.Daniel Dunbar2010-02-14
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov2010-02-11
* llvm-db was removed.Dan Gohman2010-02-11
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-11
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-10
* Add a ReleaseNotes FIXME.Daniel Dunbar2010-02-10
* Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin2010-02-09
* Fix some typos.Duncan Sands2010-02-08
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin2010-02-03
* Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin2010-02-03
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-03
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-02
* Belatedly document r85295 and r85330.Jeffrey Yasskin2010-01-29
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin2010-01-28
* Truncate the release notes so they're ready to accumulate notes for the 2.7 r...Jeffrey Yasskin2010-01-28
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* no need to implement these.Chris Lattner2010-01-25