summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-24
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-23
* PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman2011-09-23
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-23
* PTX: Handle function call return valuesJustin Holewinski2011-09-23
* PTX: Start fixing function callsJustin Holewinski2011-09-23
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-23
* PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman2011-09-22
* Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman2011-09-22
* Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands2011-09-22
* PTX: fixup test cases for register changesJustin Holewinski2011-09-22
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-21
* Remove +.Akira Hatanaka2011-09-21
* Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka2011-09-21
* add another testcase for pr10902Nadav Rotem2011-09-21
* [VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem2011-09-21
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-20
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-20
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-20
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.NAKAMURA Takumi2011-09-20
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-20
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Some additional tests for Thumb atomic load and store (which I somehow forgot...Eli Friedman2011-09-19
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-19
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-18
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-18
* Apply Duncan's test fix from r139986 to the avx version of that test too.Benjamin Kramer2011-09-18
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Test case trial and error. Not sure the proper way to check MBB names.Andrew Trick2011-09-16
* Reduced a stronger test case for coalescer bug PR10920.Andrew Trick2011-09-16
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-15
* Change all checks regarding the presence of any SSE level to alwaysBruno Cardoso Lopes2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes2011-09-14
* Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel2011-09-14
* Remove unnecessary old test.Devang Patel2011-09-14
* Delete test cases that generate code for allegrex/psp and cannot be repurposed.Akira Hatanaka2011-09-13
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-13