2009-07-10 |
Evan Cheng | Remove a bogus assertion. |
tree | commitdiff |
2009-07-09 |
Bob Wilson | Handle 'a' modifier on inline assembly operands. |
tree | commitdiff |
2009-07-09 |
Eli Friedman | Make EXTRACT_VECTOR_ELT a bit more flexible in terms... |
tree | commitdiff |
2009-07-09 |
Chris Lattner | add llvm-mc support for parsing the .lcomm directive... |
tree | commitdiff |
2009-07-09 |
Nick Lewycky | There's no need to consider PHI nodes in the same block... |
tree | commitdiff |
2009-07-09 |
Evan Cheng | Targets sometimes assign fixed stack object to spill... |
tree | commitdiff |
2009-07-09 |
Lang Hames | Improved tracking of value number kills. VN kills are... |
tree | commitdiff |
2009-07-09 |
Chris Lattner | remove eh, convert to FileCheck style |
tree | commitdiff |
2009-07-09 |
Chris Lattner | we have no tests for dllimport/export. Add one. |
tree | commitdiff |
2009-07-09 |
Chris Lattner | * add some assertions for sanity checking. |
tree | commitdiff |
2009-07-09 |
Chris Lattner | add a test for dale's recent change. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | switch test to FileCheck-style and test the P and non... |
tree | commitdiff |
2009-07-08 |
Chris Lattner | rename a test to make it a feature test. |
tree | commitdiff |
2009-07-08 |
David Goodwin | Use common code for both ARM and Thumb-2 instruction... |
tree | commitdiff |
2009-07-08 |
Devang Patel | Drop "constant" from |
tree | commitdiff |
2009-07-08 |
Devang Patel | Update SLotTracker to handle MDNode slots. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | Switch all the MC tests to use FileCheck. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | convert to FileCheck style. |
tree | commitdiff |
2009-07-08 |
Bob Wilson | Implement NEON vst1 instruction. |
tree | commitdiff |
2009-07-08 |
Devang Patel | Support MDNode forward reference. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | add some more check for vector compares. |
tree | commitdiff |
2009-07-08 |
Chris Lattner | convert a test to "FileCheck" style. |
tree | commitdiff |
2009-07-08 |
Bob Wilson | Implement NEON vld1 instructions. |
tree | commitdiff |
2009-07-08 |
David Goodwin | Add rev16 test... xfail for now |
tree | commitdiff |
2009-07-08 |
David Goodwin | Checkpoint Thumb2 Instr info work. Generalized base... |
tree | commitdiff |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
tree | commitdiff |
2009-07-08 |
Chris Lattner | eliminate the v[if]cmp versions of these tests, now... |
tree | commitdiff |
2009-07-08 |
Chris Lattner | Change these tests to use [fi]cmp+sext instead of v... |
tree | commitdiff |
2009-07-08 |
Chris Lattner | dag combine sext(setcc) -> vsetcc before legalize.... |
tree | commitdiff |
2009-07-07 |
Chris Lattner | add support for legalizing an icmp where the result... |
tree | commitdiff |
2009-07-07 |
Chris Lattner | add a trivial test that vector compares work. |
tree | commitdiff |
2009-07-07 |
Chris Lattner | implement support for spliting and scalarizing vector... |
tree | commitdiff |
2009-07-07 |
Chris Lattner | verify that the fcmp version of this works just as... |
tree | commitdiff |
2009-07-07 |
Evan Cheng | Add Thumb2 movcc instructions. |
tree | commitdiff |
2009-07-07 |
Evan Cheng | Add missing tests. |
tree | commitdiff |
2009-07-07 |
Chris Lattner | Implement parsing support for the .comm directive.... |
tree | commitdiff |
2009-07-07 |
Evan Cheng | Add Thumb2 pkhbt / pkhtb. |
tree | commitdiff |
2009-07-07 |
Evan Cheng | Add some more Thumb2 multiplication instructions. |
tree | commitdiff |
2009-07-06 |
Evan Cheng | Add bfc to armv6t2. |
tree | commitdiff |
2009-07-06 |
Evan Cheng | Added ARM::mls for armv6t2. |
tree | commitdiff |
2009-07-06 |
Evan Cheng | Avoid adding a duplicate def. This fixes PR4478. |
tree | commitdiff |
2009-07-06 |
Stuart Hastings | Mark this test as Darwin only. Patch by Bill Wendling. |
tree | commitdiff |
2009-07-04 |
Nick Lewycky | When comparing constants, consider a less wide constant... |
tree | commitdiff |
2009-07-03 |
Evan Cheng | Add thumb2 sign / zero extend with rotate instructions. |
tree | commitdiff |
2009-07-03 |
Evan Cheng | Added indexed stores. |
tree | commitdiff |
2009-07-02 |
Evan Cheng | Sign extending pre/post indexed loads. |
tree | commitdiff |
2009-07-02 |
Chris Lattner | do not try to analyze bitcasts from i64 to <2 x i32... |
tree | commitdiff |
2009-07-02 |
Evan Cheng | Thumb2 pre/post indexed loads. |
tree | commitdiff |
2009-07-02 |
Chris Lattner | @GOTPCREL is also rip-relative. Fix fast-isel to do... |
tree | commitdiff |
2009-07-02 |
Chris Lattner | Fix yet-another bug I introduced into fastisel, this... |
tree | commitdiff |
2009-07-02 |
Daniel Dunbar | llvm-mc/x86: Test case for x86 operand parsing. |
tree | commitdiff |
2009-07-01 |
Dan Gohman | Fix an instcombine abort on a scalar-to-vector bitcast... |
tree | commitdiff |
2009-07-01 |
Devang Patel | new test case |
tree | commitdiff |
2009-07-01 |
Devang Patel | Support stand alone metadata syntax. |
tree | commitdiff |
2009-07-01 |
Chris Lattner | Fix codegen for references to available_externally... |
tree | commitdiff |
2009-07-01 |
Stuart Hastings | Insure that __block_holder_tmp is allocated on the... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | CommuteChangesDestination() should check if to-be-commu... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | Remove special handling of implicit_def. Fix a couple... |
tree | commitdiff |
2009-07-01 |
Chris Lattner | Fix some fast-isel problems selecting global variable... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | Handle IMPLICIT_DEF with isUndef operand marker, part... |
tree | commitdiff |
2009-07-01 |
David Goodwin | Add PIC load and store patterns for Thumb-2. |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | llvm-mc: Symbols in a relocatable expression of the... |
tree | commitdiff |
2009-06-30 |
David Goodwin | Add thumb-2 store word, halfword, and byte. |
tree | commitdiff |
2009-06-30 |
David Goodwin | Improve Thumb-2 jump table support. |
tree | commitdiff |
2009-06-30 |
Rafael Espindola | Fix PR4485. |
tree | commitdiff |
2009-06-30 |
Rafael Espindola | Fix PR4484. |
tree | commitdiff |
2009-06-30 |
Evan Cheng | Temporarily restore the scavenger implicit_def checking... |
tree | commitdiff |
2009-06-30 |
Evan Cheng | Add a bit IsUndef to MachineOperand. This indicates... |
tree | commitdiff |
2009-06-30 |
Evan Cheng | A few more load instructions. |
tree | commitdiff |
2009-06-30 |
Andreas Bolka | Array accesses are independent if the underlying arrays... |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | llvm-mc: Accept relocatable expressions for .org, assig... |
tree | commitdiff |
2009-06-30 |
David Goodwin | Enhance tests to include shifted-register operand testing. |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | llvm-mc: Parse symbol attribute directives. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | llvm-mc: Parse .{,b,p2}align{,w,l} directives. |
tree | commitdiff |
2009-06-29 |
David Goodwin | Add Thumb-2 support for TEQ amd TST. |
tree | commitdiff |
2009-06-29 |
David Goodwin | Thumb-2 tests |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | llvm-mc: Recognize C++ style comments. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | MC: Improve expression parsing and implement evaluation... |
tree | commitdiff |
2009-06-29 |
Dan Gohman | Don't cache PHI exit values from exhaustive evaluations... |
tree | commitdiff |
2009-06-29 |
Rafael Espindola | FIX PR 4459. |
tree | commitdiff |
2009-06-29 |
David Greene | Add some tests of advanced TableGen list functionality. |
tree | commitdiff |
2009-06-29 |
David Goodwin | Rename ARMcmpNZ to ARMcmpZ and use it to represent... |
tree | commitdiff |
2009-06-29 |
Evan Cheng | Implement Thumb2 ldr. |
tree | commitdiff |
2009-06-28 |
Andreas Bolka | Print pairwise dependence results, add testcases. |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Don't try to split a loop when the controlling icmp... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Teach LoopSimplify how to merge multiple loop exits... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | When a value is used multiple times within a single... |
tree | commitdiff |
2009-06-27 |
Chris Lattner | factor some logic out into a helper function, allow... |
tree | commitdiff |
2009-06-27 |
Chris Lattner | Reimplement rip-relative addressing in the X86-64 backe... |
tree | commitdiff |
2009-06-27 |
Chris Lattner | remove some unneeded eh info. |
tree | commitdiff |
2009-06-27 |
Chris Lattner | testcase for PR4466 |
tree | commitdiff |
2009-06-26 |
David Goodwin | When possible, use "mvn ra, rb" instead of "eor ra... |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Add some testcases for some of the recent ScalarEvoluti... |
tree | commitdiff |
2009-06-26 |
David Goodwin | Thumb-2 tests |
tree | commitdiff |
2009-06-26 |
Chris Lattner | remove unwind info, add test for asmprinting of jump... |
tree | commitdiff |
2009-06-26 |
Evan Cheng | Add x86 support for 'n' inline asm modifier. This will... |
tree | commitdiff |
2009-06-26 |
David Goodwin | Thumb-2 has CLZ. |
tree | commitdiff |
2009-06-26 |
David Goodwin | Use "adcs/sbcs" only when the carry-out is live, otherw... |
tree | commitdiff |
2009-06-26 |
Daniel Dunbar | More spelling Count as count. |
tree | commitdiff |
2009-06-26 |
Daniel Dunbar | Spell Count as count. |
tree | commitdiff |
next |