- 2c6f9f7 add a FAQ. by Chris Lattner · 15 years ago
- 7e0fc8a Fixed spelling. by Misha Brukman · 16 years ago
- a0bd810 Use 'name' instead of 'href'. by Bill Wendling · 16 years ago
- b1a61bd Fix verification failure. by Bill Wendling · 16 years ago
- f159402 Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't by Bill Wendling · 16 years ago
- 290235f Another reformatting. No change in docs. by Bill Wendling · 16 years ago
- f94ecc3 fix broken GCC bugzilla link by Gabor Greif · 16 years ago
- 54820ce add a Q/A on broken GCCs by Gabor Greif · 16 years ago
- cfbcd59 Answer a common FAQ: by Dan Gohman · 16 years ago
- d5b455f Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" by Dan Gohman · 16 years ago
- a54d4b2 Simplified marking code regions -- no need to use <div> to surround <pre> tags. by Misha Brukman · 16 years ago
- b610655 Instead of referring to the license file in the 2.3 release, refer to the by Misha Brukman · 16 years ago
- 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
- f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
- f3b2318 Stacker is dead. by Duncan Sands · 16 years ago
- 0526778 Update LICENSE link. by Daniel Dunbar · 16 years ago
- e507905 Improving wording. by Gordon Henriksen · 17 years ago
- 5836682 Adding a note about IR generation to the LLVM FAQ. by Gordon Henriksen · 17 years ago
- a631a87 __main is dead along with llvm-gcc3. by Chris Lattner · 17 years ago
- e9a6c35 Validation fixes by Bill Wendling · 17 years ago
- 669ed45 Subversionify the documentation. by Reid Spencer · 17 years ago
- 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
- 174d578 Added "llvmc" to the FAQ. by Bill Wendling · 17 years ago
- d6a68eb Added "doc_class" div tags to code segments. by Bill Wendling · 17 years ago
- 31d0419 remove an obsolete question by Chris Lattner · 18 years ago
- 434262a Remove references to gccld and gccas, adjusting the documentation to by Reid Spencer · 18 years ago
- b495fb0 Add a note about C++ -> C with libstdc++ by Chris Lattner · 18 years ago
- 33bef48 Add a link in a prominant location. by Chris Lattner · 18 years ago
- e00906f Answer the most frequently asked question, about GEPs. The answer is by Reid Spencer · 18 years ago
- af7fd20 Answer the FAQ: "can llvm convert C++ code to C?" by Chris Lattner · 18 years ago
- 7b8229a Actually, semantical doesn't appear to be a word. by Jeff Cohen · 19 years ago
- ae9a993 Unfortunately this really isn't the place for advertisement. by Chris Lattner · 19 years ago
- 83490d3 Fix typo. by Jeff Cohen · 19 years ago
- c87f497 Fix some anchors. by Reid Spencer · 19 years ago
- 501bfee Add some notes about the current state of source (front end) languages by Reid Spencer · 19 years ago
- 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- 14fc5c1 Added question about turning off all optimizations. I think this has been asked once or twice. by Tanya Lattner · 20 years ago
- 5a53c5d add an entry, add links to entries for demo page. by Chris Lattner · 20 years ago
- f96eb57 Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the by Reid Spencer · 20 years ago
- 201ddef Correct documentation to reflect the change in location of the CFE runtime by Reid Spencer · 20 years ago
- a34e65d We don't have python test classes anymore. by John Criswell · 20 years ago
- 237dc2a * Link to the license file from release 1.3 (should we link to CVS version by Misha Brukman · 20 years ago
- 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
- 7ce62cc * Standardize footer * HTML 4.01 (Strict) compliance by Misha Brukman · 20 years ago
- 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
- d179961 Merged in RELEASE_12. by John Criswell · 21 years ago
- c50bbc9 Add a faq entry by Chris Lattner · 21 years ago
- cd16119 Point to the new license (includes year 2004). Changed crtend.o to libcrtend.a. by John Criswell · 21 years ago
- 02f61c1 Corrected typo. by John Criswell · 21 years ago
- 306acee The GCC problem is not specific to suse by Chris Lattner · 21 years ago
- a28e3ce Add a faq entry for the demo page by Chris Lattner · 21 years ago
- c99ba9f `effect' is the noun, `affect' is the verb. by Misha Brukman · 21 years ago
- 8a0b924 Add note about sucky suse compiler by Chris Lattner · 21 years ago
- cc33d70 add new FAQ entry by Chris Lattner · 21 years ago
- 76c1e38 Added the new GCC front end section to the table of contents. by John Criswell · 21 years ago
- 6ea30b0 Added information on the GCC front end. by John Criswell · 21 years ago
- a653885 * Added a "contents"-like list of questions at the beginning of the file by Misha Brukman · 21 years ago
- 3c00970 The answer to this question is "Yes". Let's make that absolutely clear even to by Misha Brukman · 21 years ago
- 32a32f0 Call me picky, but it's not the state of Illinois' license, it's the by Misha Brukman · 21 years ago
- 58433c4 Rephrase the OSI answer. by Vikram S. Adve · 21 years ago
- 6d37679 Dang...these different file locations make it a pain to get the URLs right. by Vikram S. Adve · 21 years ago
- 0493f34 Fix license URL and typo. by Vikram S. Adve · 21 years ago
- 168da7d Improve formatting of licensing section. by Vikram S. Adve · 21 years ago
- 04da65a Add a section on licensing questions. by Vikram S. Adve · 21 years ago
- f08c5d8 Added answers to test suite questions. by John Criswell · 21 years ago
- c310f62 Fequently Asked Questions about LLVM. Mainly focuses on build problems, but by John Criswell · 21 years ago