Teach the branch folder to update debug info if it removes blocks with line
[oota-llvm.git] / test / CodeGen /
2006-10-17 Chris Lattnernew testcase, miscompilation of llvm with itself.
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Rafael Espindolacleanup some tests
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Chris Lattnernew testcase
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-14 Evan ChengOne cyclic dag a day is good for ya...
2006-10-14 Chris Lattnertestcase for recent dag combiner patch. Before the...
2006-10-13 Chris Lattnertestcase for recent selectiondag patch
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-12 Chris Lattnernew testcase
2006-10-12 Evan ChengAdd another cyclic dag test case.
2006-10-12 Evan ChengUpdate tests.
2006-10-11 Chris Lattnernew testcase
2006-10-11 Jim LaskeyExplict processor.
2006-10-11 Jim LaskeyMake sure combiner alias analysis does it's thing.
2006-10-11 Evan ChengTest case for the recently fixed FindModifiedNodeSlot...
2006-10-11 Chris Lattnernew testcase, this should turn into zap
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerBoth of these functions should turn into cmpbge instruc...
2006-10-11 Chris Lattnernew testcase for zap generation, from the alpha readme
2006-10-10 Rafael Espindolauint <-> double conversion
2006-10-10 Rafael Espindolaadd fp sub
2006-10-10 Rafael Espindolaadd double <-> int conversion
2006-10-10 Rafael Espindolacompare doubles
2006-10-10 Rafael Espindolaadd some tests for floating point compare
2006-10-10 Evan ChengAdd test case from PR940.
2006-10-09 Evan Chengshufps with load folding is better than movaps; movsd.
2006-10-09 Rafael Espindolaadd some tests for floating point arithmetic
2006-10-09 Rafael Espindolaadd float -> double and double -> float conversion
2006-10-09 Chris Lattnerxfail this until andrew has a chance to implement the...
2006-10-09 Rafael Espindolaadd a test for adds adcs
2006-10-07 Chris Lattnernew testcase we miscompile
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
2006-10-07 Rafael Espindolaimplement FLDD
2006-10-06 Rafael Espindolaadd support for calling functions that return double
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Andrew LenharthCheck that jump tables wind up in the rodata section
2006-10-05 Chris LattnerVerify that jump tables are emitted to the same section...
2006-10-04 Chris Lattnerpattern match min/max nodes
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-03 Chris Lattnertestcase for PR933
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-28 Chris Lattnernew testcase
2006-09-26 Chris Lattnertest that the no_dead_strip directive is emitted on...
2006-09-25 Andrew LenharthFix
2006-09-24 Andrew Lenharthbasic jump table test
2006-09-22 Nate BegemanTestcase for better rotate left and mask support
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-20 Andrew Lenharthcatch another constant
2006-09-20 Chris Lattnernew testcase
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-14 Chris LattnerNew testcase
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-11 Evan ChengRename a test-not-cmp.ll to cmp-test.ll; add a test.
2006-09-10 Chris Lattneradd a testcase for this commit: lists.cs.uiuc.edu/piper...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Rafael Espindolafix select.ll to always test a select node
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengNew test case.
2006-09-08 Evan ChengAdd a new test case for 'undef' shuffles.
2006-09-07 Chris LattnerThis fails
2006-09-07 Chris LattnerNew testcase for a switch lowering bug.
2006-09-06 Chris Lattnertestcase, ensure this never breaks.
2006-09-05 Chris Lattnermake this harder
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-03 Chris LattnerTestcase (distilled from crafty) that crashed the local...
2006-09-02 Rafael Espindolaadd more condition codes
2006-09-01 Evan ChengAnother "cyclic DAG" test case.
2006-08-30 Chris LattnerBugfix for recent coallescer crash
2006-08-29 Chris Lattnernew testcase for pr687
2006-08-29 Evan ChengThis is also a 32-bit only test. x86-64 would pass...
2006-08-29 Evan ChengFix test case so it passes on x86-64.
2006-08-29 Evan ChengUndo xfail.
2006-08-27 Chris LattnerMove this test from Codegen/PowerPC to CodeGen/Generic...
2006-08-26 Evan ChengImproved codegen due to Chris' live interval joining...
2006-08-25 Rafael Espindolatest case for varargs functions
2006-08-24 Rafael Espindolainitial support for branches
2006-08-22 Rafael Espindolarun llc with -march=arm in select.ll
2006-08-22 Chris LattnerThis passes.
2006-08-22 Reid SpencerUse the correct syntax.
next