Fix typo: intepreter->interpreter.
[oota-llvm.git] / test /
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 Chris Lattnerdo not try to analyze bitcasts from i64 to <2 x i32...
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Daniel Dunbarllvm-mc/x86: Test case for x86 operand parsing.
2009-07-01 Dan GohmanFix an instcombine abort on a scalar-to-vector bitcast...
2009-07-01 Devang Patelnew test case
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-07-01 Stuart HastingsInsure that __block_holder_tmp is allocated on the...
2009-07-01 Evan ChengCommuteChangesDestination() should check if to-be-commu...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Evan ChengA few more load instructions.
2009-06-30 Andreas BolkaArray accesses are independent if the underlying arrays...
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions for .org, assig...
2009-06-30 David GoodwinEnhance tests to include shifted-register operand testing.
2009-06-30 Daniel Dunbarllvm-mc: Parse symbol attribute directives.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 David GoodwinThumb-2 tests
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 David GreeneAdd some tests of advanced TableGen list functionality.
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-27 Dan GohmanDon't try to split a loop when the controlling icmp...
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-06-27 Dan GohmanWhen a value is used multiple times within a single...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris Lattnerremove some unneeded eh info.
2009-06-27 Chris Lattnertestcase for PR4466
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-26 David GoodwinThumb-2 tests
2009-06-26 Chris Lattnerremove unwind info, add test for asmprinting of jump...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 Daniel DunbarMore spelling Count as count.
2009-06-26 Daniel DunbarSpell Count as count.
2009-06-26 David GoodwinAdd Thumb-2 tests.
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 David GoodwinORN and BIC tests.
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Evan ChengFix tests: Count -> count.
2009-06-26 Evan ChengFix a CodeGenDAGPatterns bug. Check if top level predic...
2009-06-26 Shantonu SenClarify how to configure llvm-gcc-4.2 for use with
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Daniel DunbarFix spelling of 'count'
2009-06-26 Dan GohmanFix LCSSA to avoid emitting a PHI node for the unwind...
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 David GoodwinUse MVN for ~t2_so_imm immediates.
2009-06-25 Daniel DunbarMC: Parse .org directives.
2009-06-25 Bill WendlingDon't grep the -debug output. This isn't the way to...
2009-06-25 Daniel DunbarMC: Parse .set and assignments.
2009-06-25 Chris Lattnerdown with unwind info :)
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-24 Daniel DunbarBasic .s parsing for .asci[iz], .fill, .space, {.byte...
2009-06-24 Evan ChengWe should run these tests as well.
2009-06-24 Chris Lattnerunwind info not needed.
2009-06-24 Dan GohmanSimplify [su]max(MAX, n) to MAX. This comes up in loop...
2009-06-24 Dan GohmanWhen inserting code into a loop preheader, insert it...
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanAdd a testcase demoing some of ScalarEvolution's new...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-23 Devang Patelupgrade
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Dale JohannesenThe correct values here (as defined by gcc-4.2) are
2009-06-23 Dale JohannesenThis test only works on ppc32 if some optimization...
2009-06-23 Dale JohannesenSee test. Judging from PR 1278, at the time the test...
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
2009-06-22 Evan ChengIt's coalescer, not coaleser.
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Evan ChengFix another register coalescer crash: forgot to check...
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Dale JohannesenTestcase for (llvm-gcc) 73873. Usually
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
next