aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Added "doc_class" div tags to code segments.Bill Wendling2007-05-291-16/+43
* Fix for PR1452. Removed "define" keyword from the C code. Added "<divBill Wendling2007-05-291-45/+85
* remove contradiction owen noticedChris Lattner2007-05-241-7/+2
* final updatesChris Lattner2007-05-231-41/+45
* Document boolOrDefault and its parser.Dale Johannesen2007-05-221-0/+8
* NightlyTest.pl does not exist.Tanya Lattner2007-05-221-1/+1
* Adding 2.0 releaseTanya Lattner2007-05-221-0/+1
* Fix typo.Duncan Sands2007-05-181-1/+1
* finished the first draftChris Lattner2007-05-181-11/+4
* crank out notesChris Lattner2007-05-181-128/+133
* validation fixChris Lattner2007-05-181-1/+1
* validation fixesChris Lattner2007-05-181-4/+6
* tweakChris Lattner2007-05-181-6/+5
* validation fixesChris Lattner2007-05-171-3/+1
* llvm-gcc now supports almost all gcc extensions. The key missing one isChris Lattner2007-05-171-61/+26
* add a section about API changes.Chris Lattner2007-05-171-10/+59
* minor tweakChris Lattner2007-05-171-3/+4
* Merged in both release announcement guts.Tanya Lattner2007-05-161-12/+241
* Update for arbitrary precision integer types.Reid Spencer2007-05-161-8/+48
* Note on current implementation of ELF32/PPC ABI.Nicolas Geoffray2007-05-151-0/+2
* The wrapping behavior of part_set is not desirable. Adjust theReid Spencer2007-05-141-6/+6
* Revise definition of part_select. The wrapping behavior is not useful soReid Spencer2007-05-141-10/+5
* Add a skeleton for future contentsChris Lattner2007-05-141-68/+74
* add a linkChris Lattner2007-05-131-0/+4
* add initial description of llvm top-level stuff.Chris Lattner2007-05-131-3/+93
* finish the description of the bitstream format.Chris Lattner2007-05-131-3/+88
* Fix a grammaro.Reid Spencer2007-05-121-1/+1
* fix typoChris Lattner2007-05-121-1/+1
* continued descriptionChris Lattner2007-05-121-5/+108
* add a bunch of content.Chris Lattner2007-05-121-8/+213
* first stepChris Lattner2007-05-121-27/+97
* Add a known QEMU problem.Lauro Ramos Venancio2007-05-121-1/+4
* These attributes are supported!Anton Korobeynikov2007-05-101-8/+7
* gar. GCC 3.4.2 also miscompiles llvm at -O3. :(Chris Lattner2007-05-101-4/+8
* another version of gcc that miscompiles llvm.Chris Lattner2007-05-101-0/+3
* Add two ARM known problems.Lauro Ramos Venancio2007-05-091-3/+6
* arm no longer experimental, c++ eh support is?Chris Lattner2007-05-091-1/+1
* add a meta-blurb about the 2.0 releaseChris Lattner2007-05-091-8/+17
* strip the llvm 1.9 info out of the release notesChris Lattner2007-05-091-120/+28
* remove dead optionChris Lattner2007-05-061-4/+0
* this is obsoleteChris Lattner2007-05-061-2158/+0
* link to the bitcode docChris Lattner2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-011-0/+19
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-292-2/+9
* Implement review feedbackAnton Korobeynikov2007-04-291-1/+1
* Minor corrections.Jeff Cohen2007-04-291-61/+60
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-282-8/+9
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-252-13/+89