summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Describe quoting rules.Reid Spencer2007-04-151-4/+46
| | | | llvm-svn: 36060
* Add some info about the pipelines and redirection.Reid Spencer2007-04-141-0/+18
| | | | llvm-svn: 36030
* For PR1319:Reid Spencer2007-04-141-73/+191
| | | | | | | Rewrite much of the DejaGnu section to bring it in line with the new facilities in llvm.exp. llvm-svn: 36015
* Correct typo.Duncan Sands2007-04-141-1/+1
| | | | llvm-svn: 35989
* update documentationLauro Ramos Venancio2007-04-121-2/+4
| | | | llvm-svn: 35953
* update documentationLauro Ramos Venancio2007-04-121-1/+5
| | | | llvm-svn: 35952
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-121-4/+4
| | | | llvm-svn: 35936
* Fix validation errors.Reid Spencer2007-04-111-8/+8
| | | | llvm-svn: 35933
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-111-1/+1
| | | | llvm-svn: 35932
* Put period inside the paragraph!Reid Spencer2007-04-111-1/+1
| | | | llvm-svn: 35930
* Document the part_set intrinsic.Reid Spencer2007-04-111-1/+52
| | | | llvm-svn: 35929
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-111-0/+2
| | | | llvm-svn: 35924
* Fix name of an intrinsic: bit.part_select -> part.selectReid Spencer2007-04-101-10/+10
| | | | llvm-svn: 35853
* Rephrase linker explanation.Duncan Sands2007-04-071-4/+4
| | | | llvm-svn: 35739
* Remove the part_set intrinsic. It won't get implemented as an intrinsic.Reid Spencer2007-04-041-39/+0
| | | | llvm-svn: 35667
* Appease Chris' pedantic streak.Reid Spencer2007-04-041-13/+14
| | | | llvm-svn: 35647
* Fix links to intrinsic functions outside LangRef.htmlReid Spencer2007-04-041-2/+2
| | | | llvm-svn: 35646
* Remove intrinsics that we will not be implementing.Reid Spencer2007-04-041-346/+67
| | | | | | | Fix the anchor names of intrinsics to all be int_ so as to distinguish them from the i_ prefix reserved for instructions. llvm-svn: 35645
* Update example notes to clarify system linker's role.Devang Patel2007-04-021-1/+3
| | | | llvm-svn: 35597
* bwsap -> bswapReid Spencer2007-04-021-1/+1
| | | | llvm-svn: 35580
* Fix some bswap typos that Chris noticed.Reid Spencer2007-04-021-2/+2
| | | | llvm-svn: 35564
* gcc 3.4.4 is known-bad on x86-64Chris Lattner2007-04-011-0/+2
| | | | llvm-svn: 35559
* Preview documentation for additional intrinsic functions.Reid Spencer2007-04-011-17/+342
| | | | llvm-svn: 35558
* For PR1297:Reid Spencer2007-04-011-0/+46
| | | | | | | Preview documentation for the llvm.bit.concat intrinsic (yet to be implemented). llvm-svn: 35552
* For PR1297:Reid Spencer2007-04-011-24/+49
| | | | | | | | Document changes to bswap and bit counting intrinsics. bswap's name now requires two types in the suffix per overloaded intrinsic naming rules. The ctpop, cttz, and ctlz intrinsics were changed to always return i32. llvm-svn: 35550
* Mention how to create overloaded intrinsics.Reid Spencer2007-04-011-1/+4
| | | | llvm-svn: 35549
* This is working again.Jeff Cohen2007-03-301-2/+1
| | | | llvm-svn: 35518
* Remove reference to checkpoint.Duncan Sands2007-03-301-10/+0
| | | | llvm-svn: 35507
* Various hopefully correct easy fixes.Duncan Sands2007-03-307-20/+19
| | | | llvm-svn: 35506
* Update to current situation.Jeff Cohen2007-03-281-2/+12
| | | | llvm-svn: 35440
* Stop using the foo HTML tag :)Chris Lattner2007-03-281-2/+2
| | | | llvm-svn: 35436
* Undocument the implementation keywordReid Spencer2007-03-281-12/+11
| | | | | | Docuemnt the checkpoint keyword llvm-svn: 35413
* Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this ↵Tanya Lattner2007-03-271-1/+1
| | | | | | correct.Tested doxygen generation on zion. llvm-svn: 35390
* For PR1276:Reid Spencer2007-03-271-2/+4
| | | | | | | | | Allow doxygen documentation to be rebuilt manually with "make regendoc" separately from "make install". Patch by Scott Michel. llvm-svn: 35378
* For PR601:Reid Spencer2007-03-271-6/+48
| | | | | | Add a little flesh to the document skeleton. llvm-svn: 35377
* For PR601:Reid Spencer2007-03-261-0/+984
| | | | | | Initial skeleton for pass documentation. llvm-svn: 35354
* Fix a link.Reid Spencer2007-03-241-1/+1
| | | | llvm-svn: 35306
* Correct the description of srem. remainder follows the dividend not theReid Spencer2007-03-241-4/+6
| | | | | | divisor! llvm-svn: 35303
* Add noreturn function attribute.Reid Spencer2007-03-221-0/+4
| | | | llvm-svn: 35262
* Preview nounwind function attribute.Reid Spencer2007-03-221-2/+5
| | | | llvm-svn: 35256
* More LangRef fixes. Corrected names of intrinsics.Anton Korobeynikov2007-03-221-37/+37
| | | | llvm-svn: 35249
* Fixed va_arg example. Reported by Roman SamoilovAnton Korobeynikov2007-03-211-5/+9
| | | | llvm-svn: 35248
* Document LoopPass.Devang Patel2007-03-191-0/+88
| | | | llvm-svn: 35191
* Change e-mail address.Jim Laskey2007-03-142-2/+2
| | | | llvm-svn: 35103
* Add link to exception handling.Jim Laskey2007-03-141-0/+14
| | | | llvm-svn: 35102
* Adding credit for PPC changes.Jim Laskey2007-03-141-2/+3
| | | | llvm-svn: 35101
* First draft of exception handling doc.Jim Laskey2007-03-141-0/+460
| | | | llvm-svn: 35100
* llvm-gcc 3.4 is dead.Chris Lattner2007-03-061-9/+4
| | | | llvm-svn: 34961
* Get the version number for the LLVM from the autoconf/configure.ac fileReid Spencer2007-03-041-2/+9
| | | | | | when building the documentation for the web site. llvm-svn: 34894
* grammaroChris Lattner2007-03-021-1/+1
| | | | llvm-svn: 34830
OpenPOWER on IntegriCloud