aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.html
Commit message (Collapse)AuthorAgeFilesLines
* add a FAQ.Chris Lattner2009-06-301-0/+141
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74538 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed spelling.Misha Brukman2009-04-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68821 91177308-0d34-0410-b5e6-96231b3b80d8
* Use 'name' instead of 'href'.Bill Wendling2009-04-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68534 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix verification failure.Bill Wendling2009-04-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68531 91177308-0d34-0410-b5e6-96231b3b80d8
* Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn'tBill Wendling2009-04-071-2/+25
| | | | | | | work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68530 91177308-0d34-0410-b5e6-96231b3b80d8
* Another reformatting. No change in docs.Bill Wendling2009-04-071-317/+327
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68528 91177308-0d34-0410-b5e6-96231b3b80d8
* fix broken GCC bugzilla linkGabor Greif2009-03-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65858 91177308-0d34-0410-b5e6-96231b3b80d8
* add a Q/A on broken GCCsGabor Greif2009-03-021-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65857 91177308-0d34-0410-b5e6-96231b3b80d8
* Answer a common FAQ:Dan Gohman2009-02-101-0/+27
| | | | | | | "Can I compile C or C++ code to platform-independent LLVM bitcode?" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64222 91177308-0d34-0410-b5e6-96231b3b80d8
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman2009-01-251-12/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62961 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman2008-12-171-38/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61143 91177308-0d34-0410-b5e6-96231b3b80d8
* Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman2008-12-171-1/+1
| | | | | | | always-current SVN version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61142 91177308-0d34-0410-b5e6-96231b3b80d8
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a few HTML tidiness issues.Dan Gohman2008-11-241-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59966 91177308-0d34-0410-b5e6-96231b3b80d8
* Stacker is dead.Duncan Sands2008-09-301-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56844 91177308-0d34-0410-b5e6-96231b3b80d8
* Update LICENSE link.Daniel Dunbar2008-09-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56689 91177308-0d34-0410-b5e6-96231b3b80d8
* Improving wording.Gordon Henriksen2008-02-221-7/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47503 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding a note about IR generation to the LLVM FAQ.Gordon Henriksen2008-02-221-0/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47502 91177308-0d34-0410-b5e6-96231b3b80d8
* __main is dead along with llvm-gcc3.Chris Lattner2007-10-311-25/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43545 91177308-0d34-0410-b5e6-96231b3b80d8
* Validation fixesBill Wendling2007-09-221-61/+55
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42227 91177308-0d34-0410-b5e6-96231b3b80d8
* Subversionify the documentation.Reid Spencer2007-07-091-13/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
* Added "llvmc" to the FAQ.Bill Wendling2007-05-291-1/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37337 91177308-0d34-0410-b5e6-96231b3b80d8
* Added "doc_class" div tags to code segments.Bill Wendling2007-05-291-16/+43
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37336 91177308-0d34-0410-b5e6-96231b3b80d8
* remove an obsolete questionChris Lattner2007-02-141-17/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34274 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-16/+9
| | | | | | | mention llvm-ld and opt instead (if appropriate). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34094 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about C++ -> C with libstdc++Chris Lattner2006-08-311-2/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29993 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link in a prominant location.Chris Lattner2006-08-151-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29689 91177308-0d34-0410-b5e6-96231b3b80d8
* Answer the most frequently asked question, about GEPs. The answer isReid Spencer2006-08-101-0/+2
| | | | | | | | | sufficiently long that I placed it in a separate file but it links from the FAQ page. More might need to be added to GetElementPtr.html to address additional confusion surrounding GEP. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29594 91177308-0d34-0410-b5e6-96231b3b80d8
* Answer the FAQ: "can llvm convert C++ code to C?"Chris Lattner2006-07-191-0/+57
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29212 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually, semantical doesn't appear to be a word.Jeff Cohen2006-04-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27983 91177308-0d34-0410-b5e6-96231b3b80d8
* Unfortunately this really isn't the place for advertisement.Chris Lattner2006-04-261-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27979 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Jeff Cohen2006-04-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some anchors.Reid Spencer2006-04-261-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27977 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some notes about the current state of source (front end) languagesReid Spencer2006-04-261-0/+43
| | | | | | | so we can point to them on llvm-dev. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27976 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* Added question about turning off all optimizations. I think this has been ↵Tanya Lattner2005-04-251-0/+18
| | | | | | asked once or twice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21542 91177308-0d34-0410-b5e6-96231b3b80d8
* add an entry, add links to entries for demo page.Chris Lattner2005-02-251-27/+53
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20328 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer2004-12-151-30/+6
| | | | | | | | GettingStarted.html document in the environment section and only as an optional feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct documentation to reflect the change in location of the CFE runtimeReid Spencer2004-12-141-3/+3
| | | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
* We don't have python test classes anymore.John Criswell2004-12-081-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18645 91177308-0d34-0410-b5e6-96231b3b80d8
* * Link to the license file from release 1.3 (should we link to CVS versionMisha Brukman2004-12-031-19/+18
| | | | | | | | | instead?) * Encapsulate code and header file names with <tt> and </tt> * Arrange <p> and </p> tags to be inline with the text they contain git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18472 91177308-0d34-0410-b5e6-96231b3b80d8
* If updating from CVS gives error "No rule to make target", it's faster to justMisha Brukman2004-09-091-0/+33
| | | | | | | delete .d files than to rebuild from scratch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16258 91177308-0d34-0410-b5e6-96231b3b80d8
* * Standardize footerMisha Brukman2004-06-011-7/+10
| | | | | | | * HTML 4.01 (Strict) compliance git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13924 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-5/+6
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_12.John Criswell2004-03-291-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a faq entryChris Lattner2004-03-291-0/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12529 91177308-0d34-0410-b5e6-96231b3b80d8
* Point to the new license (includes year 2004).John Criswell2004-03-121-3/+3
| | | | | | | Changed crtend.o to libcrtend.a. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12338 91177308-0d34-0410-b5e6-96231b3b80d8
* Corrected typo.John Criswell2003-12-231-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10600 91177308-0d34-0410-b5e6-96231b3b80d8
* The GCC problem is not specific to suseChris Lattner2003-12-221-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10574 91177308-0d34-0410-b5e6-96231b3b80d8