summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Alignment of struct containing vectors depends onDale Johannesen2008-02-09
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* Added missing entries in X86 load / store folding tables.Evan Cheng2008-02-08
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-07
* It's PR1925, not PR1609.Evan Cheng2008-02-06
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-06
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-05
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-05
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-04
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-04
* remove target triple to make this test more "generic"Chris Lattner2008-02-04
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-04
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-01
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-29
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-29
* Update this test. Due to dag combiner improvements, we now compileChris Lattner2008-01-27
* Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner2008-01-27
* New test to verify that "merging 4 loads into a vec load" continues to work and Chris Lattner2008-01-26
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-26
* remove a useless xfailed test.Chris Lattner2008-01-26
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-26
* Need to convert to LLVM code and not C.Bill Wendling2008-01-26
* Rename the .c to .llBill Wendling2008-01-26
* Move testcase to the code gen directory.Bill Wendling2008-01-26
* Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner2008-01-26
* Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allowsChris Lattner2008-01-25
* Significantly simplify and improve handling of FP function results on x86-32.Chris Lattner2008-01-24
* take these with a pr #Chris Lattner2008-01-24
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-23
* SSE varargs arguments are passed in memory.Evan Cheng2008-01-22
* Implement flt_rounds for PowerPC.Dale Johannesen2008-01-18
* remove extraneous &&'s from tests, as Scott is apparently not going to.Chris Lattner2008-01-18
* Test is correct again for the moment.Dale Johannesen2008-01-18
* Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:Chris Lattner2008-01-18
* Forward progress: crtbegin.c now compiles successfully!Scott Michel2008-01-17
* This commit changes:Chris Lattner2008-01-17
* new testcase.Chris Lattner2008-01-17
* add testcase that has been sitting in my tree for awhile.Chris Lattner2008-01-17
* When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng2008-01-17
* Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng2008-01-16
* Trampoline support for x86-64. This looks likeDuncan Sands2008-01-16
* add testcase for regressionChris Lattner2008-01-16
* make sure to use a cpu that has sse.Chris Lattner2008-01-16
* My previous commit had an incomplete message, it should have been:Chris Lattner2008-01-16
* verify x86 generates ud2 for llvm.trapChris Lattner2008-01-15
* new testcase for llvm.trap.Chris Lattner2008-01-15
* More CellSPU refinements:Scott Michel2008-01-11
* Disable for now.Dale Johannesen2008-01-11
* More CellSPU refinement and progress:Scott Michel2008-01-11
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-10