Two changes:
[oota-llvm.git] / test / CodeGen /
2007-01-17 Reid SpencerFor PR1028:
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-16 Chris Lattnertestcase for PR918
2007-01-16 Chris Lattnernew testcase for PR1114
2007-01-16 Bill WendlingAdded a -mtriple flag to force darwin backend.
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattnertest darwin too! :)
2007-01-14 Chris Lattnernew testcase for pr1103
2007-01-13 Reid SpencerFor PR1043:
2007-01-13 Chris LattnerRemove this obsolete test. The CBE will never be able...
2007-01-13 Reid SpencerWhoops. Give this test some input. Doubly important...
2007-01-13 Reid SpencerThis is not an upgrade candidate any more.
2007-01-12 Chris Lattnerupdate this to work with recent asmprinter change
2007-01-12 Lauro Ramos VenancioDon't add or sub zero to sp.
2007-01-12 Lauro Ramos VenancioBuild constants using instructions mov/orr or mvn/eor.
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-09 Reid SpencerTest case for PR1099.
2007-01-09 Chris LattnerAdd PR number for future reference
2007-01-09 Evan ChengFix test case.
2007-01-08 Evan ChengAdded a test case from PR1075.
2007-01-08 Evan ChengUndo xfail now scheduler deficiency has been fixed.
2007-01-08 Chris Lattnernew testcase
2007-01-07 Reid SpencerAdd a test case for PR1086
2007-01-05 Evan ChengUpdate test case.
2007-01-05 Reid SpencerThis test case needs parameter attributes, manually...
2007-01-05 Reid SpencerGlobal variables are not renamed by llvm-upgrade any...
2007-01-05 Reid SpencerUpdate for change in parameter attribute syntax.
2007-01-05 Reid SpencerUpdate for change in parameter attributes syntax.
2007-01-05 Reid SpencerWrap long RUN: line.
2007-01-05 Reid SpencerGlobals are not renamed any more.
2007-01-05 Reid SpencerThis test case needs zext and sext attributes so manual...
2007-01-05 Reid SpencerChanges to parameter attribute syntax.
2007-01-05 Reid SpencerChanges to parameter attributes syntax.
2007-01-05 Reid SpencerGlobals are not being renamed any more.
2007-01-05 Reid SpencerThis test case has been translated to 2.0 assembly...
2007-01-05 Reid SpencerGive the assembler some input.
2007-01-05 Evan ChengAdd a test case for SSE fcopysign using SSE bitwise...
2007-01-04 Chris Lattneradd missing flags
2007-01-04 Chris Lattnernew testcase
2007-01-04 Lauro Ramos VenancioAdd test for constructor and destructor sections.
2007-01-04 Lauro Ramos VenancioAdd extload(i1) test.
2007-01-04 Lauro Ramos VenancioAdd test for FCOPYSIGN.
2007-01-03 Reid SpencerUpdate test cases that grepped for register names that...
2007-01-03 Reid SpencerIt is no longer permissible to have undefined types...
2007-01-03 Reid SpencerFix this test case. It is no longer permissible to...
2007-01-03 Reid SpencerFix this test cases to use parameter attributes for...
2007-01-02 Reid SpencerThis test case previously passed the assembler without...
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerFor PR1070:
2007-01-02 Reid SpencerReverse last patch, committed by accident.
2007-01-02 Reid SpencerFix this test case to be legal. There is no ubyte ...
2006-12-31 Rafael Espindolaimplement missing compares
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-22 Chris Lattneradd a generic component to this test
2006-12-22 Chris Lattnerlet this pass for ppc/linux
2006-12-21 Reid SpencerInteger constants now print out as signed values in...
2006-12-21 Jim LaskeyThese tests all rely on using register mnemonics and...
2006-12-19 Reid SpencerThis test needs to be upgraded for the forthcoming...
2006-12-19 Reid SpencerThis test needs to be upgraded for the FCmpInst patch.
2006-12-19 Chris Lattnertestcase for pr1061
2006-12-19 Reid SpencerThis test needs to be upgraded in preparation for the...
2006-12-19 Reid SpencerThis test needs to be upgraded.
2006-12-16 Chris Lattnertestcase for pr1049
2006-12-16 Chris LattnerFix one more broken testcase
2006-12-14 Rafael Espindolaavoid using a constant table when a constant can be...
2006-12-14 Rafael EspindolaAvoid creating invalid sub/add instructions on the...
2006-12-12 Rafael Espindolamore general matching of the MVN instruction
2006-12-12 Rafael Espindoladon't use "ordinary" addressing mode 1 when mvn is...
2006-12-12 Chris LattnerThis should check for darwin literal sections as well.
2006-12-12 Rafael Espindolause MVN to handle small negative constants
2006-12-12 Reid SpencerDon't bother upgrading this.
2006-12-12 Rafael Espindolaadd mvn
2006-12-11 Reid SpencerProvide a test for int<->float and long<->double bitcasts.
2006-12-11 Chris Lattnerthe xform is done by scalarrepl not the code generator.
2006-12-10 Rafael Espindola.align is in bits
2006-12-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-09 Rafael Espindolause a . instead of a % in the grep expression
2006-12-08 Rafael Espindola%progbits not @progbits
2006-12-08 Rafael Espindolaadd missing &&
2006-12-08 Rafael Espindolaadd \"aw\",@progbits" to ctors and dtors
2006-12-08 Andrew Lenharthtest packed struct codegen on x86
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Chris Lattnernew testcase
2006-12-07 Chris Lattnernew testcase
2006-12-07 Rafael Espindolamake sure that we don't use a common symbol if a sectio...
2006-12-07 Andrew LenharthCopy ARM's weak symbol test
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Chris Lattnerthis is a subset of Codegen/X86/bitcast.ll, remove it.
2006-12-05 Chris Lattnernew testcase
2006-12-05 Rafael Espindolaexpand memmove and memcpy
2006-12-05 Rafael Espindolaadd support for the "r" asm constraint
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-12-04 Chris LattnerTestcase for PR1029, patch by Rafael \81vila de EspÃ...
2006-12-04 Reid SpencerFix the intrinsic debug call to make this match current...
2006-12-04 Reid SpencerMake this test succeed on both Darwin and Linux
2006-12-04 Reid SpencerXFAIL until PR1033 is fixed.
2006-12-04 Reid SpencerTest case for PR1033, x86-64 code gen fails on bitcast.
2006-12-04 Evan ChengFix test.
2006-12-04 Jim LaskeyDuplicate of Regression/Debugger/funccall.ll.
next