summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-03-10[CG] Add a new pass manager printer pass for the old call graph andChandler Carruth2-0/+9
2016-03-10[LCG] Spell the printing pass pipeline name for the lazy call graphChandler Carruth2-2/+2
2016-03-10[X86][SSE] Basic combining of unary target shuffles of binary target shuffles.Simon Pilgrim2-14/+7
2016-03-10AVX-512: Fixed a bug in shuffle for v64i8 typeElena Demikhovsky1-0/+15
2016-03-10Add support for a preserve_most calling convention to the AArch64 backend.Roman Levenstein1-0/+40
2016-03-10Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini1-0/+26
2016-03-10[PM] Port memdep to the new pass manager.Chandler Carruth1-0/+8
2016-03-09[CGP] Duplicate addressing computation in cold paths if required to sink addr...Philip Reames1-0/+196
2016-03-09[LICM] Store promotion when memory is thread localPhilip Reames1-0/+133
2016-03-09[x86] fix cost model inaccuracy for vector memory opsSanjay Patel1-2/+2
2016-03-09[x86, AVX] optimize masked loads with constant masksSanjay Patel1-23/+77
2016-03-09[InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0)Philip Reames1-0/+34
2016-03-09[LLE] Add missing check for unit strideAdam Nemet1-0/+43
2016-03-09[llvm-readobj] Enable GNU style section group printHemant Kulkarni1-0/+13
2016-03-09InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2Matthias Braun2-7/+6
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst6-8/+856
2016-03-09add a test RUN to show unexpected behaviorSanjay Patel1-7/+10
2016-03-09[PPC] backend changes to generate xvabs[s,d]p and xvnabs[s,d]p instructionsKit Barton1-0/+80
2016-03-09Don't crash when compiling inline assembler containing .file directives.Adrian Prantl1-0/+65
2016-03-09[AMDGPU] add AMDGPU target support to ELFObjectFile.h headerValery Pykhtin3-0/+25
2016-03-09SelectionDAG: Fix a crash on inline asm when output register supports multipl...Tom Stellard1-0/+12
2016-03-09Reland r262337 "calculate builtin_object_size if arg is a removable pointer"Petar Jovanovic1-0/+34
2016-03-09[AMDGPU] Assembler: Support DPP instructions.Sam Kolton2-3/+146
2016-03-09[AMDGPU] Assembler: Support abs() syntax.Nikolay Haustov1-0/+44
2016-03-09[AMDGPU] Assembler: Fix s_setpc_b64Nikolay Haustov1-2/+2
2016-03-09Fix ThinLTO test: depends on the X86 backendMehdi Amini3-0/+3
2016-03-09[WebAssembly] Implement irreducible control flow.Dan Gohman1-0/+88
2016-03-09Remove trailing newline from test case; NFCSanjoy Das1-1/+0
2016-03-09[SCEV] Slightly generalize getRangeViaFactoringSanjoy Das1-0/+58
2016-03-09[SCEV] Slightly generalize getRangeViaFactoringSanjoy Das1-2/+53
2016-03-09libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini2-0/+171
2016-03-08[llvm-pdbdump] Dump line table information.Zachary Turner1-0/+12
2016-03-08[AArch64] Disable the MI scheduler to turn bots green after r262942.Chad Rosier1-4/+4
2016-03-08Revert r262759 and r262760.Quentin Colombet1-30/+0
2016-03-08Revert r262599 "[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EX...Hans Wennborg2-18/+33
2016-03-08AVX512: Add extract_subvector patterns v8i1->v4i1 , v4i1->v2i1.Igor Breger1-0/+23
2016-03-08[X86] Regenerated vector float extension testsSimon Pilgrim1-19/+65
2016-03-08Remove pr25342 test-case.Junmo Park1-93/+0
2016-03-08[Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton2-0/+176
2016-03-08[WebAssembly] Update for spec change from tableswitch to br_table.Dan Gohman2-4/+4
2016-03-08[AArch64][GlobalISel] Add a test case for the IRTranslator.Quentin Colombet1-0/+18
2016-03-08[MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet1-7/+10
2016-03-08[MIR] Teach the parser how to parse complex types of generic machine instruct...Quentin Colombet1-0/+27
2016-03-08Revert revisions 262636, 262643, 262679, and 262682.Easwaran Raman3-147/+0
2016-03-08[MIR] Print the type of generic machine instructions.Quentin Colombet1-1/+1
2016-03-08[MIR] Teach the mir parser about types on generic machine instructions.Quentin Colombet1-1/+2
2016-03-08[lit] Teach lit about global-isel requirement.Quentin Colombet1-0/+14
2016-03-07[tsan] Add support for pointer typed atomic stores, loads, and cmpxchgAnna Zaks1-0/+35
2016-03-07[x86] add test to show missing optimizationSanjay Patel1-0/+31
2016-03-07[x86] simplify test and tighten checksSanjay Patel1-15/+22