summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Expand on adding an intrinsic. Move section to before adding an instructionChris Lattner2004-04-091-26/+40
| | | | llvm-svn: 12796
* Fixed some spelling.John Criswell2004-04-091-4/+4
| | | | llvm-svn: 12790
* Modified the prototypes of the llvm.readport and llvm.writeport intrinsicsJohn Criswell2004-04-091-28/+35
| | | | | | | | | so that they do not specify specific integer sizes (as those are constrained by the code generator, not the intrinsic itself). Also put these intrinsics into their own "Operating System" section. llvm-svn: 12789
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-091-0/+91
| | | | llvm-svn: 12788
* We have a global reg. allocator now -- thanks to Alkis.Brian Gaeke2004-04-071-3/+7
| | | | | | | Fix a typo. Add a project I've always thought would be cool. llvm-svn: 12747
* Bugs fixed new features implementedChris Lattner2004-04-061-0/+3
| | | | llvm-svn: 12716
* Document new optionChris Lattner2004-04-061-1/+10
| | | | llvm-svn: 12699
* Update docs a bitChris Lattner2004-04-061-10/+12
| | | | llvm-svn: 12695
* Remove some options that don't really have anything to do with bugpointChris Lattner2004-04-061-10/+0
| | | | llvm-svn: 12694
* * Added link to newly written ExtendingLLVM.html documentMisha Brukman2004-04-061-34/+29
| | | | | | * Eliminated extraneous space in the HTML llvm-svn: 12691
* Incorporated Chris' comments.Misha Brukman2004-04-061-7/+9
| | | | llvm-svn: 12690
* Added notes on extending LLVM with new instructions, intrinsics, types, etc.Misha Brukman2004-04-062-0/+214
| | | | llvm-svn: 12689
* PR82 is finally fixed!Chris Lattner2004-04-051-5/+2
| | | | llvm-svn: 12656
* Update getelementptr instruction descriptionChris Lattner2004-04-051-38/+83
| | | | llvm-svn: 12654
* PR305 is now fixedChris Lattner2004-04-051-1/+1
| | | | llvm-svn: 12649
* Bug fixedChris Lattner2004-04-011-0/+1
| | | | llvm-svn: 12598
* Bug fixedChris Lattner2004-04-011-1/+1
| | | | llvm-svn: 12593
* Clear out all of the changes. Reset version numbers to 1.3Chris Lattner2004-04-011-118/+15
| | | | | | add note about select llvm-svn: 12584
* Merged in RELEASE_12.John Criswell2004-03-296-26/+69
| | | | llvm-svn: 12532
* Add a faq entryChris Lattner2004-03-291-0/+39
| | | | llvm-svn: 12529
* Add note about setting up linux systems to directly execute LLVM bytecode filesChris Lattner2004-03-251-4/+34
| | | | | | Fixes PR303 llvm-svn: 12516
* Add a dose of reality into the release notesChris Lattner2004-03-191-1/+1
| | | | llvm-svn: 12510
* Perhaps the last bugfix before the release? HOPEFULLY! :)Chris Lattner2004-03-191-1/+1
| | | | llvm-svn: 12505
* Fix a minor wording bug in the manualChris Lattner2004-03-181-1/+2
| | | | llvm-svn: 12496
* Fix a tag-oChris Lattner2004-03-171-1/+1
| | | | llvm-svn: 12477
* Rewrite the second on AnalysisUsage usage. This documents the newChris Lattner2004-03-171-73/+118
| | | | | | | | addRequiredTransitive member that Misha added, and explains the whole concept a lot better. Also, the document used incorrect "subsubsection" tags instead of "doc_subsubsection" which this fixes. llvm-svn: 12474
* update release notes for 1.2Chris Lattner2004-03-171-9/+16
| | | | llvm-svn: 12467
* Bug fixedChris Lattner2004-03-161-0/+1
| | | | llvm-svn: 12449
* Bug not fixed after allChris Lattner2004-03-161-1/+3
| | | | llvm-svn: 12446
* Fix bug in bug name. It must be the painkillers that I haven't been takingChris Lattner2004-03-161-1/+1
| | | | llvm-svn: 12440
* Implement a new feature in the CFE, moving a GCC extension from the unsupportedChris Lattner2004-03-161-1/+4
| | | | | | to the supported list llvm-svn: 12439
* boog fixedChris Lattner2004-03-161-0/+2
| | | | llvm-svn: 12436
* Bug fixedChris Lattner2004-03-161-0/+1
| | | | llvm-svn: 12432
* Document stuff that is known to be brokenChris Lattner2004-03-141-4/+26
| | | | llvm-svn: 12366
* Option no moreChris Lattner2004-03-131-1/+1
| | | | llvm-svn: 12360
* Performed some updates on the new options to these command line tools.John Criswell2004-03-128-20/+73
| | | | llvm-svn: 12350
* Fixed grammar typo.John Criswell2004-03-121-1/+1
| | | | llvm-svn: 12345
* Fixed grammar typo.John Criswell2004-03-121-1/+1
| | | | llvm-svn: 12343
* Added minor information on C++.John Criswell2004-03-121-3/+5
| | | | llvm-svn: 12341
* Updated to LLVM 1.2.John Criswell2004-03-121-14/+37
| | | | | | | | Added information on getting the LLVM GCC front end from CVS. Added new configure script options. Made other minor corrections and modifications. llvm-svn: 12340
* Point to the new license (includes year 2004).John Criswell2004-03-121-3/+3
| | | | | | Changed crtend.o to libcrtend.a. llvm-svn: 12338
* Added a header indicating that the Linux and MacOS configure procedures areJohn Criswell2004-03-121-0/+22
| | | | | | | | the same. Added LLVM copyright and warranty disclaimer information. llvm-svn: 12337
* This is no longer an open projectChris Lattner2004-03-121-4/+0
| | | | llvm-svn: 12308
* Cleanup the cast section, add the select instructionChris Lattner2004-03-121-21/+95
| | | | llvm-svn: 12307
* Miscellaneous additions are a separate section.Misha Brukman2004-03-111-1/+1
| | | | llvm-svn: 12293
* Fix spelling.Alkis Evlogimenos2004-03-111-1/+1
| | | | llvm-svn: 12287
* Embed a floating frame of the bugzilla query in the page. This wayAlkis Evlogimenos2004-03-111-3/+10
| | | | | | people looking for open projects cannot miss the link :-) llvm-svn: 12284
* Minor additions and cleanupsChris Lattner2004-03-111-8/+9
| | | | llvm-svn: 12279
* Bugz fixedChris Lattner2004-03-101-0/+2
| | | | llvm-svn: 12276
* Add link to bugzilla query of unassigned enhancements. Specific openAlkis Evlogimenos2004-03-101-1/+1
| | | | | | | | | | projects like 'port glibc to llvm' or 'improve nightly tester', should have an unassigned enhancement bug opened for them so that they can be tracked more easily. Open projects should only list generic projects like 'compile programs with the LLVM compiler' or 'write a new backend for target'. llvm-svn: 12273
OpenPOWER on IntegriCloud