| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. | Devang Patel | 2010-12-02 | 2 | -2/+2 |
* | Use set directive for StartMinusEndExpr. | Devang Patel | 2010-12-02 | 1 | -0/+22 |
* | Test case for r120740. Radar 8712503. | Stuart Hastings | 2010-12-02 | 1 | -0/+7 |
* | Adjust this test for the fact that the stores are no longer | Duncan Sands | 2010-12-02 | 1 | -1/+1 |
* | XFAIL for now. If someone with access to an ARM/Linux host wants to have a look | Jim Grosbach | 2010-12-02 | 2 | -0/+2 |
* | Fix test. | Evan Cheng | 2010-12-02 | 1 | -2/+2 |
* | This test dates from the time when llvm-gcc had problems if two types were | Duncan Sands | 2010-12-02 | 1 | -12/+0 |
* | test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev! | NAKAMURA Takumi | 2010-12-02 | 1 | -4/+4 |
* | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng | 2010-12-01 | 1 | -6/+12 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 1 | -0/+10 |
* | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson | 2010-12-01 | 2 | -2/+2 |
* | Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot. | Evan Cheng | 2010-12-01 | 1 | -0/+1 |
* | ARM/MC/ELF relocation "hello world" for movw/movt. | Jason W Kim | 2010-12-01 | 1 | -0/+42 |
* | fix a bozo bug I introduced in r119930, causing a miscompile of | Chris Lattner | 2010-12-01 | 1 | -0/+23 |
* | test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant. | NAKAMURA Takumi | 2010-12-01 | 8 | -25/+21 |
* | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng | 2010-11-30 | 2 | -29/+69 |
* | Enhance DSE to handle the variable index case in PR8657. | Chris Lattner | 2010-11-30 | 1 | -0/+17 |
* | remove fixme comment too. | Chris Lattner | 2010-11-30 | 1 | -3/+3 |
* | check in *all* files. This is now handled by my previous DSE commit. | Chris Lattner | 2010-11-30 | 1 | -1/+1 |
* | teach DSE to use GetPointerBaseWithConstantOffset to analyze | Chris Lattner | 2010-11-30 | 1 | -0/+16 |
* | enhance isRemovable to refuse to delete volatile mem transfers | Chris Lattner | 2010-11-30 | 1 | -4/+16 |
* | Add tests for more forms of Thumb2 loads and stores. | Owen Anderson | 2010-11-30 | 1 | -0/+32 |
* | ptx: add command-line options for gpu target and ptx version | Che-Liang Chiou | 2010-11-30 | 1 | -0/+6 |
* | Not all platforms use _<func>. Duh. | Eric Christopher | 2010-11-30 | 1 | -2/+2 |
* | Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost | Bill Wendling | 2010-11-30 | 1 | -0/+3 |
* | Rewrite the main DSE loop to be written in terms of reasoning | Chris Lattner | 2010-11-30 | 1 | -0/+33 |
* | Rewrite mwait and monitor support and custom lower arguments. | Eric Christopher | 2010-11-30 | 1 | -0/+26 |
* | Add a puts optimization that converts puts() to putchar('\n'). | Anders Carlsson | 2010-11-30 | 1 | -0/+15 |
* | Fix a typo. | Anders Carlsson | 2010-11-30 | 1 | -1/+1 |
* | Rename this test to FPuts.ll since it actually tests fputs. | Anders Carlsson | 2010-11-30 | 1 | -0/+0 |
* | remove a use of llvm-dis | Chris Lattner | 2010-11-30 | 1 | -2/+1 |
* | merge one more away | Chris Lattner | 2010-11-30 | 2 | -9/+12 |
* | I already merged partial-overwrite.ll -> PartialStore.ll | Chris Lattner | 2010-11-30 | 3 | -29/+20 |
* | clean up DSE tests, removing some poorly reduced and useless old test, | Chris Lattner | 2010-11-30 | 14 | -1301/+115 |
* | enhance basicaa to return "Mod" for a memcpy call when the | Chris Lattner | 2010-11-30 | 1 | -2/+13 |
* | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner | 2010-11-30 | 1 | -0/+14 |
* | Correct Thumb2 encodings for a much wider range of loads and stores. | Owen Anderson | 2010-11-30 | 1 | -0/+15 |
* | my previous patch would cause us to start deleting some volatile | Chris Lattner | 2010-11-30 | 1 | -0/+20 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-30 | 1 | -0/+23 |
* | Provide Thumb2 encodings for basic loads and stores. | Owen Anderson | 2010-11-29 | 1 | -1/+14 |
* | Mark Darwin call instructions as using "r7" to prevent the frame-register | Evan Cheng | 2010-11-29 | 1 | -0/+28 |
* | Add missing colon. | Benjamin Kramer | 2010-11-29 | 1 | -1/+1 |
* | Fix some broken CHECK lines. | Benjamin Kramer | 2010-11-29 | 4 | -4/+4 |
* | fix PR8677, patch by Jakub Staszak! | Chris Lattner | 2010-11-29 | 1 | -0/+14 |
* | Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ... | Frits van Bommel | 2010-11-29 | 1 | -3/+72 |
* | Update this test to keep testing the -instcombine transform it's supposed to ... | Frits van Bommel | 2010-11-29 | 1 | -3/+3 |
* | Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue. | Frits van Bommel | 2010-11-29 | 2 | -0/+136 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-29 | 1 | -0/+20 |
* | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila | 2010-11-29 | 1 | -2/+14 |
* | Enable PostRA scheduling for SPU. | Kalle Raiskila | 2010-11-29 | 2 | -4/+4 |