aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-131-1/+0
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+6
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-131-0/+67
* remove tests for removed intrinsics.Chris Lattner2009-07-122-49/+0
* add nounwindChris Lattner2009-07-121-1/+1
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-111-1/+1
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-111-37/+37
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-111-1/+5
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-111-0/+1
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-111-20/+557
* We get the P modifier wrong in a lot of cases, just add some more rigorous te...Chris Lattner2009-07-111-30/+59
* Don't put IT instruction before conditional branches.Evan Cheng2009-07-111-0/+19
* Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f...Evan Cheng2009-07-111-5/+12
* Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng2009-07-112-2/+14
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+10
* convert test to use FileCheck, which is much more precise and faster thanChris Lattner2009-07-101-7/+21
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-101-0/+143
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-102-0/+2
* Remove a bogus assertion.Evan Cheng2009-07-101-0/+1
* Handle 'a' modifier on inline assembly operands.Bob Wilson2009-07-091-0/+7
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-092-0/+19
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-0/+10
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-092-0/+74
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-093-2/+4
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-091-1/+1
* remove eh, convert to FileCheck styleChris Lattner2009-07-091-6/+9
* we have no tests for dllimport/export. Add one.Chris Lattner2009-07-091-0/+9
* * add some assertions for sanity checking.Chris Lattner2009-07-091-1/+1
* add a test for dale's recent change.Chris Lattner2009-07-091-11/+34
* switch test to FileCheck-style and test the P and non-P cases.Chris Lattner2009-07-081-4/+19
* rename a test to make it a feature test.Chris Lattner2009-07-081-0/+0
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-082-3/+1
* Drop "constant" from Devang Patel2009-07-083-4/+5
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-3/+4
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-089-45/+47
* convert to FileCheck style.Chris Lattner2009-07-081-11/+10
* Implement NEON vst1 instruction.Bob Wilson2009-07-081-0/+77
* Support MDNode forward reference.Devang Patel2009-07-081-0/+5
* add some more check for vector compares.Chris Lattner2009-07-081-2/+36
* convert a test to "FileCheck" style.Chris Lattner2009-07-081-3/+27
* Implement NEON vld1 instructions.Bob Wilson2009-07-081-0/+67
* Add rev16 test... xfail for nowDavid Goodwin2009-07-081-0/+32
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-081-0/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-082-18/+18
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-083-42/+1
* Change these tests to use [fi]cmp+sext instead of v[fi]cmp. NoChris Lattner2009-07-086-128/+191
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-081-1/+1
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-071-0/+7
* add a trivial test that vector compares work.Chris Lattner2009-07-071-0/+7
* implement support for spliting and scalarizing vector setcc's. ThisChris Lattner2009-07-071-0/+28