- 729eb14 Various updates from Sam Bishop: by Chris Lattner · 18 years ago
- 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
- 6bbba66 close an li tag by Chris Lattner · 18 years ago
- f74c0cc Add some Ada info and correct a few buglets. by Duncan Sands · 18 years ago
- a900d17 remove the in progress marker. by Chris Lattner · 18 years ago
- 8170c10 validation fixes by Chris Lattner · 18 years ago
- f304ffc final set of major updates by Chris Lattner · 18 years ago
- acce85d more prose, some organization improvements. by Chris Lattner · 18 years ago
- b4c68cd random notes by Chris Lattner · 18 years ago
- 313d61f add some more notes, still not ready for review :) by Chris Lattner · 18 years ago
- 3fc4a1c scoped_ptr.h was removed. by Chris Lattner · 18 years ago
- 1acd2ee explain that NumElements in alloca and malloc defaults to one by Gabor Greif · 18 years ago
- 6b1a4ec some more notes. by Chris Lattner · 18 years ago
- 052bae6 make it clear :) by Chris Lattner · 18 years ago
- 252b83d add a bunch of random notes and fix some issues noticed by Gabor. by Chris Lattner · 18 years ago
- 000c73b a starter shell for 2.2 release notes by Chris Lattner · 18 years ago
- 515686b dump the module *before* we delete it, not after. by Chris Lattner · 18 years ago
- 8e34250 Update llvm.dbg.func.start. by Evan Cheng · 18 years ago
- 103e2d7 llvm.sqrt(-0.0) is defined. by Chris Lattner · 18 years ago
- 5ec8983 make handling of overflow and undefined results much more clear. by Chris Lattner · 18 years ago
- 4d44d7a Always for PACKAGEVERSION to 'mainline' for teh llvm web page. by Chris Lattner · 18 years ago
- 4cb8618 Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. by Anton Korobeynikov · 18 years ago
- 0747baa clarify that byval is valid for any pointer argument. by Chris Lattner · 18 years ago
- 47507de document the byval parameter attribute. by Chris Lattner · 18 years ago
- 8b44b90 many cleanups and fixed, contributed by Sam Bishop by Chris Lattner · 18 years ago
- a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 18 years ago
- 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 18 years ago
- 3275908 doc_code-ify some code in this doc. by Bill Wendling · 18 years ago
- 8f8c7b7 fix nesting issues. by Chris Lattner · 18 years ago
- c7d3ab3 fix validation issues. by Chris Lattner · 18 years ago
- 4f69f46 improve the description of types, patch by Alain Frisch by Chris Lattner · 18 years ago
- 2e438ca add info on walking preds/succs of a block. by Chris Lattner · 18 years ago
- 534bcfb update a couple of references to SSARegMap. by Chris Lattner · 18 years ago
- 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 18 years ago
- ab2b10c Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
- 64910ee update to llvm 2.0 syntax. by Chris Lattner · 18 years ago
- e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 18 years ago
- 74f4ded Undo a wrong bit in that last patch. by Gordon Henriksen · 18 years ago
- 0adede0 Document a more robust implementation of performCustomLowering. by Gordon Henriksen · 18 years ago
- f021f8a fix formatting by Chris Lattner · 18 years ago
- 23ff1f9 fix more table abuses. by Chris Lattner · 18 years ago
- b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 18 years ago
- 303dae9 Make it clear in the LangRef that allocation instructions only operated on the generic address space. Implement support in the verifier for ensuring this is true. by Christopher Lamb · 18 years ago
- fd80072 Make it more clear that some things that can't be done in .td files can by Dan Gohman · 18 years ago
- d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 18 years ago
- 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 18 years ago
- ad93c4f CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
- 9795bb8 Fix some wording. by John Criswell · 18 years ago
- e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 18 years ago
- 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
- 8528e78 Fixed typo. by John Criswell · 18 years ago
- e268a40 Describe the notion of 'owners' of the code. by Chris Lattner · 18 years ago
- 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 18 years ago
- 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 18 years ago
- bebcdabd8 explain what I need to grant commit access. by Chris Lattner · 18 years ago
- c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 18 years ago
- 51c9717 Add a note by Chris Lattner · 18 years ago
- 2490d33 Fix typo by Tanya Lattner · 18 years ago
- 1de4849 Modified instructions to configure llvm-test by configure llvm with the Path --with-llvmgccdir set. by Tanya Lattner · 18 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- 61ad449 !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 18 years ago
- ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 18 years ago
- f4bc9b1 Teach me to do stuff late at night. by Owen Anderson · 18 years ago
- f1c9221 Fix a factually incorrect statement pointed out by Max Hailperin. by Owen Anderson · 18 years ago
- b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 18 years ago
- be6fe28 These were implemented by Anton Korobeynikov · 18 years ago
- b763228 fix a typo by Chris Lattner · 18 years ago
- ab64806 Import the boost scoped_ptr class to LLVM. This patch was prepared by by Chris Lattner · 18 years ago
- b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 18 years ago
- f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 18 years ago
- e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 18 years ago
- c2bb123 Document a limitation, patch contributed by George Russell by Chris Lattner · 18 years ago
- 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 18 years ago
- bb310f1 Typo fix in the tutorial. by Gordon Henriksen · 18 years ago
- 788ee28 Update links. by Chris Lattner · 18 years ago
- 1b024ce try again by Chris Lattner · 18 years ago
- cf326da Add a link to the tutorial. by Nick Lewycky · 18 years ago
- 8816498 minor edit by Chris Lattner · 18 years ago
- 8bbe014 final edits. by Chris Lattner · 18 years ago
- 1e46a6c chapter 7 edits by Chris Lattner · 18 years ago
- 3616a8a edits for chapter 7 by Chris Lattner · 18 years ago
- 1092a96 edits for chapter 5 by Chris Lattner · 18 years ago
- a54c201 minor edits by Chris Lattner · 18 years ago
- d96b159 edits. by Chris Lattner · 18 years ago
- bd779a3 fixes from Kelly Wilson. by Chris Lattner · 18 years ago
- 4f6766d Clarify some of the iostreams stuff. by Bill Wendling · 18 years ago
- 7badb2d edits for chapter 3 by Chris Lattner · 18 years ago
- cde1d9d chapter 2 edits by Chris Lattner · 18 years ago
- 4134c28 edits by Chris Lattner · 18 years ago
- a1cd224 clarify what proto is. by Chris Lattner · 18 years ago
- 95ce0d6 Add a real intro to the series. by Chris Lattner · 18 years ago
- efcc3f5 typo from Ryan Brown. by Chris Lattner · 18 years ago
- 7115521 fixes from Ryan Brown. by Chris Lattner · 18 years ago
- 89c94f5 Add a missing #include. by Owen Anderson · 18 years ago
- 8017631 Add support for vector remainder operations. by Dan Gohman · 18 years ago
- 619bc0a merge in various fixes from Kelly Wilson. by Chris Lattner · 18 years ago
- 0e555b1 add some links to the tutorial index and between chapters. by Chris Lattner · 18 years ago
- bb80f93 grammaro by Chris Lattner · 18 years ago
- 9ca08f3 recursive types are our friend. by Chris Lattner · 18 years ago
- cac2135 mention possibility of using a visitor by Chris Lattner · 18 years ago