aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-061-2/+2
* Fix PR7545 crash.Devang Patel2010-07-061-0/+29
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-061-1/+1
* Remove mistakenly added test.Eric Christopher2010-07-061-25/+0
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-063-4/+57
* another v2f32 case, in this case showing poor codegen.Chris Lattner2010-07-051-1/+16
* fix test on non-x86 hosts.Chris Lattner2010-07-051-1/+1
* Just rip v2f32 support completely out of the X86 backend. InChris Lattner2010-07-041-5/+13
* fix PR7518 - terrible codegen of <2 x float>, by only markingChris Lattner2010-07-041-0/+16
* Add AVX SSE4.1 blend, mpsadbw and vdpBruno Cardoso Lopes2010-07-032-0/+113
* Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructionsBruno Cardoso Lopes2010-07-032-0/+176
* Add AVX SSE4.1 Horizontal Minimum and Position instructionBruno Cardoso Lopes2010-07-032-0/+16
* Add AVX SSE4.1 round instructionsBruno Cardoso Lopes2010-07-032-0/+64
* - Add support for the rest of AVX SSE3 instructionsBruno Cardoso Lopes2010-07-022-0/+256
* - Two-address pass should not assume unfolding is always successful.Evan Cheng2010-07-021-0/+99
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-025-4/+35
* Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson2010-07-021-34/+20
* Prevent test from hanging waiting for input.Dale Johannesen2010-07-011-1/+1
* ARM function alignments were off by a power of two. svn 83242 changedBob Wilson2010-07-011-0/+6
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-014-3/+9
* Remove context sensitivity concerns from interprocedural-basic-aa, andDan Gohman2010-07-012-7/+1739
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-011-0/+47
* Move SSE3 Move patterns to a more appropriate sectionBruno Cardoso Lopes2010-07-012-0/+64
* Add AVX SSE3 packed addsub instructionsBruno Cardoso Lopes2010-07-012-0/+32
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-011-1/+1
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-011-0/+23
* Enable on-demand fast-isel.Dan Gohman2010-07-011-2/+3
* Add AVX SSE3 replicate and convert instructionsBruno Cardoso Lopes2010-07-012-0/+72
* Teach X86FastISel to fold constant offsets and scaled indices inDan Gohman2010-07-011-0/+19
* - Add AVX SSE2 Move doubleword and quadword instructions.Bruno Cardoso Lopes2010-07-012-0/+64
* Test for the -filelist fix.Mikhail Glushenkov2010-07-011-0/+3
* Remove all debug info related named mdnodes.Devang Patel2010-06-301-0/+28
* Add AVX SSE2 mask creation and conditional store instructionsBruno Cardoso Lopes2010-06-302-0/+16
* Revert the part of r107257 which introduced new logic for usingDan Gohman2010-06-301-3/+4
* Add AVX SSE2 packed integer extract/insert instructionsBruno Cardoso Lopes2010-06-302-0/+24
* Add a testcase for scev-aa's new capability.Dan Gohman2010-06-301-3/+24
* Add AVX SSE2 integer unpack instructionsBruno Cardoso Lopes2010-06-302-0/+128
* Add AVX SSE2 packed integer shuffle instructionsBruno Cardoso Lopes2010-06-302-0/+48
* Add AVX SSE2 pack with saturation integer instructionsBruno Cardoso Lopes2010-06-302-0/+48
* Add AVX SSE2 integer packed compare instructionsBruno Cardoso Lopes2010-06-302-0/+96
* - Add AVX form of all SSE2 logical instructionsBruno Cardoso Lopes2010-06-302-0/+280
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-301-0/+52
* Add *several* AVX integer packed binop instructionsBruno Cardoso Lopes2010-06-292-0/+432
* Fix ScalarEvolution's tripcount computation for chains of loopsDan Gohman2010-06-291-2/+64
* Add AVX ld/st XCSR register.Bruno Cardoso Lopes2010-06-292-0/+24
* Fix the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen2010-06-291-0/+22
* Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson2010-06-291-0/+15
* Add AVX non-temporal storesBruno Cardoso Lopes2010-06-292-0/+24
* Add a few more interesting testcases.Dan Gohman2010-06-291-0/+21
* Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes2010-06-292-0/+129