aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-083-5/+5
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0810-12/+12
* Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov2009-09-089-0/+367
* UnbreakAnton Korobeynikov2009-09-081-1/+1
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-081-0/+48
* disable some irrelevant eh emissionChris Lattner2009-09-081-2/+2
* fix PR4767, a crash because fp stackifier visited blocks inChris Lattner2009-09-081-0/+30
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-081-0/+14
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-071-3/+3
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-051-1/+1
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-055-8/+27
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-052-4/+4
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-042-1/+33
* Remove stale greps.Daniel Dunbar2009-09-041-3/+0
* Convert tests to FileCheck.Bob Wilson2009-09-042-6/+55
* Convert a test to FileCheck.Bob Wilson2009-09-041-5/+17
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+15
* Remove dead greps.Daniel Dunbar2009-09-031-3/+0
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-031-0/+73
* Test cases for vector shifts changes r80935Mon P Wang2009-09-035-12/+126
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-036-26/+46
* merge all the basic linux/32 pic tests together into one test.Chris Lattner2009-09-036-97/+114
* rename testChris Lattner2009-09-031-0/+0
* More missed vdup patternsAnton Korobeynikov2009-09-021-0/+24
* Add support for generating code for vst{234}lane intrinsics.Bob Wilson2009-09-011-0/+113
* Fix incorrect declarations of intrinsics in this test.Bob Wilson2009-09-011-12/+12
* Add test for vld{234}_lane instructions.Bob Wilson2009-09-011-0/+187
* Fix pr4843: When an instruction has multiple destination registers that areBob Wilson2009-09-011-0/+9
* SJLJ is arm/darwin only for now. force the triple for the testJim Grosbach2009-09-011-1/+1
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-0/+103
* Don't mark a register live at an undef use.David Goodwin2009-08-311-0/+26
* Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng2009-08-311-2/+2
* eliminate some uses of prcontext. Any help here would be appreciated :)Chris Lattner2009-08-304-9/+26
* Add missed patternAnton Korobeynikov2009-08-301-0/+7
* EXTRACT_VECTOR_ELEMENT can have result type different from element type.Anton Korobeynikov2009-08-301-0/+63
* CMOV_GR8 clobbers EFLAGS when its expansion involves an xor to setDan Gohman2009-08-291-0/+55
* Do not assert on too wide splats we don't support.Anton Korobeynikov2009-08-291-0/+23
* Add missed extract_element patternAnton Korobeynikov2009-08-281-0/+25
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-282-68/+1
* v4, v5 does not support sxtb / sxth.Evan Cheng2009-08-282-29/+60
* scalar_to_vector is fully legal now (implemented as subreg accesses)Anton Korobeynikov2009-08-271-1/+1
* Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access.Anton Korobeynikov2009-08-271-0/+35
* Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng2009-08-272-0/+114
* X86FastISel support for loading and storing values of type i1.Dan Gohman2009-08-271-0/+9
* Expand i8 selects into control flow instead of 16-bit conditionalDan Gohman2009-08-272-17/+12
* Convert some more Neon tests to FileCheck.Bob Wilson2009-08-264-15/+48
* Alter 79292 to produce output that actually assembles.Dale Johannesen2009-08-261-1/+4
* Expand scalar_to_vector - we don't have any isel logic for it nowAnton Korobeynikov2009-08-261-0/+27
* Don't use INSERT_SUBREG to model anyext operations on x86-64, as itDan Gohman2009-08-262-1/+19
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-261-0/+16