The last commit was overly conservative. It's ok to reuse value that's already marked...
[oota-llvm.git] / test / CodeGen / ARM /
2009-02-26 Evan ChengThe last commit was overly conservative. It's ok to...
2009-02-22 Evan ChengIf a use operand is marked isKill, don't forget to...
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-18 Evan ChengRegister scavenger should process early clobber defs...
2008-11-04 Evan ChengActually ARM / Mac OS X does have UINTTOFP_I64_F{64...
2008-11-04 Evan ChengCustom lower bit_convert i64 -> f64 into FMDRR. This...
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-15 Evan ChengCorrectly update kill infos after extending a live...
2008-09-09 Evan ChengLegalizer was missing code that expand fpow to a libcall.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovPrint section flags ok on platforms, which use '@'...
2008-08-05 Owen AndersonThis check is unnecessary, and getting rid of it remove...
2008-08-05 Owen AndersonRemove the need for -disable-correct-folding from this...
2008-08-04 Owen AndersonUpdate these tests to work by disabling the new correct...
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
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...
2008-05-20 Evan ChengMore local spiller complexity!
2008-05-20 Evan ChengDon't spill dead def.
2008-04-11 Evan ChengIf a PHI node has a single implicit_def source, replace...
2008-04-10 Evan ChengNew test.
2008-04-05 Evan Cheng1. IMPLICIT_DEF can *re-define* any register.
2008-04-01 Evan ChengMore soft fp fixes.
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-03-07 Evan ChengFixed a register scavenger bug. If a def is re-defining...
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-02-29 Bill WendlingDCE'ed this testcase.
2008-02-29 Bill WendlingIf we reload a virtual register that's already been...
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-06 Evan ChengIt's PR1925, not PR1609.
2008-02-06 Evan ChengFix a number of local register allocator issues: PR1609.
2008-01-27 Chris LattnerUpdate this test. Due to dag combiner improvements...
2007-12-20 Evan ChengRemove xfail. This is fixed.
2007-12-06 Evan ChengTurning simple splitting on. Start testing new coalesce...
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
2007-11-29 Evan ChengUpdate tests.
2007-11-28 Chris Lattnerupdate this test after the fmrrd fix
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Chris Lattnercommit testcase I forgot to svn add.
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-11-05 Lauro Ramos Venancio[ARM] Fix code generation for:
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-13 Chris Lattnernew testcase
2007-09-20 Evan ChengDisable if-conversion for this test.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-05 Duncan SandsTestcases for PR1628.
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-15 Evan ChengTest case for PR1609.
2007-08-15 Dan GohmanThis test used "wc | grep ..."; convert it to use the...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Evan ChengNew test.
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
2007-07-19 Reid SpencerFor PR1553:
2007-07-09 Dan GohmanAdd explicit triples to these tests so that llc behaves...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Dan GohmanFix an assertion failure in legalizing bitcast operator...
2007-06-21 Evan ChengFix tests.
2007-06-21 Evan ChengNew tests.
2007-06-20 Evan ChengAdded some if-conversion tests.
2007-05-31 Lauro Ramos VenancioAdd a test for PR1424.
2007-05-24 Evan ChengAdd a new test case.
2007-05-22 Dale Johannesennew testcases for -enable-tail-merge default handling
2007-05-15 Chris Lattnertestcase that crashes llc
2007-05-14 Evan ChengTest for PR1406.
2007-05-14 Lauro Ramos VenancioEnable aliases on arm-linux.
2007-05-10 Dale JohannesenAnother test for tail mergeing
2007-05-09 Evan ChengCan't fold bit_convert into truncating store.
2007-05-08 Dale Johannesentestcase for CodeGenPrepare bug fixed yesterday
2007-05-08 Chris Lattnermove this out of Codegen/Generic, because it requires...
2007-05-07 Evan ChengFix tests.
2007-05-07 Evan ChengAdd some tests for (conv (load x)) -> (load (conv*...
2007-05-05 Lauro Ramos VenancioFix PR1390.
2007-05-05 Chris Lattnerremove xfailed testcase (attached to pr)
2007-05-04 Evan ChengTest load global in static mode.
2007-05-03 Evan ChengNew test case.
2007-05-03 Dale JohannesenEvan's patch to avoid FPreg->intreg copy for cvt; store...
2007-05-03 Chris Lattnermatch a reassociated form of fnmul
2007-05-01 Evan ChengTest a dag combiner crasher.
2007-04-30 Reid SpencerFor PR1370:
2007-04-28 Chris Lattnerupdate syntax
2007-04-27 Lauro Ramos Venanciofix the test tls1.
2007-04-27 Lauro Ramos Venancioadd TLS tests.
2007-04-27 Lauro Ramos VenancioIn Thumb mode, the frame register must be R7.
2007-04-25 Lauro Ramos Venancioremember to emit weak reference in one more case.
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-21 Reid SpencerUse the llvm_supports_target function to prevent runnin...
next