summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update the discussion of TargetRegisterDescChris Lattner2005-09-301-3/+3
| | | | llvm-svn: 23563
* Recommend what I actually testChris Lattner2005-09-211-1/+2
| | | | llvm-svn: 23398
* new expression typeChris Lattner2005-09-081-0/+2
| | | | llvm-svn: 23272
* Add a requirement, patch contributed by Henrik Bach.Chris Lattner2005-09-061-0/+6
| | | | llvm-svn: 23242
* Changed unsigned long to unsigned.Jim Laskey2005-08-261-6/+6
| | | | llvm-svn: 23078
* Tweak of multiple occurance paragraph.Jim Laskey2005-08-251-2/+2
| | | | llvm-svn: 23064
* Documentation updated to include upcoming support for bit vector supportJim Laskey2005-08-251-0/+86
| | | | | | (flags.) llvm-svn: 23063
* Revert my patch which changed the code to not work.Chris Lattner2005-08-221-2/+1
| | | | llvm-svn: 22965
* Make the example a bit easier to understand, suggested by Jim.Chris Lattner2005-08-221-1/+2
| | | | llvm-svn: 22964
* Update a doc, patch contributed by Jim Laskey!Chris Lattner2005-08-021-6/+3
| | | | llvm-svn: 22590
* llvm.sqrt somehow escaped documentation.Chris Lattner2005-07-211-0/+37
| | | | llvm-svn: 22490
* * "GNU Compiler Collection's gcc tool" is redundantMisha Brukman2005-07-201-10/+9
| | | | | | | | * Made bullet points start with a verb and lowercase, since they are not complete sentences * Cleaned up grammar, removed extraneous verbosity llvm-svn: 22485
* remove some sparc-v9-specific informationChris Lattner2005-07-191-5/+3
| | | | llvm-svn: 22467
* Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes.Reid Spencer2005-07-191-0/+20
| | | | llvm-svn: 22466
* Fixed some punctuation.John Criswell2005-07-151-3/+3
| | | | llvm-svn: 22443
* Update release notes regarding thread-safe JIT.Reid Spencer2005-07-121-4/+8
| | | | llvm-svn: 22405
* add a note so I can remember the common t-t'sChris Lattner2005-07-121-0/+22
| | | | llvm-svn: 22386
* Bug fixed.John Criswell2005-06-291-0/+6
| | | | llvm-svn: 22313
* add a note about variable length arrayChris Lattner2005-06-241-0/+16
| | | | llvm-svn: 22278
* SelectionDAG is very unhappy when the argument to an intrinsic is a structAndrew Lenharth2005-06-221-4/+3
| | | | llvm-svn: 22272
* Ignore some generated files.Reid Spencer2005-06-181-1/+3
| | | | llvm-svn: 22258
* Ignore generated files.Reid Spencer2005-06-181-0/+3
| | | | llvm-svn: 22257
* OK, after checking the backwards compatibility code on X86 and the new codeAndrew Lenharth2005-06-181-92/+49
| | | | | | | | | | | | | | | | | | | path on alpha, now has come the time for new vararg support. So, with out further ado, I revert behavior back a couple of years! Well, ok, I lied. A few more notes. First, the Simple ISels cannot be expected to work any longer, but they should still compile Second, there are likely some bugs to track down once the nightly testers start with this. Third, the initial patch doesn't include sparcv9, but I'll do that today. Forth, subsequent patches won't bother being long winded. llvm-svn: 22251
* nothing funny about building the CFE on Linux/ItaniumDuraid Madina2005-06-141-0/+1
| | | | llvm-svn: 22211
* Reid linked to the CVS release notes on newsforge :(Chris Lattner2005-05-181-0/+6
| | | | llvm-svn: 22126
* New Release Notes for LLVM 1.6.John Criswell2005-05-181-265/+11
| | | | llvm-svn: 22124
* Merged in release_15.John Criswell2005-05-184-21/+21
| | | | llvm-svn: 22120
* Remove extra header in the SPARC sectionMisha Brukman2005-05-171-3/+0
| | | | llvm-svn: 22101
* Fix a few grammaros.Reid Spencer2005-05-171-5/+5
| | | | llvm-svn: 22100
* * Add a link to the pattern-matching codegen docsMisha Brukman2005-05-171-7/+9
| | | | | | * Tersify wording llvm-svn: 22099
* Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman2005-05-171-9/+8
| | | | llvm-svn: 22098
* Add link to debugging code generators with bugpointMisha Brukman2005-05-171-3/+6
| | | | llvm-svn: 22097
* Adjust the dependencies and generate the output to docs/userloc.html soReid Spencer2005-05-161-2/+4
| | | | | | that it can properly link to the CSS stylesheet and images. llvm-svn: 22092
* Add the ability to generate the User LOC page via the userloc.pl script.Reid Spencer2005-05-161-0/+5
| | | | llvm-svn: 22090
* more minor editsChris Lattner2005-05-161-4/+5
| | | | llvm-svn: 22088
* more editsChris Lattner2005-05-161-28/+29
| | | | llvm-svn: 22087
* more edits, include stuff from the status updateChris Lattner2005-05-161-24/+62
| | | | llvm-svn: 22086
* flush on the right and indented on the left looks a bit weird.Chris Lattner2005-05-161-1/+1
| | | | llvm-svn: 22084
* Added a note about how the type can be omitted in call instructions.John Criswell2005-05-161-17/+21
| | | | | | | | Added a note about how getelementptr can be used to index into structures or arrays. Fixed some typos, spelling, etc. llvm-svn: 22083
* fix a typo duraid noticedChris Lattner2005-05-161-1/+1
| | | | llvm-svn: 22082
* more editsChris Lattner2005-05-161-13/+22
| | | | llvm-svn: 22080
* GCC4 + IA64 = badnewsChris Lattner2005-05-151-0/+2
| | | | llvm-svn: 22075
* ctlz = most signficant bits, cttz = least sigChris Lattner2005-05-151-15/+18
| | | | llvm-svn: 22061
* add a sparcv8 section, make this validateChris Lattner2005-05-151-9/+26
| | | | llvm-svn: 22056
* more edits, add anchorsChris Lattner2005-05-151-4/+9
| | | | llvm-svn: 22055
* edits to the simplify-libcalls element, move it higher in the list.Chris Lattner2005-05-151-6/+6
| | | | llvm-svn: 22052
* add generated codeChris Lattner2005-05-151-6/+24
| | | | llvm-svn: 22051
* Make note of the -simplify-libcalls pass.Reid Spencer2005-05-151-0/+6
| | | | llvm-svn: 22049
* Substantial edits for the release notes.Chris Lattner2005-05-151-49/+125
| | | | llvm-svn: 22045
* add x86-64 abiChris Lattner2005-05-141-0/+1
| | | | llvm-svn: 22035
OpenPOWER on IntegriCloud