summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...Evan Cheng2009-07-15
* Fix pattern for LD16S_3r, add basic tests to check load / store instructionsRichard Osborne2009-07-15
* Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.Richard Osborne2009-07-15
* fix an arm codegen bug (the same as PR4482 on ppc) where available_externallyChris Lattner2009-07-15
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-15
* convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner2009-07-15
* simplify this test to test the esentials.Chris Lattner2009-07-15
* convert to filecheck style, simplify RUN line, and add comment.Chris Lattner2009-07-14
* convert this test to filecheck styleChris Lattner2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-14
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-14
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-14
* Fix detection of valid BFC immediates.David Goodwin2009-07-14
* Check for the correct unnamed name.Bill Wendling2009-07-14
* Check in a reduced version of this testcase.Dan Gohman2009-07-13
* Two changes:Chris Lattner2009-07-13
* Add testcases for PR4538, PR4537, and PR4534.Dan Gohman2009-07-13
* remove tests for removed intrinsics.Chris Lattner2009-07-12
* add nounwindChris Lattner2009-07-12
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-11
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-11
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-11
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-11
* We get the P modifier wrong in a lot of cases, just add some more rigorous te...Chris Lattner2009-07-11
* Don't put IT instruction before conditional branches.Evan Cheng2009-07-11
* Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng2009-07-11
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-11
* convert test to use FileCheck, which is much more precise and faster thanChris Lattner2009-07-10
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-10
* Remove a bogus assertion.Evan Cheng2009-07-10
* Handle 'a' modifier on inline assembly operands.Bob Wilson2009-07-09
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-09
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-09
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-09
* remove eh, convert to FileCheck styleChris Lattner2009-07-09
* we have no tests for dllimport/export. Add one.Chris Lattner2009-07-09
* * add some assertions for sanity checking.Chris Lattner2009-07-09
* add a test for dale's recent change.Chris Lattner2009-07-09
* switch test to FileCheck-style and test the P and non-P cases.Chris Lattner2009-07-08
* rename a test to make it a feature test.Chris Lattner2009-07-08
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-08
* Implement NEON vst1 instruction.Bob Wilson2009-07-08
* add some more check for vector compares.Chris Lattner2009-07-08
* convert a test to "FileCheck" style.Chris Lattner2009-07-08
* Implement NEON vld1 instructions.Bob Wilson2009-07-08
* Add rev16 test... xfail for nowDavid Goodwin2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-08
* Change these tests to use [fi]cmp+sext instead of v[fi]cmp. NoChris Lattner2009-07-08