aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove libtool.Nick Lewycky2009-02-261-3/+0
* pic16 notes from Sanjiv. Just dumped in for now, will rearrange later.Chris Lattner2009-02-261-1/+36
* final random and incoherent notes after making it through all the commits.Chris Lattner2009-02-261-4/+18
* more notes.Chris Lattner2009-02-261-2/+17
* add some notes from Nicolas G.Chris Lattner2009-02-261-2/+16
* Flesh out the Ada section a little.Duncan Sands2009-02-251-1/+5
* The C backend does not support arbitrary precision integers.Duncan Sands2009-02-251-0/+1
* Note on new type legalizer.Duncan Sands2009-02-251-0/+9
* Add note on support for arbitrary precision integers.Duncan Sands2009-02-251-1/+9
* more notes.Chris Lattner2009-02-251-2/+16
* random notesChris Lattner2009-02-251-6/+21
* Recommend against using Gold to build LLVM.Nick Lewycky2009-02-251-0/+6
* don't know if there is a vmkit release to match 2.5Chris Lattner2009-02-251-1/+1
* update clang sectionChris Lattner2009-02-251-31/+24
* rip out llvm 2.4 details to make room for 2.5Chris Lattner2009-02-251-242/+19
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Demonstrate the act of including multiple space-separated parameter attributes,Nick Lewycky2009-02-151-1/+1
* Edit description of floating point constants toDale Johannesen2009-02-111-3/+18
* Answer a common FAQ:Dan Gohman2009-02-101-0/+27
* fix typo, patch by Jonathan Brandmeyer!Chris Lattner2009-02-091-1/+1
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-091-0/+5
* Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling2009-02-081-0/+54
* I can't type today apparently.Chris Lattner2009-02-081-1/+1
* fix typoChris Lattner2009-02-081-1/+1
* document pointer type constraints, PR3513Chris Lattner2009-02-081-0/+4
* Fixes from feedback.Bill Wendling2009-02-081-15/+27
* Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling2009-02-081-3/+259
* PR3485, document alignment on byref.Chris Lattner2009-02-051-1/+4
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-1/+15
* validation error fix.Chris Lattner2009-02-021-2/+0
* Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-021-1/+53
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-0/+9
* SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman2009-01-281-14/+14
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-282-6/+8
* Update the generated docs.Mikhail Glushenkov2009-01-281-28/+45
* Add some documentation for address-space-based access to the segment registers.Nate Begeman2009-01-261-1/+22
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman2009-01-251-12/+22
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-241-2/+31
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-221-0/+12
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-211-0/+16
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-161-0/+11
* Grammar fix.Duncan Sands2009-01-161-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-5/+12
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-7/+12
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-121-0/+12
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-121-2/+2
* Fix the instructions to work even when PATH does not contain ".".Dan Gohman2009-01-121-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* remove some dead options.Chris Lattner2009-01-121-10/+1