aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-011-0/+23
* test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.NAKAMURA Takumi2010-12-018-25/+21
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-302-29/+69
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-301-0/+17
* remove fixme comment too.Chris Lattner2010-11-301-3/+3
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-301-1/+1
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-301-0/+16
* enhance isRemovable to refuse to delete volatile mem transfersChris Lattner2010-11-301-4/+16
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-301-0/+32
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+6
* Not all platforms use _<func>. Duh.Eric Christopher2010-11-301-2/+2
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-301-0/+3
* Rewrite the main DSE loop to be written in terms of reasoningChris Lattner2010-11-301-0/+33
* Rewrite mwait and monitor support and custom lower arguments.Eric Christopher2010-11-301-0/+26
* Add a puts optimization that converts puts() to putchar('\n').Anders Carlsson2010-11-301-0/+15
* Fix a typo.Anders Carlsson2010-11-301-1/+1
* Rename this test to FPuts.ll since it actually tests fputs.Anders Carlsson2010-11-301-0/+0
* remove a use of llvm-disChris Lattner2010-11-301-2/+1
* merge one more awayChris Lattner2010-11-302-9/+12
* I already merged partial-overwrite.ll -> PartialStore.llChris Lattner2010-11-303-29/+20
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-3014-1301/+115
* enhance basicaa to return "Mod" for a memcpy call when theChris Lattner2010-11-301-2/+13
* Teach basicaa that memset's modref set is at worst "mod" and neverChris Lattner2010-11-301-0/+14
* Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson2010-11-301-0/+15
* my previous patch would cause us to start deleting some volatileChris Lattner2010-11-301-0/+20
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-301-0/+23
* Provide Thumb2 encodings for basic loads and stores.Owen Anderson2010-11-291-1/+14
* Mark Darwin call instructions as using "r7" to prevent the frame-registerEvan Cheng2010-11-291-0/+28
* Add missing colon.Benjamin Kramer2010-11-291-1/+1
* Fix some broken CHECK lines.Benjamin Kramer2010-11-294-4/+4
* fix PR8677, patch by Jakub Staszak!Chris Lattner2010-11-291-0/+14
* Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...Frits van Bommel2010-11-291-3/+72
* Update this test to keep testing the -instcombine transform it's supposed to ...Frits van Bommel2010-11-291-3/+3
* Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.Frits van Bommel2010-11-292-0/+136
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-291-0/+20
* Handle lshr for i128 correctly on SPU also when Kalle Raiskila2010-11-291-2/+14
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-292-4/+4
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-295-11/+11
* Add more Thumb encodings.Bill Wendling2010-11-291-0/+8
* More Thumb encodings.Bill Wendling2010-11-291-0/+5
* Add Thumb encodings for REV instructions.Bill Wendling2010-11-291-1/+8
* test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi2010-11-296-3/+9
* test: Add the new feature 'loadable_module'.NAKAMURA Takumi2010-11-293-0/+15
* Add more Thumb encodings.Bill Wendling2010-11-291-0/+3
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-281-1/+4
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-281-0/+32
* Lower TLS_addr32 and TLS_addr64.Rafael Espindola2010-11-273-10/+11
* Implement the data16 prefix.Rafael Espindola2010-11-271-0/+1
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-273-10/+23
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-272-1/+43