- 4d59587 Added link to ABI documentation, sent by Rafael Espindola. by Misha Brukman · 18 years ago
- 5682aff Update info on mangled names. by Jim Laskey · 18 years ago
- 4a9df24 Update debugging documents. by Jim Laskey · 18 years ago
- 4a5dfee Fix validation problem by Chris Lattner · 18 years ago
- 7fdf87f remove IRC transcript. Anything still misunderstood after the faq is read by Chris Lattner · 18 years ago
- 1014647 Fix a thinko noticed by Chandler Carruth. by Reid Spencer · 18 years ago
- 103febe Add a section on how to build an RPM package as an optional release activity. by Reid Spencer · 18 years ago
- 80d9244 Fixed the awkward description of the -find-bugs option for bugpoint. by Patrick Jenkins · 18 years ago
- 94f7850 Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. by Patrick Jenkins · 18 years ago
- 7d686d5 Added option description for -find-bugs. by Patrick Jenkins · 18 years ago
- 8268166 This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. by Patrick Jenkins · 18 years ago
- 19af0e1 Haste-o discovered after. by Jim Laskey · 18 years ago
- af2cca1 Hypos pointed out by Jakob Praher. by Jim Laskey · 18 years ago
- e3c312f Typo. by Jim Laskey · 18 years ago
- eda573d Okay, make the prose match the example too. by Reid Spencer · 18 years ago
- 1c6f87d Some more correction to the examples, thanks to Chris Lattner. by Reid Spencer · 18 years ago
- 5073922 Fix an example. by Reid Spencer · 18 years ago
- 80a4d05 Clarify the first question. by Reid Spencer · 18 years ago
- 919d371 Rearrange things for clarity, don't talk about "dereferencing" when we by Reid Spencer · 18 years ago
- 884a970 Add a link to the GEP faq. by Chris Lattner · 18 years ago
- 33bef48 Add a link in a prominant location. by Chris Lattner · 18 years ago
- 6e3b7c2 Fix more validation issues by Chris Lattner · 18 years ago
- 5907d40 Update the example to work with llvm-gcc4. Fix validation errors. by Chris Lattner · 18 years ago
- 29a965d typo by Chris Lattner · 18 years ago
- f428c0f Fix a typo. by Reid Spencer · 18 years ago
- b5fc9f5 Fix several grammaros and a few HTML usage items. by Reid Spencer · 18 years ago
- e6dd6a1 Use < and > by Devang Patel · 18 years ago
- 2c1292f Fix verification failures. by Devang Patel · 18 years ago
- de4bbd9 Add lto doc link. by Devang Patel · 18 years ago
- 93449f1 Add lto doc. by Devang Patel · 18 years ago
- 825c2a7 Added information for the new nightly tester. by Patrick Jenkins · 18 years ago
- 8f652eb Minor cleanups by Chris Lattner · 18 years ago
- 23a0c76 Fix a typo noticed by Gordon Henriksen. Thanks! by Reid Spencer · 18 years ago
- 48f7068 llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust by Reid Spencer · 18 years ago
- f19ccf8 Add a cleaned-up version of the IRC conversation that spurred this FAQ. by Reid Spencer · 18 years ago
- e00906f Answer the most frequently asked question, about GEPs. The answer is by Reid Spencer · 18 years ago
- 9ceece5 Adding notes from release experience. by Tanya Lattner · 18 years ago
- 049ccbe Fixed misspelling by Tanya Lattner · 18 years ago
- 7ea41e3 Update from Anton Korobeynikov by Chris Lattner · 18 years ago
- 49e693e Fixes from Anton Vayvod and Gabor Greif! by Chris Lattner · 18 years ago
- d9ea017 First draft of the llvm 1.8 release notes. by Chris Lattner · 18 years ago
- ebfe07f Update the instructions for writing a pass as a loadable module per the by Reid Spencer · 18 years ago
- d1001f2 Fix an anchor name. by Reid Spencer · 18 years ago
- 42fe455 For PR780: by Reid Spencer · 18 years ago
- 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
- c75a04b updated CVS server location by Chris Lattner · 18 years ago
- 704e81f Fix HTML 4.01 Strict errors. by Reid Spencer · 18 years ago
- ca6a18f Update to include new options. by Reid Spencer · 18 years ago
- e131ec9 Update library dependency information, describe new libraries, talk a by Reid Spencer · 18 years ago
- 6c3acb7 Changed to a new directory for opensource checkout. by Jim Laskey · 18 years ago
- f55914a Fix a couple typos. by Jim Laskey · 18 years ago
- d30a971 Correct a misunderstanding about cross-compiling. Anton's changes don't by Reid Spencer · 18 years ago
- 2d4ed2d Fix section title to use lower case. by Reid Spencer · 18 years ago
- 17850ef Add instructions for building a cross-compiler. Patch contributed by by Reid Spencer · 18 years ago
- c148e5e Reduce the padding on the doc_notes style. It was set to 1em which leaves by Reid Spencer · 18 years ago
- 6883a88 Add some advice by Chris Lattner · 18 years ago
- 6947e55 Add some notes about mingw, patch contributed by Anton Korobeynikov. by Chris Lattner · 18 years ago
- af7fd20 Answer the FAQ: "can llvm convert C++ code to C?" by Chris Lattner · 18 years ago
- 810ad8c Revamp this doc to be accurate w.r.t. building llvmgcc4 by Chris Lattner · 18 years ago
- 27bc97d Fix typo. by Devang Patel · 18 years ago
- 9e4692c The web site uses this by Chris Lattner · 18 years ago
- b329fe1 fix typos by Jim Laskey · 18 years ago
- 094ee72 add subroutine types by Jim Laskey · 18 years ago
- fded8a2 remove quotes for better consistency by Chris Lattner · 18 years ago
- 4a463a3 more significant moving of stuff around. by Chris Lattner · 18 years ago
- a2bc7b0 Fix broken links, remove author information, add brief summary. by Chris Lattner · 18 years ago
- a877f14 Added LLVM publications describing the LLVM compiler infrastructure. by John Criswell · 18 years ago
- e9493d3 Include information of svn repository for llvm-gcc4. by Jim Laskey · 18 years ago
- 3261f0b Include information about svn repository for llvm-gcc4. by Jim Laskey · 18 years ago
- dd19791 Document known xcode 2.3 issue by Chris Lattner · 18 years ago
- 6557f18 apple's compiler works too by Chris Lattner · 18 years ago
- 76a015e add decimal form of LLVMDebugVersion by Jim Laskey · 18 years ago
- 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
- f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
- 81c01f0 Decribe the "implementation" keyword. by Chris Lattner · 18 years ago
- 215abc7 document --libfiles by Chris Lattner · 18 years ago
- 2403b85 Document the cl::SetVersionPrinter function. by Reid Spencer · 18 years ago
- 98bb297 Document the LINK_LIBS_IN_SHARED control variable. by Reid Spencer · 18 years ago
- c95cf1d Add tblgen to the index by Chris Lattner · 18 years ago
- 699623d tblgen isn't related to llvm2cpp. Fix typo by Chris Lattner · 18 years ago
- 8f5591a Document the -gen-inline option. by Reid Spencer · 18 years ago
- b056761 Fix a typo by Chris Lattner · 18 years ago
- 8874aae Add a brief description for the tblgen program. More detail is needed but by Reid Spencer · 18 years ago
- 178a815 Update the documentation for llvm2cpp after the -gen-* options were added. by Reid Spencer · 18 years ago
- a0b8515 Add the new command line arguments. by Reid Spencer · 18 years ago
- e497ff1 Add llvm2cpp program. by Reid Spencer · 18 years ago
- eb82da8 Describe how to add a custom test. by Chris Lattner · 18 years ago
- 792321a Wrap long lines fix typo by Chris Lattner · 18 years ago
- 5710ce9 New calling convention I will be adding shortly. by Chris Lattner · 18 years ago
- 80626a7 Upgrade in preparation for doxygen 1.4.4. The config file format changed, by Reid Spencer · 18 years ago
- 374ab30 Update dox, patch by Vladimir Prus! by Chris Lattner · 18 years ago
- 76b8a33 Change token to match asmprinter output by Chris Lattner · 18 years ago
- d42037a For PR741: by Reid Spencer · 19 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
- 8e9f2ce Suggest looking at the SPARC backend. How weird is that?? :) by Chris Lattner · 19 years ago
- 99d3c27 typo by Chris Lattner · 19 years ago