Add global variable to test for consistency
[oota-llvm.git] / test / CodeGen /
2008-10-15 Bill WendlingTestcase for PR1638.
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Evan ChengAlso update sub-register intervals after a trivial...
2008-10-13 Evan ChengAdd a test case for _Complex passed as a FCA.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-10 Anton KorobeynikovAdd testcase for 'r' inline asm operand
2008-10-10 Anton KorobeynikovThis does not fail anymore
2008-10-10 Anton KorobeynikovAdd sparc test for memory operand used in inline asm
2008-10-10 Anton KorobeynikovThis is not failing anymore
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-07 Dan GohmanRemove -disable-fast-isel. Use cl::boolOrDefault with...
2008-10-07 Dan GohmanAdd a testcase for i256 add. i256 isn't fully supported in
2008-10-07 Andrew Lenharth128 mul test, xfailed
2008-10-07 Anders CarlssonCertain patterns involving the "movss" instruction...
2008-10-07 Andrew LenharthExpand arith on machines without carry flags
2008-10-07 Chris Lattnerno need to write the output to the disk
2008-10-07 Andrew LenharthAdd test case for ADDC ADDE expansion
2008-10-06 Dale JohannesenBe more precise about which conversions of NaNs
2008-10-06 Evan ChengFix PR2850 and PR2863. Only generate movddup for 128...
2008-10-04 Anton KorobeynikovRevert r56675 - it breaks unwinding runtime everywhere.
2008-10-04 Dan GohmanFix a bug in the local allocator's liveness computation...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Dan GohmanFix a think-o in isSafeToMove. This fixes it from think...
2008-10-01 Dan GohmanDisable fast-isel for this test, as it doesn't emit...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Dan GohmanSplit this test and move it into target-specific direct...
2008-10-01 Dan Gohmannounwind-ify this test.
2008-10-01 Bill WendlingMoved this option to the front-end.
2008-10-01 Dan GohmanUse explicit target-triples to unbreak this test on...
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Bill Wendling- Initialize "--no-builtin" to "false".
2008-09-30 Evan ChengRe-apply 56835 along with header file changes.
2008-09-30 Duncan SandsRevert commit 56835 since it breaks the build.
2008-09-30 Evan ChengIf a re-materializable instruction has a register opera...
2008-09-29 Evan ChengFix PR2835. Do not change the width of a volatile load.
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Evan ChengImplement "punpckldq %xmm0, $xmm0" as "pshufd $0x50...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Evan ChengAvoid spilling EBP / RBP twice in the prologue.
2008-09-25 Evan ChengPrefer movlhps over punpcklqdq, etc. in more cases.
2008-09-25 Evan ChengWith sse3 and when the source is a load or has multiple...
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-24 Evan ChengFix patterns for SSE4.1 move and sign extend instructio...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-22 Evan ChengSupport x86 specific inline asm modifier 'J'.
2008-09-22 Arnold SchwaighoferChange the calling convention used when tail call optim...
2008-09-20 Evan ChengFix PR2808. When regalloc runs out of register, it...
2008-09-20 Evan ChengClean up the test.
2008-09-20 Evan ChengNo need to print function stubs for Mac OS X 10.5 and...
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-19 Evan ChengRe-materalized definition instructions may be dead...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-15 Dan GohmanTeach LSR to optimize away SMAX operations for tripcoun...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-15 Bruno Cardoso LopesAdded testcase for bswap allegrexel intrinsic
2008-09-15 Evan ChengCorrectly update kill infos after extending a live...
2008-09-12 Evan ChengOn some targets, non-move instructions can become move...
2008-09-11 Arnold SchwaighoferAdd indirect tail call (function pointer) examples.
2008-09-11 Arnold SchwaighoferWhen tailcallopt is enabled all fastcc calls must have...
2008-09-11 Evan ChengFix PR2748. Avoid coalescing physical register with...
2008-09-11 Evan ChengFix PR2783 - coalescer bug. Missing a TargetRegisterInf...
2008-09-11 Evan ChengPropagate subreg index when promoting a load to a copy.
2008-09-10 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...
2008-09-09 Evan ChengLegalizer was missing code that expand fpow to a libcall.
2008-09-09 Evan ChengFix PR2757. Ignore liveinterval register allocation...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-08 Anton KorobeynikovReapply 55902: Add test for checking proper lowering...
2008-09-08 Anton KorobeynikovReapply 55903: Testcase for 64-bit lowering of eh_retur...
2008-09-08 Dan GohmanAdd a target triple; apparently LLVM doesn't use 64-bit
2008-09-08 Bill WendlingRemove these testcases associated with changes between...
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-08 Anton KorobeynikovTestcase for 64-bit lowering of eh_return & unwind_init
2008-09-08 Anton KorobeynikovAdd test for checking proper lowering of eh_return...
2008-09-08 Rafael EspindolaAdd testcase from bug 2770.
2008-09-08 Evan ChengCorrectly handle physical register inputs. They are...
2008-09-07 Evan ChengHandle x86 truncate to i8 with target hook for now.
2008-09-05 Eli FriedmanFix for PR2687: Add patterns to match sint_to_fp and...
2008-09-05 Evan ChengFix test.
2008-09-05 Evan ChengIf SSE2 is available, x86 should pass first 3 f32/f64...
2008-09-04 Evan ChengFor whatever the reason, x86 CallingConv::Fast (i.e...
2008-09-04 Owen AndersonFix the ordering of operands to the store (inverted...
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.
2008-09-04 Evan ChengRemove code that pad number of bytes to pop for X86_Fas...
2008-09-03 Evan ChengAdd X86 target hook to implement load (even from Global...
2008-09-01 Duncan SandsTurn this legalize types test on.
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingCellSPU doesn't appear to support fully the "ISD::ROTR...
2008-08-30 Evan ChengRe-apply 55467 with fix. If copy is being replaced...
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...
2008-08-30 Dale JohannesenTestcases for ppc atomics.
next