summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* more general matching of the MVN instructionRafael Espindola2006-12-12
* don't use "ordinary" addressing mode 1 when mvn is appropriateRafael Espindola2006-12-12
* This should check for darwin literal sections as well.Chris Lattner2006-12-12
* use MVN to handle small negative constantsRafael Espindola2006-12-12
* Don't bother upgrading this.Reid Spencer2006-12-12
* add mvnRafael Espindola2006-12-12
* Provide a test for int<->float and long<->double bitcasts.Reid Spencer2006-12-11
* the xform is done by scalarrepl not the code generator.Chris Lattner2006-12-11
* .align is in bitsRafael Espindola2006-12-10
* fix test/Regression/CodeGen/X86/weak.llRafael Espindola2006-12-09
* use a . instead of a % in the grep expressionRafael Espindola2006-12-09
* %progbits not @progbitsRafael Espindola2006-12-08
* add missing &&Rafael Espindola2006-12-08
* add \"aw\",@progbits" to ctors and dtorsRafael Espindola2006-12-08
* test packed struct codegen on x86Andrew Lenharth2006-12-08
* fix alignmentRafael Espindola2006-12-07
* new testcaseChris Lattner2006-12-07
* new testcaseChris Lattner2006-12-07
* make sure that we don't use a common symbol if a section was specifiedRafael Espindola2006-12-07
* Copy ARM's weak symbol testAndrew Lenharth2006-12-07
* print weak referencesRafael Espindola2006-12-06
* this is a subset of Codegen/X86/bitcast.ll, remove it.Chris Lattner2006-12-06
* new testcaseChris Lattner2006-12-05
* expand memmove and memcpyRafael Espindola2006-12-05
* add support for the "r" asm constraintRafael Espindola2006-12-05
* add support for weak linkageRafael Espindola2006-12-05
* Testcase for PR1029, patch by Rafael vila de EspíndolaChris Lattner2006-12-04
* Fix the intrinsic debug call to make this match current definition.Reid Spencer2006-12-04
* Make this test succeed on both Darwin and LinuxReid Spencer2006-12-04
* XFAIL until PR1033 is fixed.Reid Spencer2006-12-04
* Test case for PR1033, x86-64 code gen fails on bitcast.Reid Spencer2006-12-04
* Fix test.Evan Cheng2006-12-04
* Duplicate of Regression/Debugger/funccall.ll.Jim Laskey2006-12-04
* Upgrade intrinsic function calls manually.Reid Spencer2006-12-02
* Rearrange code so that llvm-upgrade doesn't break the optimization thisReid Spencer2006-12-02
* Upgrade intrinsic function callsReid Spencer2006-12-02
* Run llvm-upgrade on this test and/or upgrade intrinsic function calls.Reid Spencer2006-12-02
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* wrong spotJim Laskey2006-12-01
* Test for float varargs.Jim Laskey2006-12-01
* This test is meant for X86 CPU which does not support SSE2.Evan Cheng2006-12-01
* Add a extern weak test case.Evan Cheng2006-12-01
* Add X86-64 load / store codegen tests.Evan Cheng2006-11-30
* New LSR test case.Evan Cheng2006-11-29
* new testcaseChris Lattner2006-11-29
* Add x86-64 llvm.readcyclecounter test.Evan Cheng2006-11-29
* Fix test.Evan Cheng2006-11-29
* This fails on mainline.Chris Lattner2006-11-29
* Add test cases for PR1022, 1023.Evan Cheng2006-11-29
* testcase for pr1016Chris Lattner2006-11-28