summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* last validation errorsChris Lattner2008-11-111-7/+7
| | | | llvm-svn: 59072
* fix some validation errors <it> -> <i>Chris Lattner2008-11-111-7/+7
| | | | llvm-svn: 59070
* fix some validation errors.Chris Lattner2008-11-111-11/+11
| | | | llvm-svn: 59069
* remove an extraneous tagChris Lattner2008-11-111-1/+1
| | | | llvm-svn: 59067
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-111-188/+1957
| | | | | | Document written by Mason Woo (http://www.woo.com)! llvm-svn: 59066
* final editsChris Lattner2008-11-101-13/+12
| | | | llvm-svn: 58966
* Added support for the following definition of shufflevector Mon P Wang2008-11-101-7/+13
| | | | | | <result> = shufflevector <n x <ty>> <v1>, <n x <ty>> <v2>, <m x i32> <mask> llvm-svn: 58964
* fix validation problem.Chris Lattner2008-11-091-5/+4
| | | | llvm-svn: 58938
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-081-1/+1
| | | | llvm-svn: 58900
* Document the acronym RAUW. Patch by Jonathan Brandmeyer!Dan Gohman2008-11-071-0/+8
| | | | llvm-svn: 58863
* Clarify documentation. A module pass MP can require a function paqss FP only ↵Devang Patel2008-11-061-1/+2
| | | | | | if FP does not require any module pass. llvm-svn: 58813
* fix two validation errorsGabor Greif2008-11-041-1/+2
| | | | llvm-svn: 58722
* fix typos, harmonize formattingGabor Greif2008-11-041-3/+3
| | | | llvm-svn: 58721
* Add note about cmake. Patch by Oscar Fuentes.Tanya Lattner2008-11-041-0/+4
| | | | llvm-svn: 58712
* mention fortran status.Chris Lattner2008-10-301-0/+13
| | | | llvm-svn: 58416
* fix typoTorok Edwin2008-10-291-1/+1
| | | | llvm-svn: 58384
* llvm-ld doesn't have a -march option. This fixes PR2961Chris Lattner2008-10-281-4/+0
| | | | llvm-svn: 58345
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-281-1/+1
| | | | | | | | | virtual void print(std::ostream &O, const Module *M) const; instead of virtual void print(llvm::OStream &O, const Module *M) const; as the docs say llvm-svn: 58337
* fix duplicate anchor names, and broken anchor links from the TOCTorok Edwin2008-10-281-3/+3
| | | | llvm-svn: 58332
* formatting tweak for intrinsicGabor Greif2008-10-271-1/+1
| | | | llvm-svn: 58239
* Some grammar fixes, and non-invasive format changes.Bill Wendling2008-10-271-53/+54
| | | | llvm-svn: 58237
* mention getresult -> extractvalue (PR2935)Chris Lattner2008-10-271-0/+4
| | | | llvm-svn: 58226
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-262-10/+5
| | | | | | Note that -check-exit-code was on by default while -append-exit-code is not. llvm-svn: 58221
* Added MIPS release notes.Bruno Cardoso Lopes2008-10-251-1/+20
| | | | llvm-svn: 58139
* Fix spelling error.Matthijs Kooijman2008-10-201-1/+1
| | | | llvm-svn: 57820
* remove spurious space in linkGabor Greif2008-10-171-2/+2
| | | | llvm-svn: 57677
* Remove naming Tilmann for generics.Nicolas Geoffray2008-10-151-5/+4
| | | | llvm-svn: 57599
* catch one more typo, canonicalize LLVMdevGabor Greif2008-10-151-3/+3
| | | | llvm-svn: 57571
* fix some validation errors, improve formatting, squash a strange pluralGabor Greif2008-10-151-12/+10
| | | | llvm-svn: 57570
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-2/+3
| | | | | | Update LangRef to mention \xx quoting in names. llvm-svn: 57538
* Add some ReleaseNotes on clang codegen.Daniel Dunbar2008-10-141-1/+23
| | | | llvm-svn: 57535
* Document attributes changes.Devang Patel2008-10-141-1/+17
| | | | llvm-svn: 57518
* Add VMKit notes.Nicolas Geoffray2008-10-141-4/+22
| | | | llvm-svn: 57517
* Mention a few methods in ConstantSDNode that were renamed.Dan Gohman2008-10-141-1/+4
| | | | llvm-svn: 57505
* HTML syntax fixes.Dan Gohman2008-10-144-38/+38
| | | | llvm-svn: 57503
* Fix missing end tags and invalid HTML entity syntax.Dan Gohman2008-10-141-53/+58
| | | | llvm-svn: 57500
* Add a missing close-tag.Dan Gohman2008-10-141-0/+1
| | | | llvm-svn: 57497
* Fix a few close tags.Dan Gohman2008-10-141-2/+2
| | | | llvm-svn: 57496
* Fix a typo.Dan Gohman2008-10-141-1/+1
| | | | llvm-svn: 57495
* Add a brief mention of the new free-list management code.Dan Gohman2008-10-141-3/+3
| | | | llvm-svn: 57490
* minor corrections, improved formattingGabor Greif2008-10-141-12/+12
| | | | llvm-svn: 57486
* typo and formatting tweaksGabor Greif2008-10-141-8/+9
| | | | llvm-svn: 57485
* Mention the different constant folders that IRBuilderDuncan Sands2008-10-141-2/+8
| | | | | | can use. llvm-svn: 57483
* add some upgrading notes from Pekka.Chris Lattner2008-10-141-0/+6
| | | | llvm-svn: 57480
* add LSR and frameaddress info.Chris Lattner2008-10-141-7/+14
| | | | llvm-svn: 57478
* Add static analyzer notes.Ted Kremenek2008-10-141-5/+23
| | | | llvm-svn: 57475
* more minor updatesChris Lattner2008-10-141-9/+9
| | | | llvm-svn: 57472
* more changes.Chris Lattner2008-10-131-33/+35
| | | | llvm-svn: 57470
* optimizer and codegenChris Lattner2008-10-131-33/+64
| | | | llvm-svn: 57468
* more updates.Chris Lattner2008-10-131-12/+37
| | | | llvm-svn: 57466
OpenPOWER on IntegriCloud