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 |
2009-06-26 |
David Goodwin | Add Thumb-2 tests. |
tree | commitdiff |
2009-06-26 |
David Goodwin | ADC used to implement adde should use "adcs" opcode... |
tree | commitdiff |
2009-06-26 |
David Goodwin | ORN and BIC tests. |
tree | commitdiff |
2009-06-26 |
David Goodwin | Currently there is a pattern for the thumb-2 MOV 16... |
tree | commitdiff |
2009-06-26 |
Evan Cheng | Fix tests: Count -> count. |
tree | commitdiff |
2009-06-26 |
Evan Cheng | Fix a CodeGenDAGPatterns bug. Check if top level predic... |
tree | commitdiff |
2009-06-26 |
Shantonu Sen | Clarify how to configure llvm-gcc-4.2 for use with |
tree | commitdiff |
2009-06-26 |
Devang Patel | Let's ignore MDStrings also! |
tree | commitdiff |
2009-06-26 |
Daniel Dunbar | Fix spelling of 'count' |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Fix LCSSA to avoid emitting a PHI node for the unwind... |
tree | commitdiff |
2009-06-25 |
Evan Cheng | Select ADC, SBC, and RSC instead of the ADCS, SBCS... |
tree | commitdiff |
2009-06-25 |
David Goodwin | Use MVN for ~t2_so_imm immediates. |
tree | commitdiff |
2009-06-25 |
Daniel Dunbar | MC: Parse .org directives. |
tree | commitdiff |
2009-06-25 |
Bill Wendling | Don't grep the -debug output. This isn't the way to... |
tree | commitdiff |
2009-06-25 |
Daniel Dunbar | MC: Parse .set and assignments. |
tree | commitdiff |
2009-06-25 |
Chris Lattner | down with unwind info :) |
tree | commitdiff |
2009-06-25 |
Evan Cheng | ISD::ADDE / ISD::SUBE updates the carry bit so they... |
tree | commitdiff |
2009-06-25 |
Devang Patel | No need to code gen MDNodes |
tree | commitdiff |
2009-06-24 |
Evan Cheng | Add Thumb2 pc relative add. |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | Basic .s parsing for .asci[iz], .fill, .space, {.byte... |
tree | commitdiff |
2009-06-24 |
Evan Cheng | We should run these tests as well. |
tree | commitdiff |
2009-06-24 |
Chris Lattner | unwind info not needed. |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Simplify [su]max(MAX, n) to MAX. This comes up in loop... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | When inserting code into a loop preheader, insert it... |
tree | commitdiff |
2009-06-24 |
Evan Cheng | Move thumb and thumb2 tests into separate directories. |
tree | commitdiff |
2009-06-24 |
Evan Cheng | Fix support for inline asm input / output operand tying... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Add a testcase demoing some of ScalarEvolution's new... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Extend ScalarEvolution's multiple-exit support to compu... |
tree | commitdiff |
2009-06-23 |
Devang Patel | upgrade |
tree | commitdiff |
2009-06-23 |
Evan Cheng | Proper patterns for thumb2 shift and rotate instructions. |
tree | commitdiff |
2009-06-23 |
Dale Johannesen | The correct values here (as defined by gcc-4.2) are |
tree | commitdiff |
2009-06-23 |
Dale Johannesen | This test only works on ppc32 if some optimization... |
tree | commitdiff |
2009-06-23 |
Dale Johannesen | See test. Judging from PR 1278, at the time the test... |
tree | commitdiff |
2009-06-22 |
Dan Gohman | Fix a bug in the trip-count computation with And/Or... |
tree | commitdiff |
2009-06-22 |
Bob Wilson | Add support for ARM's Advanced SIMD (NEON) instruction... |
tree | commitdiff |
2009-06-22 |
Dan Gohman | Fix llvm::ComputeNumSignBits to handle pointer types |
tree | commitdiff |
2009-06-22 |
Evan Cheng | It's coalescer, not coaleser. |
tree | commitdiff |
2009-06-22 |
Bob Wilson | For Darwin on ARMv6 and newer, make register r9 availab... |
tree | commitdiff |
2009-06-22 |
Evan Cheng | Fix another register coalescer crash: forgot to check... |
tree | commitdiff |
2009-06-22 |
Evan Cheng | hasFP should return true if frame address is taken. |
tree | commitdiff |
2009-06-22 |
Dale Johannesen | Testcase for (llvm-gcc) 73873. Usually |
tree | commitdiff |
2009-06-22 |
Dan Gohman | Teach ScalarEvolution how to analyze loops with multipl... |
tree | commitdiff |
2009-06-21 |
Dan Gohman | Fix ScalarEvolution's backedge-taken count computations... |
tree | commitdiff |
2009-06-21 |
Rafael Espindola | Fix PR4185. |
tree | commitdiff |
2009-06-21 |
Nick Lewycky | Expand this test to handle more cases (remainder and... |
tree | commitdiff |
2009-06-21 |
Chris Lattner | implement PR4424: 0/x is always 0 for integer division. |
tree | commitdiff |
2009-06-20 |
Chris Lattner | change TLS_ADDR lowering to lower to a real mem operand... |
tree | commitdiff |
2009-06-20 |
Chris Lattner | no need for unwind info |
tree | commitdiff |
2009-06-20 |
Chris Lattner | no need for unwind info here. |
tree | commitdiff |
2009-06-20 |
Evan Cheng | Fix PR4419: handle defs of partial uses. |
tree | commitdiff |
2009-06-20 |
Dan Gohman | Tweak this test to be a little less unusual. |
tree | commitdiff |
2009-06-20 |
Dan Gohman | Generalize isLoopGuardedByCond's checking to consider two |
tree | commitdiff |
2009-06-19 |
Dan Gohman | Re-apply r73718, now that the fix in r73787 is in,... |
tree | commitdiff |
2009-06-19 |
Evan Cheng | Enable arm pre-allocation load / store multiple optimiz... |
tree | commitdiff |
next |