summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel2010-12-02
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Test case for r120740. Radar 8712503.Stuart Hastings2010-12-02
* Adjust this test for the fact that the stores are no longerDuncan Sands2010-12-02
* XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach2010-12-02
* Fix test.Evan Cheng2010-12-02
* This test dates from the time when llvm-gcc had problems if two types wereDuncan Sands2010-12-02
* test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi2010-12-02
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-01
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-01
* Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng2010-12-01
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-01
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-01
* test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.NAKAMURA Takumi2010-12-01
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-30
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-30
* remove fixme comment too.Chris Lattner2010-11-30
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-30
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-30
* enhance isRemovable to refuse to delete volatile mem transfersChris Lattner2010-11-30
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-30
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-30
* Not all platforms use _<func>. Duh.Eric Christopher2010-11-30
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-30
* Rewrite the main DSE loop to be written in terms of reasoningChris Lattner2010-11-30
* Rewrite mwait and monitor support and custom lower arguments.Eric Christopher2010-11-30
* Add a puts optimization that converts puts() to putchar('\n').Anders Carlsson2010-11-30
* Fix a typo.Anders Carlsson2010-11-30
* Rename this test to FPuts.ll since it actually tests fputs.Anders Carlsson2010-11-30
* remove a use of llvm-disChris Lattner2010-11-30
* merge one more awayChris Lattner2010-11-30
* I already merged partial-overwrite.ll -> PartialStore.llChris Lattner2010-11-30
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-30
* enhance basicaa to return "Mod" for a memcpy call when theChris Lattner2010-11-30
* Teach basicaa that memset's modref set is at worst "mod" and neverChris Lattner2010-11-30
* Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson2010-11-30
* my previous patch would cause us to start deleting some volatileChris Lattner2010-11-30
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-30
* Provide Thumb2 encodings for basic loads and stores.Owen Anderson2010-11-29
* Mark Darwin call instructions as using "r7" to prevent the frame-registerEvan Cheng2010-11-29
* Add missing colon.Benjamin Kramer2010-11-29
* Fix some broken CHECK lines.Benjamin Kramer2010-11-29
* fix PR8677, patch by Jakub Staszak!Chris Lattner2010-11-29
* Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...Frits van Bommel2010-11-29
* Update this test to keep testing the -instcombine transform it's supposed to ...Frits van Bommel2010-11-29
* Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.Frits van Bommel2010-11-29
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-29
* Handle lshr for i128 correctly on SPU also when Kalle Raiskila2010-11-29
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-29