summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar1-0/+4
2010-02-23Eliminate llvmgcc_version testing variable.Daniel Dunbar1-12/+7
2010-02-23Kill unused llvmgccmajvers testing variable.Daniel Dunbar1-3/+0
2010-02-23Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman1-1/+1
2010-02-18Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman1-6/+14
2010-02-18Fix a typo.Dan Gohman1-1/+1
2010-02-18Clarify that the rules about object hopping kick in when a pointer isDan Gohman1-4/+4
2010-02-18Fix typos Duncan noticed.Dan Gohman1-2/+2
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands2-3/+3
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands20-67/+67
2010-02-17Make this an unnumbered list.Dan Gohman1-2/+2
2010-02-17HTML validation fixes.Dan Gohman1-14/+12
2010-02-17Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2-0/+359
2010-02-17irbuilder is doing constant folding now by default, PR6092Chris Lattner1-3/+3
2010-02-17fix some out of date prose dating from the LLVMContext changes.Chris Lattner1-3/+3
2010-02-17add optional debian instructions, PR6272Chris Lattner1-2/+8
2010-02-17Mention an API change.Duncan Sands1-0/+4
2010-02-16Add support for emitting non-temporal stores for DAGs markedDavid Greene1-5/+23
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands1-2/+2
2010-02-142.7: Note that DataTypes.h moved.Daniel Dunbar1-0/+3
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner1-32/+109
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis1-0/+5
2010-02-11Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov1-8/+4
2010-02-11llvm-db was removed.Dan Gohman1-16/+0
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin4-9/+25
2010-02-11Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin1-0/+4
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman1-1/+7
2010-02-10Add a ReleaseNotes FIXME.Daniel Dunbar1-0/+3
2010-02-09Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin1-1/+5
2010-02-08Fix some typos.Duncan Sands1-4/+4
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen1-0/+5
2010-02-03Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin1-4/+5
2010-02-03Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin1-2/+5
2010-02-03Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman15-15/+15
2010-02-02Inline addAssemblyEmitter into its one real caller and deleteChris Lattner1-2/+0
2010-01-29Belatedly document r85295 and r85330.Jeffrey Yasskin2-4/+37
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach1-0/+19
2010-01-28Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin1-1/+18
2010-01-28Truncate the release notes so they're ready to accumulate notes for the 2.7 r...Jeffrey Yasskin1-438/+45
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin4-47/+22
2010-01-25no need to implement these.Chris Lattner1-6/+0
2010-01-20reduce redundant are's.Chris Lattner1-2/+1
2010-01-16add a thing to investigate.Chris Lattner1-0/+1
2010-01-15move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner1-38/+32
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher1-5/+0
2010-01-15mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner1-0/+6
2010-01-11Add documentation for llvm.dbg.value intrinsicVictor Hernandez1-0/+20
2010-01-11Add top level section for named metadata.Devang Patel1-8/+35
2010-01-11Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin1-6/+9
2010-01-11Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin1-5/+0