Remove extra lines
[oota-llvm.git] / test / CodeGen /
2008-07-27 Dan GohmanFix embedded CRLF characters.
2008-07-25 Nate BegemanFix test RUN line
2008-07-25 Nate BegemanDisable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
2008-07-25 Dan GohmanThis test needs -aggressive-remat enabled.
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanAdd target triples so these tests behave as expected...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-24 Evan ChengNew test case.
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-19 Anton KorobeynikovTestcase for PR2549
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
2008-07-17 Evan ChengAdd nounwind.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Duncan SandsTest passing of integer parameters for integers
2008-07-16 Duncan SandsTest codegen of loads and stores of all integer
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-07-16 Duncan SandsThe atomic.cmp.swap promotion logic is wrong: it
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of bswap.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of SIGN_EXTEND_INREG.
2008-07-12 Evan ChengFix PR2536: a nasty spiller bug. If a two-address instr...
2008-07-11 Duncan SandsPort a shift-by-1 optimization from LegalizeDAG: it
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-10 Evan ChengFix for PR2472. Use movss to set lower 32-bits of a...
2008-07-09 Anton KorobeynikovTestcase for PR2024
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-27 Chris Lattnertest doesn't need eh info
2008-06-26 Dale JohannesenAllow for rounding up of stack frame.
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-24 Dale Johannesenv2f32 is now a valid (MMX) type which breaks this
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-23 Bill WendlingThis situation can occur:
2008-06-23 Bill WendlingMake test work on non-x86 machines (like my G4 PPC).
2008-06-21 Duncan SandsSupport for load/store of expanded float types. I
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-19 Evan ChengISD::UNDEF should be expanded recursively / iteratively.
2008-06-19 Eli FriedmanFix a bug with <8 x i16> shuffle lowering on X86 where...
2008-06-19 Evan ChengNew test case.
2008-06-19 Evan ChengThis also got better (55 - 51 instructions). But doing...
2008-06-19 Evan ChengThis got better.
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-12 Evan ChengFix some tests.
2008-06-12 Matthijs KooijmanDon't try to compile tests for the ev56 alpha subtarget...
2008-06-10 Dale JohannesenFix parameter spelling: sse not sse1
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-06-10 Matthijs KooijmanRemove double pipes in RUN commandlines.
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-06-09 Rafael Espindolaadd support for PIC on linux x86-64
2008-06-08 Anton KorobeynikovRemove invalid test
2008-06-06 Anton KorobeynikovTestcase for PR2418
2008-06-04 Evan ChengFix a memcpy lowering bug. Even though the memcpy align...
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-05-31 Chris Lattnerupdate this patch to handle an extraneous &1. This...
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...
2008-05-29 Evan ChengAdd nounwind.
2008-05-28 Evan ChengFix PR2289: vr defined by multiple implicit_def as...
2008-05-28 Evan ChengTeach local register allocator to deal with landing...
2008-05-27 Dan GohmanSpecify a target so that this tests tests what it's...
2008-05-27 Dan GohmanMake this test independent of the target-triple; the...
2008-05-26 Nick LewyckyThe Linux ABI emits an extra "movl %esp, %ebp" in funct...
2008-05-24 Evan ChengNew loadl_pd and loadh_pd tests.
2008-05-23 Evan ChengUse movlps / movhps to modify low / high half of 16...
2008-05-23 Dan GohmanUse PMULDQ for v2i64 multiplies when SSE4.1 is availabl...
2008-05-23 Evan ChengBug: rcpps can only folds a load if the address is...
2008-05-22 Evan ChengAdd a couple of test cases.
2008-05-22 Evan ChengAdd missing patterns.
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-22 Chris Lattnertestcase for PR2267
2008-05-21 Evan ChengFix PR2343. An *interesting* coalescer bug.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
next