summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-10-19R600: Use native operands for the MOV Instructiontstellar3-2/+3
2012-10-16Merge master branchtstellar83-406/+7829
2012-10-15R600: use floor intrinsic instead of llvm.AMDIL.floortstellar1-2/+2
2012-10-15R600: use llvm fabs intrinsictstellar1-2/+2
2012-10-15R600: add support for cos/sin intrinsictstellar2-6/+6
2012-10-11Merge master branchtstellar107-251/+2494
2012-10-09R600: Handle reversed true/false values in selectcctstellar1-0/+18
2012-10-09R600: Prefer lowering SELECT_CC to CND* instructions over SET* instructionststellar1-0/+16
2012-10-09R600: Fix lowering of fcmptstellar3-0/+43
2012-10-09R600: Add a pattern for: (selectcc i32, -1, i32, i32, SETGT)tstellar1-0/+21
2012-10-09R600: Add store v4i32 testtstellar1-0/+9
2012-10-09R600: Add tests for a few vector operationststellar7-0/+106
2012-10-03SI: Add sanity testtstellar1-0/+37
2012-10-02Merge master branchtstellar10-7/+233
2012-10-02R600: improve select_cc lowering to generate CND* more oftentstellar2-0/+22
2012-10-02Merge master branchtstellar74-99/+3549
2012-10-02Merge TOTtstellar11-6/+303
2012-09-24R600: Handle loads from the constants address space.tstellar1-0/+9
2012-09-24R600: Expand vector fadd and fmul on R600tstellar2-0/+30
2012-09-24R600: Add support for v4f32 stores on R600tstellar1-0/+9
2012-09-24R600: Add optimization for FP_ROUNDtstellar1-0/+11
2012-09-24R600: Add support for i8 reads on R600tstellar1-0/+10
2012-09-24R600: Replace AMDGPU pow intrinsic with the llvm versiontstellar1-2/+2
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingtstellar1-20/+43
2012-09-24Emit dtors into proper section while compiling in vcpp-compatible mode.tstellar1-6/+17
2012-09-24Switch to a signed representation for the dynamic offsets while walkingtstellar1-0/+58
2012-09-24Don't do actual work inside an assert statement. Fixes PR11760!tstellar3-0/+3
2012-09-24Revise test to avoid using of 'grep'tstellar1-20/+14
2012-09-24Enhance test case of atomic16 to verify inst encoding fixed in r164453.tstellar1-0/+6
2012-09-24Fix edge cases of ARM shift operands in arith instructions.tstellar2-0/+88
2012-09-24Fix the handling of edge cases in ARM shifted operands.tstellar2-0/+116
2012-09-24Fix a case where the new SROA pass failed to zap dead operands totstellar1-7/+11
2012-09-24LoopIdiom: Give up when the loop is not in canonical form.tstellar1-0/+34
2012-09-24[fast-isel] Fallback to SelectionDAG isel if we require strict alignment fortstellar1-0/+36
2012-09-21Revert "XXX: Update pow test" This WIP commit was accidently pulled.tstellar1-2/+2
2012-09-21XXX: Update pow testTom Stellard1-2/+2
2012-09-21test/CodeGen/R600: Add checks for register operandsTom Stellard13-15/+15
2012-09-21test/CodeGen/R600: Add some basic testsTom Stellard14-0/+227
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...d0k1-0/+14
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...d0k1-0/+15
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...samsonov2-9/+25
2012-09-21llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.chapuni1-8/+8
2012-09-21Add missing i8 max/min/umax/umin supporthliao2-1/+35
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...chapuni1-2/+2
2012-09-21Testcase does not need to be this strict.mcrosier1-1/+1
2012-09-21Add newline.mcrosier1-1/+1
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment formcrosier1-0/+30
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.grosbach1-0/+49
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.stoklund1-0/+48
2012-09-20Only emit DW_AT_object_pointer if this is a definition.echristo1-2/+2