| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | no alpha jit support. | Chris Lattner | 2010-11-14 | 1 | -1/+1 | |
| | | | | | llvm-svn: 119052 | |||||
| * | describe the preferred approach to silencing 'unused variable warnings' due ↵ | Chris Lattner | 2010-11-12 | 1 | -0/+32 | |
| | | | | | | | to asserts. llvm-svn: 118863 | |||||
| * | CMake: Add the new option "LLVM_LIT_ARGS". | NAKAMURA Takumi | 2010-11-11 | 1 | -0/+7 | |
| | | | | | | | | | Defaults: if (MSVC OR XCODE): "-sv --no-progress-bar" else: "-sv" llvm-svn: 118776 | |||||
| * | Document debuginfo-tests. | Devang Patel | 2010-11-11 | 1 | -0/+38 | |
| | | | | | llvm-svn: 118746 | |||||
| * | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 1 | -2/+10 | |
| | | | | | | | | | fixed physical registers. Start moving fp comparison aliases to the .td file (which default to using %st1 if nothing is specified). llvm-svn: 118352 | |||||
| * | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 1 | -1/+9 | |
| | | | | | | | | add fixed immediate values. Move the aad and aam aliases to use this, and document it. llvm-svn: 118350 | |||||
| * | document instalias. | Chris Lattner | 2010-11-06 | 1 | -0/+49 | |
| | | | | | llvm-svn: 118335 | |||||
| * | Fix typo, pointed out by Trevor Harmon. | Duncan Sands | 2010-11-03 | 1 | -1/+1 | |
| | | | | | llvm-svn: 118163 | |||||
| * | fix typo, patch by Trevor Harmon (PR8537) | Chris Lattner | 2010-11-03 | 1 | -1/+1 | |
| | | | | | llvm-svn: 118131 | |||||
| * | Removed obsolete section about VC++ project files. | Oscar Fuentes | 2010-11-02 | 1 | -10/+0 | |
| | | | | | llvm-svn: 118072 | |||||
| * | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner | 2010-10-31 | 1 | -1/+1 | |
| | | | | | | | | | Use this to make the X86 and ARM targets set isCodeGenOnly=1 automatically for their instructions that have Format=Pseudo, resolving a hack in tblgen. llvm-svn: 117862 | |||||
| * | Validate HTML. | Benjamin Kramer | 2010-10-30 | 2 | -22/+20 | |
| | | | | | llvm-svn: 117847 | |||||
| * | add missing tag | Chris Lattner | 2010-10-30 | 1 | -0/+2 | |
| | | | | | llvm-svn: 117846 | |||||
| * | fix typos and some serious bugs in feature handling (but not for | Chris Lattner | 2010-10-30 | 1 | -1/+1 | |
| | | | | | | | | cases that are currently exercised). Thanks to Frits van Bommel for the great review! llvm-svn: 117840 | |||||
| * | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner | 2010-10-30 | 1 | -3/+15 | |
| | | | | | | | | | | | | directives, allowing things like this: def : MnemonicAlias<"pop", "popl">, Requires<[In32BitMode]>; def : MnemonicAlias<"pop", "popq">, Requires<[In64BitMode]>; Move the rest of the X86 MnemonicAliases over to the .td file. llvm-svn: 117830 | |||||
| * | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 1 | -3/+52 | |
| | | | | | | | | just remaps one mnemonic to another. Convert a few of the X86 aliases from .cpp to .td code. llvm-svn: 117815 | |||||
| * | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target | Oscar Fuentes | 2010-10-28 | 1 | -0/+14 | |
| | | | | | | | UnitTests for building all the unit tests. llvm-svn: 117545 | |||||
| * | clarify that not having the ".o file writing" feature | Chris Lattner | 2010-10-28 | 1 | -0/+4 | |
| | | | | | | | | doesn't mean that you can't get a .o file. Apparently this is confusing :) llvm-svn: 117523 | |||||
| * | Random cleanups and format changes. | Bill Wendling | 2010-10-27 | 1 | -68/+69 | |
| | | | | | llvm-svn: 117428 | |||||
| * | Yet another thing that was forgotten to be added to the release notes... | Duncan Sands | 2010-10-26 | 1 | -0/+5 | |
| | | | | | llvm-svn: 117362 | |||||
| * | Make the description of the hotpatch attribute even more generic. Spotted by | Charles Davis | 2010-10-25 | 1 | -4/+5 | |
| | | | | | | | Michael Spencer. llvm-svn: 117286 | |||||
| * | Make hotpatch attribute description a little less Wintel-specific. | Charles Davis | 2010-10-25 | 1 | -3/+5 | |
| | | | | | llvm-svn: 117267 | |||||
| * | Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op | Charles Davis | 2010-10-25 | 1 | -0/+5 | |
| | | | | | | | | instruction at the beginning of each function that has the attribute, allowing the function to be easily hooked and/or patched. llvm-svn: 117264 | |||||
| * | Update target feature matrix for CellSPU | Kalle Raiskila | 2010-10-25 | 1 | -4/+4 | |
| | | | | | llvm-svn: 117255 | |||||
| * | Update target feature matrix for Blackfin. | Jakob Stoklund Olesen | 2010-10-24 | 1 | -4/+4 | |
| | | | | | llvm-svn: 117245 | |||||
| * | Updating target feature matrix to indicate current MBlaze status. | Wesley Peck | 2010-10-24 | 1 | -4/+4 | |
| | | | | | llvm-svn: 117244 | |||||
| * | broken link | Chris Lattner | 2010-10-24 | 1 | -1/+1 | |
| | | | | | llvm-svn: 117232 | |||||
| * | add a big table with target features. | Chris Lattner | 2010-10-24 | 1 | -1/+274 | |
| | | | | | llvm-svn: 117230 | |||||
| * | Standardise all build-mode affecting {EN,DIS}ABLE_* make options to | Peter Collingbourne | 2010-10-22 | 1 | -3/+3 | |
| | | | | | | | test equality to 1, and fix/update documentation to reflect this llvm-svn: 117094 | |||||
| * | Fix type in passes. | Tobias Grosser | 2010-10-21 | 1 | -2/+2 | |
| | | | | | llvm-svn: 117065 | |||||
| * | Argh, completely forgot to add this to the release notes! | Duncan Sands | 2010-10-21 | 1 | -0/+6 | |
| | | | | | | | Better late than never, right? llvm-svn: 117009 | |||||
| * | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+87 | |
| | | | | | | | | A RegionPass is executed like a LoopPass but on the regions detected by the RegionInfo pass instead of the loops detected by the LoopInfo pass. llvm-svn: 116905 | |||||
| * | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -0/+18 | |
| | | | | | | | | setup they require. Use this for ARM/Darwin to rematerialize the base pointer from the frame pointer when required. rdar://8564268 llvm-svn: 116879 | |||||
| * | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592 | |||||
| * | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -1/+1 | |
| | | | | | | | | it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190 | |||||
| * | clarify that zero sized vectors are illegal, PR8340 | Chris Lattner | 2010-10-10 | 1 | -2/+3 | |
| | | | | | llvm-svn: 116167 | |||||
| * | Fix dead link. | Nick Lewycky | 2010-10-09 | 1 | -3/+3 | |
| | | | | | llvm-svn: 116157 | |||||
| * | Warn about broken GCCs on ARM due to the problem fixed: | Nick Lewycky | 2010-10-07 | 1 | -0/+3 | |
| | | | | | | | http://gcc.gnu.org/ml/gcc-patches/2010-09/msg01070.html llvm-svn: 115998 | |||||
| * | Fixed RELEASE_28 tags. | Bill Wendling | 2010-10-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115872 | |||||
| * | Fix libc++ link in release notes. | Tobias Grosser | 2010-10-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115837 | |||||
| * | Add missing "-" to the command line. | Tobias Grosser | 2010-10-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115777 | |||||
| * | No need to check out everything: binutils is enough. | Duncan Sands | 2010-10-06 | 1 | -1/+1 | |
| | | | | | | | Patch by John Tytgat. llvm-svn: 115757 | |||||
| * | Update release location. | Tanya Lattner | 2010-10-06 | 1 | -0/+2 | |
| | | | | | llvm-svn: 115749 | |||||
| * | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner | 2010-10-06 | 1 | -2/+0 | |
| | | | | | | | where !cast is just as short. llvm-svn: 115722 | |||||
| * | s/The ARM has/The ARM backend has/ | Jim Grosbach | 2010-10-05 | 1 | -2/+3 | |
| | | | | | llvm-svn: 115584 | |||||
| * | AVX intrinsics and builtins were also added to clang | Bruno Cardoso Lopes | 2010-10-04 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115566 | |||||
| * | Spell AltiVec correctly | Douglas Gregor | 2010-10-04 | 1 | -1/+1 | |
| | | | | | llvm-svn: 115560 | |||||
| * | ReleaseNotes: Note some changes to LLVM development infrastructure. | Daniel Dunbar | 2010-10-04 | 1 | -0/+39 | |
| | | | | | llvm-svn: 115550 | |||||
| * | ReleaseNotes: Note a header rename. | Daniel Dunbar | 2010-10-04 | 1 | -1/+8 | |
| | | | | | llvm-svn: 115549 | |||||
| * | validator fixes; others remain, somebody who knows some html, please have a look | Gabor Greif | 2010-10-04 | 1 | -3/+1 | |
| | | | | | llvm-svn: 115526 | |||||

