summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Teach instcombine to transformBenjamin Kramer2010-07-08
* A slight reworking of the custom patterns for x86-64 tpoff codegen andEric Christopher2010-07-08
* r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.Evan Cheng2010-07-08
* Optimize some vfp comparisons to integer ones. This patch implements the simp...Evan Cheng2010-07-08
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-08
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Fix the second half of PR7437: scalarrepl wasn't preservingChris Lattner2010-07-08
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-07
* Add more assembly opcodes for SSE compare instructionsBruno Cardoso Lopes2010-07-07
* Allow copies between GR8_ABCD_L and GR8_ABCD_H.Jakob Stoklund Olesen2010-07-07
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-07
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-07
* Add AVX AES instructionsBruno Cardoso Lopes2010-07-07
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* Add AVX SSE4.2 instructionsBruno Cardoso Lopes2010-07-07
* Add AVX SSE4.1 insertps, ptest and movntdqa instructionsBruno Cardoso Lopes2010-07-07
* Add AVX SSE4.1 extractps and pinsr instructionsBruno Cardoso Lopes2010-07-07
* Add AVX SSE4.1 Extract Integer instructionsBruno Cardoso Lopes2010-07-07
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-06
* Add the rest of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-06
* Make test not hang waiting for input.Dale Johannesen2010-07-06
* Add part of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-06
* Add AVX vblendvpd, vblendvps and vpblendvb instructionsBruno Cardoso Lopes2010-07-06
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-06
* Fix PR7545 crash.Devang Patel2010-07-06
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-06
* Remove mistakenly added test.Eric Christopher2010-07-06
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* another v2f32 case, in this case showing poor codegen.Chris Lattner2010-07-05
* fix test on non-x86 hosts.Chris Lattner2010-07-05
* Just rip v2f32 support completely out of the X86 backend. InChris Lattner2010-07-04
* fix PR7518 - terrible codegen of <2 x float>, by only markingChris Lattner2010-07-04
* Add AVX SSE4.1 blend, mpsadbw and vdpBruno Cardoso Lopes2010-07-03
* Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructionsBruno Cardoso Lopes2010-07-03
* Add AVX SSE4.1 Horizontal Minimum and Position instructionBruno Cardoso Lopes2010-07-03
* Add AVX SSE4.1 round instructionsBruno Cardoso Lopes2010-07-03
* - Add support for the rest of AVX SSE3 instructionsBruno Cardoso Lopes2010-07-02
* - Two-address pass should not assume unfolding is always successful.Evan Cheng2010-07-02
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson2010-07-02
* Prevent test from hanging waiting for input.Dale Johannesen2010-07-01
* ARM function alignments were off by a power of two. svn 83242 changedBob Wilson2010-07-01
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Remove context sensitivity concerns from interprocedural-basic-aa, andDan Gohman2010-07-01
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* Move SSE3 Move patterns to a more appropriate sectionBruno Cardoso Lopes2010-07-01
* Add AVX SSE3 packed addsub instructionsBruno Cardoso Lopes2010-07-01
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-01
* Teach fast-isel to avoid loading a value from memory when it's alreadyDan Gohman2010-07-01
* Enable on-demand fast-isel.Dan Gohman2010-07-01