| Commit message (Expand) | Author | Age | Files | Lines |
* | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 1 | -2/+10 |
* | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 1 | -1/+9 |
* | document instalias. | Chris Lattner | 2010-11-06 | 1 | -0/+49 |
* | Fix typo, pointed out by Trevor Harmon. | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | fix typo, patch by Trevor Harmon (PR8537) | Chris Lattner | 2010-11-03 | 1 | -1/+1 |
* | Removed obsolete section about VC++ project files. | Oscar Fuentes | 2010-11-02 | 1 | -10/+0 |
* | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner | 2010-10-31 | 1 | -1/+1 |
* | Validate HTML. | Benjamin Kramer | 2010-10-30 | 2 | -22/+20 |
* | add missing tag | Chris Lattner | 2010-10-30 | 1 | -0/+2 |
* | fix typos and some serious bugs in feature handling (but not for | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
* | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner | 2010-10-30 | 1 | -3/+15 |
* | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 1 | -3/+52 |
* | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target | Oscar Fuentes | 2010-10-28 | 1 | -0/+14 |
* | clarify that not having the ".o file writing" feature | Chris Lattner | 2010-10-28 | 1 | -0/+4 |
* | Random cleanups and format changes. | Bill Wendling | 2010-10-27 | 1 | -68/+69 |
* | Yet another thing that was forgotten to be added to the release notes... | Duncan Sands | 2010-10-26 | 1 | -0/+5 |
* | Make the description of the hotpatch attribute even more generic. Spotted by | Charles Davis | 2010-10-25 | 1 | -4/+5 |
* | Make hotpatch attribute description a little less Wintel-specific. | Charles Davis | 2010-10-25 | 1 | -3/+5 |
* | Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op | Charles Davis | 2010-10-25 | 1 | -0/+5 |
* | Update target feature matrix for CellSPU | Kalle Raiskila | 2010-10-25 | 1 | -4/+4 |
* | Update target feature matrix for Blackfin. | Jakob Stoklund Olesen | 2010-10-24 | 1 | -4/+4 |
* | Updating target feature matrix to indicate current MBlaze status. | Wesley Peck | 2010-10-24 | 1 | -4/+4 |
* | broken link | Chris Lattner | 2010-10-24 | 1 | -1/+1 |
* | add a big table with target features. | Chris Lattner | 2010-10-24 | 1 | -1/+274 |
* | Standardise all build-mode affecting {EN,DIS}ABLE_* make options to | Peter Collingbourne | 2010-10-22 | 1 | -3/+3 |
* | Fix type in passes. | Tobias Grosser | 2010-10-21 | 1 | -2/+2 |
* | Argh, completely forgot to add this to the release notes! | Duncan Sands | 2010-10-21 | 1 | -0/+6 |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+87 |
* | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -0/+18 |
* | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+1 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -1/+1 |
* | clarify that zero sized vectors are illegal, PR8340 | Chris Lattner | 2010-10-10 | 1 | -2/+3 |
* | Fix dead link. | Nick Lewycky | 2010-10-09 | 1 | -3/+3 |
* | Warn about broken GCCs on ARM due to the problem fixed: | Nick Lewycky | 2010-10-07 | 1 | -0/+3 |
* | Fixed RELEASE_28 tags. | Bill Wendling | 2010-10-06 | 1 | -1/+1 |
* | Fix libc++ link in release notes. | Tobias Grosser | 2010-10-06 | 1 | -1/+1 |
* | Add missing "-" to the command line. | Tobias Grosser | 2010-10-06 | 1 | -1/+1 |
* | No need to check out everything: binutils is enough. | Duncan Sands | 2010-10-06 | 1 | -1/+1 |
* | Update release location. | Tanya Lattner | 2010-10-06 | 1 | -0/+2 |
* | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner | 2010-10-06 | 1 | -2/+0 |
* | s/The ARM has/The ARM backend has/ | Jim Grosbach | 2010-10-05 | 1 | -2/+3 |
* | AVX intrinsics and builtins were also added to clang | Bruno Cardoso Lopes | 2010-10-04 | 1 | -1/+1 |
* | Spell AltiVec correctly | Douglas Gregor | 2010-10-04 | 1 | -1/+1 |
* | ReleaseNotes: Note some changes to LLVM development infrastructure. | Daniel Dunbar | 2010-10-04 | 1 | -0/+39 |
* | ReleaseNotes: Note a header rename. | Daniel Dunbar | 2010-10-04 | 1 | -1/+8 |
* | validator fixes; others remain, somebody who knows some html, please have a look | Gabor Greif | 2010-10-04 | 1 | -3/+1 |
* | Add KLEE 2.8 release notes. | Daniel Dunbar | 2010-10-04 | 1 | -0/+37 |
* | A few more random Clang release notes. | Daniel Dunbar | 2010-10-04 | 1 | -0/+9 |
* | minor tweaks and typos | Gabor Greif | 2010-10-04 | 1 | -9/+9 |
* | Fix lexical block's tag number. | Devang Patel | 2010-10-04 | 1 | -1/+1 |