summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames
2015-08-27Enable constant propagation for more math functionsErik Schnetter
2015-08-27Revert 246186; still breaks on some systemsErik Schnetter
2015-08-27Improve vectorization diagnostic messages and extend vectorize(enable) pragma.Tyler Nowicki
2015-08-27Enable constant propagation for more math functionsErik Schnetter
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-27AMDGPU/SI: Add test for folding constants into operandsMatt Arsenault
2015-08-27Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.llErik Schnetter
2015-08-27Fix a case of `CHECK[^:]*$`.Jonathan Roelofs
2015-08-27Enable constant propagation for more math functionsErik Schnetter
2015-08-27[LoopVectorize] Move test from r246149 into a target-specific folder to appea...Chad Rosier
2015-08-27[LoopVectorize] Add Support for Small Size Reductions.Chad Rosier
2015-08-27isKnownNonNull needs to consider globals in non-zero address spaces.Pete Cooper
2015-08-27Allow value forwarding past release fences in EarlyCSEPhilip Reames
2015-08-27[RewriteStatepointsForGC] Reduce the number of new instructions for base poin...Philip Reames
2015-08-27Improved printing of analysis diagnostics in the loop vectorizer.Tyler Nowicki
2015-08-27Fixed a bug that edge weights are not assigned correctly when lowering switch...Cong Hou
2015-08-26[SimplifyCFG] Prune code from a provably unreachable switch defaultPhilip Reames
2015-08-26[NVPTX] Let NVPTX backend detect integer min and max patterns.Bjarke Hammersholt Roune
2015-08-26Assign weights to edges to jump table / bit test header when lowering switch ...Cong Hou
2015-08-26WebAssembly: handle private/internal globals.JF Bastien
2015-08-26AMDGPU: Don't reprocess instructions when splitting i64 bcntMatt Arsenault
2015-08-26AMDGPU: Fix not moving users of s_bfe_i64 to VALUMatt Arsenault
2015-08-26SelectionDAGBuilder: Fix SPDescriptor not resetting GuardRegMatthias Braun
2015-08-26FastISel: Avoid adding a successor block twice for degenerate IR.Matthias Braun
2015-08-26AMDGPU: Produce error on dynamic_stackallocMatt Arsenault
2015-08-26[SPARC] Fix stupid oversight in stack realignment support.James Y Knight
2015-08-26[llvm-mc] Ignore opcode size prefix in 64-bit CALL disassemblyVedant Kumar
2015-08-26[SROA] Rip out all support for SSAUpdater in SROA.Chandler Carruth
2015-08-26Revert "[dsymutil] Emit real dSYM companion binaries."Frederic Riss
2015-08-26[dsymutil] Emit real dSYM companion binaries.Frederic Riss
2015-08-26[dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss
2015-08-26Comparing operands should not require the same ValueIDJF Bastien
2015-08-25[dsymutil] actually fix test.Frederic Riss
2015-08-25Make variable argument intrinsics behave correctly in a Win64 CC function.Charles Davis
2015-08-25[dsymutil] Reapply r245960.Frederic Riss
2015-08-25WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien
2015-08-25WebAssembly: comment out .globl when printing textual assemblyJF Bastien
2015-08-25[msan] Precise instrumentation for icmp sgt %x, -1.Evgeniy Stepanov
2015-08-25Remove the final bit test during lowering switch statement if all cases in bi...Cong Hou
2015-08-25Use CHECK-LABEL in MSan IR tests.Evgeniy Stepanov
2015-08-25Revert "[dsymutil] Rewrite thumb triple names in user visible messages."Frederic Riss
2015-08-25[dsymutil] Rewrite thumb triple names in user visible messages.Frederic Riss
2015-08-25[dsymutil] Not finding any debug info is not a fatal errorFrederic Riss
2015-08-25fix CHECK-LABEL and wrong labelSanjay Patel
2015-08-25The patch replace the overflow check in loop vectorization with the minimum l...Wei Mi
2015-08-25make fast unaligned memory accesses implicit with SSE4.2 or SSE4aSanjay Patel
2015-08-25[X86] Remove references to _ftol2Michael Kuperstein
2015-08-25[X86] Fix fptoui conversionsMichael Kuperstein