aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-12-03Describe the notion of 'owners' of the code.Chris Lattner
2007-12-03lli -trace was removed back in 2003.Nick Lewycky
2007-12-03Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky
2007-12-03explain what I need to grant commit access.Chris Lattner
2007-12-02fix typo noticed by Joshua PenningtonChris Lattner
2007-11-28Add a noteChris Lattner
2007-11-28Fix typoTanya Lattner
2007-11-28Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-23!< is >=, not >. Thanks to Max Hailperin for pointing this out!Chris Lattner
2007-11-22Rename the 'const' parameter attribute to 'readnone',Duncan Sands
2007-11-19Teach me to do stuff late at night.Owen Anderson
2007-11-19Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson
2007-11-17Add support for vectors to int <-> float casts.Nate Begeman
2007-11-16These were implementedAnton Korobeynikov
2007-11-16fix a typoChris Lattner
2007-11-15Import the boost scoped_ptr class to LLVM. This patch was prepared byChris Lattner
2007-11-15many edits, patch by Kelly Wilson!Chris Lattner
2007-11-14Tweak the descriptions of the new 'const' and 'pure' attributes.Duncan Sands
2007-11-14Document pure/const parameter attributesAnton Korobeynikov
2007-11-14Document a limitation, patch contributed by George RussellChris Lattner
2007-11-13Many typos, grammaro, and wording fixes. Patch byChris Lattner
2007-11-12Typo fix in the tutorial.Gordon Henriksen
2007-11-09Update links.Chris Lattner
2007-11-09try againChris Lattner
2007-11-09Add a link to the tutorial.Nick Lewycky
2007-11-07minor editChris Lattner
2007-11-07final edits.Chris Lattner
2007-11-07chapter 7 editsChris Lattner
2007-11-07edits for chapter 7Chris Lattner
2007-11-07edits for chapter 5Chris Lattner
2007-11-07minor editsChris Lattner
2007-11-07edits.Chris Lattner
2007-11-06fixes from Kelly Wilson.Chris Lattner
2007-11-06Clarify some of the iostreams stuff.Bill Wendling
2007-11-06edits for chapter 3Chris Lattner
2007-11-06chapter 2 editsChris Lattner
2007-11-06editsChris Lattner
2007-11-06clarify what proto is.Chris Lattner
2007-11-06Add a real intro to the series.Chris Lattner
2007-11-06typo from Ryan Brown.Chris Lattner
2007-11-06fixes from Ryan Brown.Chris Lattner
2007-11-06Add a missing #include.Owen Anderson
2007-11-05Add support for vector remainder operations.Dan Gohman
2007-11-05merge in various fixes from Kelly Wilson.Chris Lattner
2007-11-05add some links to the tutorial index and between chapters.Chris Lattner
2007-11-05grammaroChris Lattner
2007-11-05recursive types are our friend.Chris Lattner
2007-11-05mention possibility of using a visitorChris Lattner
2007-11-05clarify why prototype::codegen returns a function.Chris Lattner