| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Describe quoting rules. | Reid Spencer | 2007-04-15 | 1 | -4/+46 |
| | | | | | llvm-svn: 36060 | ||||
| * | Add some info about the pipelines and redirection. | Reid Spencer | 2007-04-14 | 1 | -0/+18 |
| | | | | | llvm-svn: 36030 | ||||
| * | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -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 Sands | 2007-04-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 35989 | ||||
| * | update documentation | Lauro Ramos Venancio | 2007-04-12 | 1 | -2/+4 |
| | | | | | llvm-svn: 35953 | ||||
| * | update documentation | Lauro Ramos Venancio | 2007-04-12 | 1 | -1/+5 |
| | | | | | llvm-svn: 35952 | ||||
| * | Fix extra argument in part_set examples. Thanks Zhiru. | Reid Spencer | 2007-04-12 | 1 | -4/+4 |
| | | | | | llvm-svn: 35936 | ||||
| * | Fix validation errors. | Reid Spencer | 2007-04-11 | 1 | -8/+8 |
| | | | | | llvm-svn: 35933 | ||||
| * | Missing end tag. Thanks, Nick. | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 35932 | ||||
| * | Put period inside the paragraph! | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 35930 | ||||
| * | Document the part_set intrinsic. | Reid Spencer | 2007-04-11 | 1 | -1/+52 |
| | | | | | llvm-svn: 35929 | ||||
| * | Add Scott's note about GCC 4.1.2 on OpenSUSE. | Reid Spencer | 2007-04-11 | 1 | -0/+2 |
| | | | | | llvm-svn: 35924 | ||||
| * | Fix name of an intrinsic: bit.part_select -> part.select | Reid Spencer | 2007-04-10 | 1 | -10/+10 |
| | | | | | llvm-svn: 35853 | ||||
| * | Rephrase linker explanation. | Duncan Sands | 2007-04-07 | 1 | -4/+4 |
| | | | | | llvm-svn: 35739 | ||||
| * | Remove the part_set intrinsic. It won't get implemented as an intrinsic. | Reid Spencer | 2007-04-04 | 1 | -39/+0 |
| | | | | | llvm-svn: 35667 | ||||
| * | Appease Chris' pedantic streak. | Reid Spencer | 2007-04-04 | 1 | -13/+14 |
| | | | | | llvm-svn: 35647 | ||||
| * | Fix links to intrinsic functions outside LangRef.html | Reid Spencer | 2007-04-04 | 1 | -2/+2 |
| | | | | | llvm-svn: 35646 | ||||
| * | Remove intrinsics that we will not be implementing. | Reid Spencer | 2007-04-04 | 1 | -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 Patel | 2007-04-02 | 1 | -1/+3 |
| | | | | | llvm-svn: 35597 | ||||
| * | bwsap -> bswap | Reid Spencer | 2007-04-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 35580 | ||||
| * | Fix some bswap typos that Chris noticed. | Reid Spencer | 2007-04-02 | 1 | -2/+2 |
| | | | | | llvm-svn: 35564 | ||||
| * | gcc 3.4.4 is known-bad on x86-64 | Chris Lattner | 2007-04-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 35559 | ||||
| * | Preview documentation for additional intrinsic functions. | Reid Spencer | 2007-04-01 | 1 | -17/+342 |
| | | | | | llvm-svn: 35558 | ||||
| * | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -0/+46 |
| | | | | | | | | Preview documentation for the llvm.bit.concat intrinsic (yet to be implemented). llvm-svn: 35552 | ||||
| * | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -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 Spencer | 2007-04-01 | 1 | -1/+4 |
| | | | | | llvm-svn: 35549 | ||||
| * | This is working again. | Jeff Cohen | 2007-03-30 | 1 | -2/+1 |
| | | | | | llvm-svn: 35518 | ||||
| * | Remove reference to checkpoint. | Duncan Sands | 2007-03-30 | 1 | -10/+0 |
| | | | | | llvm-svn: 35507 | ||||
| * | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 7 | -20/+19 |
| | | | | | llvm-svn: 35506 | ||||
| * | Update to current situation. | Jeff Cohen | 2007-03-28 | 1 | -2/+12 |
| | | | | | llvm-svn: 35440 | ||||
| * | Stop using the foo HTML tag :) | Chris Lattner | 2007-03-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 35436 | ||||
| * | Undocument the implementation keyword | Reid Spencer | 2007-03-28 | 1 | -12/+11 |
| | | | | | | | Docuemnt the checkpoint keyword llvm-svn: 35413 | ||||
| * | Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this ↵ | Tanya Lattner | 2007-03-27 | 1 | -1/+1 |
| | | | | | | | correct.Tested doxygen generation on zion. llvm-svn: 35390 | ||||
| * | For PR1276: | Reid Spencer | 2007-03-27 | 1 | -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 Spencer | 2007-03-27 | 1 | -6/+48 |
| | | | | | | | Add a little flesh to the document skeleton. llvm-svn: 35377 | ||||
| * | For PR601: | Reid Spencer | 2007-03-26 | 1 | -0/+984 |
| | | | | | | | Initial skeleton for pass documentation. llvm-svn: 35354 | ||||
| * | Fix a link. | Reid Spencer | 2007-03-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 35306 | ||||
| * | Correct the description of srem. remainder follows the dividend not the | Reid Spencer | 2007-03-24 | 1 | -4/+6 |
| | | | | | | | divisor! llvm-svn: 35303 | ||||
| * | Add noreturn function attribute. | Reid Spencer | 2007-03-22 | 1 | -0/+4 |
| | | | | | llvm-svn: 35262 | ||||
| * | Preview nounwind function attribute. | Reid Spencer | 2007-03-22 | 1 | -2/+5 |
| | | | | | llvm-svn: 35256 | ||||
| * | More LangRef fixes. Corrected names of intrinsics. | Anton Korobeynikov | 2007-03-22 | 1 | -37/+37 |
| | | | | | llvm-svn: 35249 | ||||
| * | Fixed va_arg example. Reported by Roman Samoilov | Anton Korobeynikov | 2007-03-21 | 1 | -5/+9 |
| | | | | | llvm-svn: 35248 | ||||
| * | Document LoopPass. | Devang Patel | 2007-03-19 | 1 | -0/+88 |
| | | | | | llvm-svn: 35191 | ||||
| * | Change e-mail address. | Jim Laskey | 2007-03-14 | 2 | -2/+2 |
| | | | | | llvm-svn: 35103 | ||||
| * | Add link to exception handling. | Jim Laskey | 2007-03-14 | 1 | -0/+14 |
| | | | | | llvm-svn: 35102 | ||||
| * | Adding credit for PPC changes. | Jim Laskey | 2007-03-14 | 1 | -2/+3 |
| | | | | | llvm-svn: 35101 | ||||
| * | First draft of exception handling doc. | Jim Laskey | 2007-03-14 | 1 | -0/+460 |
| | | | | | llvm-svn: 35100 | ||||
| * | llvm-gcc 3.4 is dead. | Chris Lattner | 2007-03-06 | 1 | -9/+4 |
| | | | | | llvm-svn: 34961 | ||||
| * | Get the version number for the LLVM from the autoconf/configure.ac file | Reid Spencer | 2007-03-04 | 1 | -2/+9 |
| | | | | | | | when building the documentation for the web site. llvm-svn: 34894 | ||||
| * | grammaro | Chris Lattner | 2007-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 34830 | ||||

