summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Add ".w" suffix for wide thumb-2 instructions.David Goodwin2009-07-27
* Test case to check that separate section is created for a global variable spe...Sanjiv Gupta2009-07-27
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* update testcase.Chris Lattner2009-07-27
* put normal data into .data instead of .data.rel on elf systems.Chris Lattner2009-07-26
* finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner2009-07-26
* simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bitChris Lattner2009-07-26
* Add support for ARM Neon VREV instructions.Bob Wilson2009-07-26
* add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner2009-07-25
* When attempting to sign-extend an addrec by interpretingDan Gohman2009-07-25
* remove this test. It is currently failing because we now emit the stringChris Lattner2009-07-25
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-25
* I've lost my mind. PR4572 has not been fixed.Evan Cheng2009-07-25
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-25
* Remove a duplicated test.Evan Cheng2009-07-25
* Forgot this test earlier.Evan Cheng2009-07-24
* Fix these tests.Evan Cheng2009-07-24
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-24
* Move insertps tests to sse41 combo test file, convert to filecheckEric Christopher2009-07-24
* Convert a test to FileCheck.Evan Cheng2009-07-24
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-24
* Add tests for handling of globals and tls on the XCore. These currently failRichard Osborne2009-07-24
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Thumb2 does not allow the use of "pc" register as part of the load / store ad...Evan Cheng2009-07-23
* Fix up ARM constant island pass for Thumb2.Evan Cheng2009-07-23
* FileCheck'ize and expand LDA testcases.Andreas Bolka2009-07-23
* testcase for PR4590Chris Lattner2009-07-23
* merge vector-casts-0.ll into vector-casts.llChris Lattner2009-07-23
* Make some existing optimizations that would only trigger on scalarsChris Lattner2009-07-23
* convert a test to filecheck format. This fixes an endemic problemChris Lattner2009-07-23
* rename testChris Lattner2009-07-23
* merge one more sse41 test into sse41.llChris Lattner2009-07-23
* merge another sse41 test into sse41.llChris Lattner2009-07-23
* merge sse41-pmovx.ll into sse41.llChris Lattner2009-07-23
* change a test to run in filecheck style. Rename it to be a generalChris Lattner2009-07-23
* Support insertps via the intrinsic and add a couple of simpleEric Christopher2009-07-23
* Add test for pinsrd and pinsrb instructions.Eric Christopher2009-07-23
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman2009-07-23
* x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2).Dan Gohman2009-07-22
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman2009-07-22
* Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng2009-07-22
* Make the grep line in this test more specific, to avoidDan Gohman2009-07-22
* Ignore undef uses.Evan Cheng2009-07-22
* Remove empty test.Devang Patel2009-07-22
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-22