summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add link to 'lit' from CommandGuide.Daniel Dunbar2009-10-191-0/+2
| | | | llvm-svn: 84461
* check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner2009-10-171-3/+183
| | | | llvm-svn: 84309
* Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner2009-10-161-1/+1
| | | | | | at the moment. llvm-svn: 84258
* The gcc plugin is now called dragonegg.so and no longer llvm.so.Duncan Sands2009-10-151-1/+1
| | | | | | Pointed out by Gabor. llvm-svn: 84177
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-141-4/+2
| | | | | | | | | | | | | so get rid of eh.selector.i64 and rename eh.selector.i32 to eh.selector. Likewise for eh.typeid.for. This aligns us with gcc, which always uses a 32 bit value for the selector on all platforms. My understanding is that the register allocator used to assert if the selector intrinsic size didn't match the pointer size, and this was the reason for introducing the two variants. However my testing shows that this is no longer the case (I fixed some bugs in selector lowering yesterday, and some more today in the fastisel path; these might have caused the original problems). llvm-svn: 84106
* Documentation for the new msasm flag, which is noDale Johannesen2009-10-131-2/+16
| | | | | | worse than the rest of the asm documentation. llvm-svn: 84037
* rename ReleaseNotes-2.6.html -> ReleaseNotes.htmlChris Lattner2009-10-132-1681/+717
| | | | llvm-svn: 83990
* add ZeroChris Lattner2009-10-131-1/+18
| | | | llvm-svn: 83988
* Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky2009-10-131-8/+12
| | | | llvm-svn: 83960
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-131-0/+131
| | | | | | sections of memory objects. llvm-svn: 83953
* fix validation error pointed out by gabor (and the w3c :)Chris Lattner2009-10-121-1/+1
| | | | llvm-svn: 83868
* Improve bugpoint doc, patch by Timo Lindfors!Chris Lattner2009-10-121-0/+11
| | | | llvm-svn: 83865
* another bunch of <tt>sGabor Greif2009-10-121-8/+8
| | | | llvm-svn: 83860
* even more <tt>sGabor Greif2009-10-121-14/+14
| | | | llvm-svn: 83854
* more typewriter faceGabor Greif2009-10-121-17/+20
| | | | llvm-svn: 83852
* fix three validation errors, I leave the fourth to sabre :-)Gabor Greif2009-10-121-4/+1
| | | | llvm-svn: 83851
* set some options in typewriter fontGabor Greif2009-10-121-4/+5
| | | | llvm-svn: 83850
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-1219-42/+42
| | | | llvm-svn: 83849
* Fix typo, patch from Timo Juhani Lindfors.Torok Edwin2009-10-122-2/+2
| | | | llvm-svn: 83848
* pic16 uses 16 bit pointers, but is 8 bit.Chris Lattner2009-10-111-1/+1
| | | | llvm-svn: 83815
* More DragonEgg verbiage.Duncan Sands2009-10-111-12/+17
| | | | llvm-svn: 83788
* Remove spurious brackets.Duncan Sands2009-10-111-1/+1
| | | | llvm-svn: 83787
* add PR5004 as a known problem.Chris Lattner2009-10-111-0/+6
| | | | llvm-svn: 83782
* duncan points out that llvm-gcc doesn't do the right thing with ↵Chris Lattner2009-10-111-2/+3
| | | | | | -fverbose-asm yet. llvm-svn: 83781
* some notes from AntonChris Lattner2009-10-111-1/+5
| | | | llvm-svn: 83777
* catch some other serial commas that my earlier grep did not spotGabor Greif2009-10-111-3/+3
| | | | llvm-svn: 83772
* eliminate some instances of serial comma. sabre, if you feel strong about ↵Gabor Greif2009-10-111-13/+13
| | | | | | this, feel free to revert this rev llvm-svn: 83771
* Fix typo.Duncan Sands2009-10-111-1/+1
| | | | llvm-svn: 83770
* apply some tweaksGabor Greif2009-10-111-9/+10
| | | | llvm-svn: 83769
* fix some obvious typosGabor Greif2009-10-111-4/+4
| | | | llvm-svn: 83768
* Add an outline of the DragonEgg gcc plugin.Duncan Sands2009-10-111-2/+15
| | | | llvm-svn: 83765
* Update release notes blurb on the static analyzer.Ted Kremenek2009-10-111-3/+11
| | | | llvm-svn: 83749
* clarifyChris Lattner2009-10-101-1/+1
| | | | llvm-svn: 83743
* fix broken linkChris Lattner2009-10-101-1/+1
| | | | llvm-svn: 83738
* final changes.Chris Lattner2009-10-101-31/+27
| | | | llvm-svn: 83737
* down to 'major changes'Chris Lattner2009-10-101-19/+50
| | | | llvm-svn: 83736
* more updatesChris Lattner2009-10-101-43/+64
| | | | llvm-svn: 83735
* add a link to the GSG for info on how to check out svn trunkChris Lattner2009-10-101-1/+3
| | | | llvm-svn: 83734
* x86 uses 5 operands for most memory refs now.Chris Lattner2009-10-101-6/+9
| | | | llvm-svn: 83733
* More spelling and grammar tweaks.Duncan Sands2009-10-101-16/+16
| | | | llvm-svn: 83728
* More spelling fixes.Benjamin Kramer2009-10-101-3/+3
| | | | llvm-svn: 83724
* Spelling fixes.Duncan Sands2009-10-101-6/+6
| | | | llvm-svn: 83722
* more tweaksChris Lattner2009-10-101-4/+9
| | | | llvm-svn: 83721
* Remove an inappropriate line in the description of theDuncan Sands2009-10-101-7/+3
| | | | | | clang static analyser. Decrease duplication in the text. llvm-svn: 83720
* continue decoding chris scribble.Chris Lattner2009-10-101-31/+51
| | | | llvm-svn: 83719
* remove some dead passesChris Lattner2009-10-101-111/+2
| | | | llvm-svn: 83717
* checkpoint.Chris Lattner2009-10-101-26/+74
| | | | llvm-svn: 83716
* fix broken anchors.Chris Lattner2009-10-101-3/+3
| | | | llvm-svn: 83715
* As it turns out, the bug fixes in GC codegen did not make it Nicolas Geoffray2009-10-091-4/+1
| | | | | | to llvm-2.6. Remove the precise garbage collection feature. llvm-svn: 83638
* 80-columns!Nicolas Geoffray2009-10-091-7/+14
| | | | llvm-svn: 83628
OpenPOWER on IntegriCloud