include/llvm/Target/TargetAsmInfo.h: Fix a warning.
[oota-llvm.git] / test / CodeGen /
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelTest case for r129922
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Stuart HastingsUn-XFAIL this test for ARM. <rdar://problem/7662569>
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Jakob Stoklund OlesenTighten test case a bit.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-18 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-18 Chris Lattnerrelax this test to just check that the lock prefix...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-15 Akira HatanakaRe-enable test o32_cc_vararg.ll.
2011-04-15 Cameron ZwarichAdd ORR and EOR to the CMP peephole optimizer. It's...
2011-04-15 Rafael EspindolaAdd this test back for Darwin.
2011-04-15 Cameron ZwarichThe AND instruction leaves the V flag unmodified, so...
2011-04-15 Cameron ZwarichAdd missing register forms of instructions to the ARM...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Evan ChengFix another fcopysign lowering bug. If src is f64 and...
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-14 Evan ChengFollow up on r127913. Fix Thumb revsh isel. rdar:/...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Cameron ZwarichFix a typo in an ARM-specific DAG combine. This fixes...
2011-04-13 Cameron ZwarichFix a regression caused by r102515 where explicit align...
2011-04-13 Cameron ZwarichFix an obvious problem with an alignment computation...
2011-04-13 Cameron ZwarichIf a global variable has a specified alignment that...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-13 Eric ChristopherTemporarily revert r129408 to see if it brings the...
2011-04-12 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Cameron ZwarichSplit a store of a VMOVDRR into two integer stores...
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-09 Chris Lattnerlook for the verboten argument slot access in any order...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-04-09 Chris Lattnerremove a bunch of CHECK lines that aren't checking...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-09 Chris Lattnerdon't test for codegen of 'store undef'
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-05 Jakob Stoklund OlesenRun LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-04-05 Johnny ChenFix test-llvm failures.
2011-04-05 Stuart HastingsARM doesn't support byval yet. XFAIL this test until...
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-04-05 Eric ChristopherFix up testcase for previous commit.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-04-04 Jakob Stoklund OlesenAllow coalescing with reserved physregs in certain...
2011-04-04 Jakob Stoklund OlesenDisable the PowerPC/Atomics-64 test.
2011-04-04 Jakob Stoklund OlesenFix PowerPC tests to be register allocator independent.
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-04-01 Evan ChengAdd test case.
2011-04-01 Evan ChengFileCheck'ify test.
next