| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | last validation errors | Chris Lattner | 2008-11-11 | 1 | -7/+7 | |
| | | | | | llvm-svn: 59072 | |||||
| * | fix some validation errors <it> -> <i> | Chris Lattner | 2008-11-11 | 1 | -7/+7 | |
| | | | | | llvm-svn: 59070 | |||||
| * | fix some validation errors. | Chris Lattner | 2008-11-11 | 1 | -11/+11 | |
| | | | | | llvm-svn: 59069 | |||||
| * | remove an extraneous tag | Chris Lattner | 2008-11-11 | 1 | -1/+1 | |
| | | | | | llvm-svn: 59067 | |||||
| * | Make this document *substantially* better and cover a lot more territory. | Chris Lattner | 2008-11-11 | 1 | -188/+1957 | |
| | | | | | | | Document written by Mason Woo (http://www.woo.com)! llvm-svn: 59066 | |||||
| * | final edits | Chris Lattner | 2008-11-10 | 1 | -13/+12 | |
| | | | | | llvm-svn: 58966 | |||||
| * | Added support for the following definition of shufflevector | Mon P Wang | 2008-11-10 | 1 | -7/+13 | |
| | | | | | | | <result> = shufflevector <n x <ty>> <v1>, <n x <ty>> <v2>, <m x i32> <mask> llvm-svn: 58964 | |||||
| * | fix validation problem. | Chris Lattner | 2008-11-09 | 1 | -5/+4 | |
| | | | | | llvm-svn: 58938 | |||||
| * | Fix syntax of iterate_complex example. Noticed by Martin! | Eric Christopher | 2008-11-08 | 1 | -1/+1 | |
| | | | | | llvm-svn: 58900 | |||||
| * | Document the acronym RAUW. Patch by Jonathan Brandmeyer! | Dan Gohman | 2008-11-07 | 1 | -0/+8 | |
| | | | | | llvm-svn: 58863 | |||||
| * | Clarify documentation. A module pass MP can require a function paqss FP only ↵ | Devang Patel | 2008-11-06 | 1 | -1/+2 | |
| | | | | | | | if FP does not require any module pass. llvm-svn: 58813 | |||||
| * | fix two validation errors | Gabor Greif | 2008-11-04 | 1 | -1/+2 | |
| | | | | | llvm-svn: 58722 | |||||
| * | fix typos, harmonize formatting | Gabor Greif | 2008-11-04 | 1 | -3/+3 | |
| | | | | | llvm-svn: 58721 | |||||
| * | Add note about cmake. Patch by Oscar Fuentes. | Tanya Lattner | 2008-11-04 | 1 | -0/+4 | |
| | | | | | llvm-svn: 58712 | |||||
| * | mention fortran status. | Chris Lattner | 2008-10-30 | 1 | -0/+13 | |
| | | | | | llvm-svn: 58416 | |||||
| * | fix typo | Torok Edwin | 2008-10-29 | 1 | -1/+1 | |
| | | | | | llvm-svn: 58384 | |||||
| * | llvm-ld doesn't have a -march option. This fixes PR2961 | Chris Lattner | 2008-10-28 | 1 | -4/+0 | |
| | | | | | llvm-svn: 58345 | |||||
| * | fix prototype of print, it is (llvm/Pass.h): | Torok Edwin | 2008-10-28 | 1 | -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 TOC | Torok Edwin | 2008-10-28 | 1 | -3/+3 | |
| | | | | | llvm-svn: 58332 | |||||
| * | formatting tweak for intrinsic | Gabor Greif | 2008-10-27 | 1 | -1/+1 | |
| | | | | | llvm-svn: 58239 | |||||
| * | Some grammar fixes, and non-invasive format changes. | Bill Wendling | 2008-10-27 | 1 | -53/+54 | |
| | | | | | llvm-svn: 58237 | |||||
| * | mention getresult -> extractvalue (PR2935) | Chris Lattner | 2008-10-27 | 1 | -0/+4 | |
| | | | | | llvm-svn: 58226 | |||||
| * | Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. | Nick Lewycky | 2008-10-26 | 2 | -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 Lopes | 2008-10-25 | 1 | -1/+20 | |
| | | | | | llvm-svn: 58139 | |||||
| * | Fix spelling error. | Matthijs Kooijman | 2008-10-20 | 1 | -1/+1 | |
| | | | | | llvm-svn: 57820 | |||||
| * | remove spurious space in link | Gabor Greif | 2008-10-17 | 1 | -2/+2 | |
| | | | | | llvm-svn: 57677 | |||||
| * | Remove naming Tilmann for generics. | Nicolas Geoffray | 2008-10-15 | 1 | -5/+4 | |
| | | | | | llvm-svn: 57599 | |||||
| * | catch one more typo, canonicalize LLVMdev | Gabor Greif | 2008-10-15 | 1 | -3/+3 | |
| | | | | | llvm-svn: 57571 | |||||
| * | fix some validation errors, improve formatting, squash a strange plural | Gabor Greif | 2008-10-15 | 1 | -12/+10 | |
| | | | | | llvm-svn: 57570 | |||||
| * | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar | 2008-10-14 | 1 | -2/+3 | |
| | | | | | | | Update LangRef to mention \xx quoting in names. llvm-svn: 57538 | |||||
| * | Add some ReleaseNotes on clang codegen. | Daniel Dunbar | 2008-10-14 | 1 | -1/+23 | |
| | | | | | llvm-svn: 57535 | |||||
| * | Document attributes changes. | Devang Patel | 2008-10-14 | 1 | -1/+17 | |
| | | | | | llvm-svn: 57518 | |||||
| * | Add VMKit notes. | Nicolas Geoffray | 2008-10-14 | 1 | -4/+22 | |
| | | | | | llvm-svn: 57517 | |||||
| * | Mention a few methods in ConstantSDNode that were renamed. | Dan Gohman | 2008-10-14 | 1 | -1/+4 | |
| | | | | | llvm-svn: 57505 | |||||
| * | HTML syntax fixes. | Dan Gohman | 2008-10-14 | 4 | -38/+38 | |
| | | | | | llvm-svn: 57503 | |||||
| * | Fix missing end tags and invalid HTML entity syntax. | Dan Gohman | 2008-10-14 | 1 | -53/+58 | |
| | | | | | llvm-svn: 57500 | |||||
| * | Add a missing close-tag. | Dan Gohman | 2008-10-14 | 1 | -0/+1 | |
| | | | | | llvm-svn: 57497 | |||||
| * | Fix a few close tags. | Dan Gohman | 2008-10-14 | 1 | -2/+2 | |
| | | | | | llvm-svn: 57496 | |||||
| * | Fix a typo. | Dan Gohman | 2008-10-14 | 1 | -1/+1 | |
| | | | | | llvm-svn: 57495 | |||||
| * | Add a brief mention of the new free-list management code. | Dan Gohman | 2008-10-14 | 1 | -3/+3 | |
| | | | | | llvm-svn: 57490 | |||||
| * | minor corrections, improved formatting | Gabor Greif | 2008-10-14 | 1 | -12/+12 | |
| | | | | | llvm-svn: 57486 | |||||
| * | typo and formatting tweaks | Gabor Greif | 2008-10-14 | 1 | -8/+9 | |
| | | | | | llvm-svn: 57485 | |||||
| * | Mention the different constant folders that IRBuilder | Duncan Sands | 2008-10-14 | 1 | -2/+8 | |
| | | | | | | | can use. llvm-svn: 57483 | |||||
| * | add some upgrading notes from Pekka. | Chris Lattner | 2008-10-14 | 1 | -0/+6 | |
| | | | | | llvm-svn: 57480 | |||||
| * | add LSR and frameaddress info. | Chris Lattner | 2008-10-14 | 1 | -7/+14 | |
| | | | | | llvm-svn: 57478 | |||||
| * | Add static analyzer notes. | Ted Kremenek | 2008-10-14 | 1 | -5/+23 | |
| | | | | | llvm-svn: 57475 | |||||
| * | more minor updates | Chris Lattner | 2008-10-14 | 1 | -9/+9 | |
| | | | | | llvm-svn: 57472 | |||||
| * | more changes. | Chris Lattner | 2008-10-13 | 1 | -33/+35 | |
| | | | | | llvm-svn: 57470 | |||||
| * | optimizer and codegen | Chris Lattner | 2008-10-13 | 1 | -33/+64 | |
| | | | | | llvm-svn: 57468 | |||||
| * | more updates. | Chris Lattner | 2008-10-13 | 1 | -12/+37 | |
| | | | | | llvm-svn: 57466 | |||||

