summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-093-12/+12
| | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-0981-96/+96
| | | | llvm-svn: 129181
* Simplify array bound checks and clarify comments. One element array can ↵Devang Patel2011-04-081-1/+2
| | | | | | have same non-zero number as lower bound as well as upper bound. llvm-svn: 129170
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-081-1/+1
| | | | | | | | If lower bound is more then upper bound then consider it is an unbounded array. An array is unbounded if non-zero lower bound is same as upper bound. If lower bound and upper bound are zero than array has one element. llvm-svn: 129156
* Missing closed tag.Bill Wendling2011-04-081-1/+1
| | | | llvm-svn: 129155
* Also add the late notes for Mips in the current release noteBruno Cardoso Lopes2011-04-081-1/+5
| | | | llvm-svn: 129122
* Fix a bit of nonsense.Jay Foad2011-04-071-2/+2
| | | | llvm-svn: 129073
* add faust tooChris Lattner2011-04-071-0/+14
| | | | llvm-svn: 129053
* add a few late stragglers.Chris Lattner2011-04-071-0/+30
| | | | llvm-svn: 129052
* Fix a typo.Roman Divacky2011-04-061-1/+1
| | | | llvm-svn: 129019
* add rubiniusChris Lattner2011-04-061-0/+13
| | | | llvm-svn: 129006
* Fix some typos. Minor tweaks to how some things were expressed.Duncan Sands2011-04-061-6/+5
| | | | llvm-svn: 128997
* Trivial typo fixes.Jay Foad2011-04-062-3/+3
| | | | llvm-svn: 128996
* Finish up the first draft of the release notes.Chris Lattner2011-04-062-118/+91
| | | | | | improvements are welcome, please commit any changes directly to SVN. llvm-svn: 128992
* continue writing.Chris Lattner2011-04-061-91/+98
| | | | llvm-svn: 128990
* add the external users that emailed me.Chris Lattner2011-04-061-0/+110
| | | | llvm-svn: 128974
* some libc++ notes.Chris Lattner2011-04-061-6/+6
| | | | llvm-svn: 128970
* some edits.Chris Lattner2011-04-061-21/+16
| | | | llvm-svn: 128969
* distribute content out to the appropriate sectionsChris Lattner2011-04-061-192/+226
| | | | llvm-svn: 128968
* finished my pass through all the 2.9 commits, now to make this intelligibleChris Lattner2011-04-051-13/+32
| | | | llvm-svn: 128955
* mention llvm::ArrayRef, which should be use much more pervasively thanChris Lattner2011-04-051-0/+16
| | | | | | it already is. llvm-svn: 128954
* Add support to encode function's template parameters.Devang Patel2011-04-051-1/+9
| | | | llvm-svn: 128947
* docs/ReleaseNotes.html: Please use proper *Heading* elements instead of ↵NAKAMURA Takumi2011-04-051-61/+61
| | | | | | | | classified div. It would be better to browse without stylesheet. (eg. on ViewVC) llvm-svn: 128942
* remove graphprinter support for domfrontier.Chris Lattner2011-04-052-11/+4
| | | | llvm-svn: 128938
* only 7 more weeks to go.Chris Lattner2011-04-051-5/+48
| | | | llvm-svn: 128933
* Document llvm/ADT/IntEqClasses.h in ProgrammersManual.htmlJakob Stoklund Olesen2011-04-051-0/+21
| | | | llvm-svn: 128927
* more notes to self.Chris Lattner2011-04-051-6/+59
| | | | llvm-svn: 128902
* docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme!NAKAMURA Takumi2011-04-051-8/+22
| | | | llvm-svn: 128882
* docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.NAKAMURA Takumi2011-04-051-0/+10
| | | | llvm-svn: 128881
* add a bunch of notes to myself, this is not intended to be gramatic orChris Lattner2011-04-051-40/+82
| | | | | | make sense to anyone else. llvm-svn: 128879
* Add info on where to get 2.9 final svn sources.Bill Wendling2011-04-041-0/+1
| | | | llvm-svn: 128860
* Dragonegg release notes.Duncan Sands2011-04-041-17/+17
| | | | llvm-svn: 128812
* Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky2011-03-311-2/+2
| | | | | | | isn't an exact float. Also "fpext float 1.0 to float" is invalid IR because it's not performing an extension. llvm-svn: 128647
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-303-7/+7
| | | | | | PHINode::Create() giving the (known or expected) number of operands. llvm-svn: 128537
* Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel2011-03-291-3/+8
| | | | llvm-svn: 128466
* docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.NAKAMURA Takumi2011-03-281-0/+7
| | | | llvm-svn: 128404
* docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.NAKAMURA Takumi2011-03-281-4/+4
| | | | llvm-svn: 128403
* Remove redundant compression option.Bill Wendling2011-03-251-4/+4
| | | | llvm-svn: 128267
* fix description, PR9542Chris Lattner2011-03-241-5/+6
| | | | llvm-svn: 128214
* Update Passes.html, part 3: alphabetize descriptions.Eli Friedman2011-03-191-102/+99
| | | | llvm-svn: 127948
* Update Passes.html, part 2: cleanup a bit more dead docs, a few moreEli Friedman2011-03-191-70/+8
| | | | | | description updates. llvm-svn: 127947
* Update Passes.html, part 1: remove passes which were removed from the tree,Eli Friedman2011-03-191-144/+35
| | | | | | | update short descriptions to match those from the options, alphabetize table of contents. llvm-svn: 127946
* Some release notes.Rafael Espindola2011-03-181-2/+11
| | | | llvm-svn: 127867
* Change the signext language in LangRef to closer match zeroext.Cameron Zwarich2011-03-171-2/+3
| | | | llvm-svn: 127808
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-161-2/+3
| | | | | | | | | | | rather than an int. Thankfully, this only causes LLVM to miss optimizations, not generate incorrect code. This just fixes the zext at the return. We still insert an i32 ZextAssert when reading a function's arguments, but it is followed by a truncate and another i8 ZextAssert so it is not optimized. llvm-svn: 127766
* rip out llvm 2.8 release notes to make room for llvm 2.9 notes.Chris Lattner2011-03-101-666/+50
| | | | llvm-svn: 127399
* Since last couple of days, argument number is encoded using 8 bits from line ↵Devang Patel2011-03-081-1/+2
| | | | | | number field in argument's debug info. llvm-svn: 127250
* Update DILexicalBlock doc to mention new fields.Devang Patel2011-03-081-1/+3
| | | | llvm-svn: 127249
* Clarify that the result of an srem is only guaranteed to have the same sign ↵Duncan Sands2011-03-071-3/+4
| | | | | | | | as the left-hand-side if the result is non-zero. llvm-svn: 127156
* Fix tagging name.Bill Wendling2011-03-071-8/+8
| | | | llvm-svn: 127154
OpenPOWER on IntegriCloud