[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / lib / CodeGen /
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-03 Sanjay Patelcheck for fastness before merging in DAGCombiner::Merge...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Sanjay Pateluse "unpredictable" metadata in fast-isel when splittin...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in SelectionDAG when split...
2015-09-02 Elena DemikhovskyOptimization for Gather/Scatter with uniform base
2015-09-01 Silviu Baranga[ARM][AArch64] Turn on by default interleaved access...
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Hal Finkel[DAGCombine] Fixup SETCC legality checking
2015-08-31 Sanjay Pateldon't set a legal vector type if we know we can't use...
2015-08-31 Sanjay Patelgeneralize helper function of MergeConsecutiveStores...
2015-08-31 Hal Finkel[DAGCombine] Use getSetCCResultType utility function
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Hal Finkel[DAGCombine] Remove some old dead code for forming...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-31 Hal Finkel[AggressiveAntiDepBreaker] Check for EarlyClobber on...
2015-08-31 Peter CollingbourneSupport: Support LLVM_ENABLE_THREADS=0 in llvm/Support...
2015-08-30 Renato GolinRevert "Revert "New interface function is added to...
2015-08-30 Renato GolinRevert "New interface function is added to VectorUtils...
2015-08-30 Elena DemikhovskyNew interface function is added to VectorUtils
2015-08-29 Fiona GlaserSelectionDAG: add missing ComputeSignBits case for...
2015-08-29 Peter CollingbourneFix shared library build.
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-28 David MajnemerRevert r246232 and r246304.
2015-08-28 Matt ArsenaultMake MergeConsecutiveStores look at other stores on...
2015-08-28 David Majnemer[CodeGen] isInTailCallPosition didn't consider readnone...
2015-08-28 NAKAMURA TakumiLLVMCodeGen: Update libdeps corresponding to r246236.
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-28 Joseph Tremoulet[WinEH] Update coloring to handle nested cases cleanly
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-27 Ahmed Bougacha[CodeGen] Check FoldConstantArithmetic result before...
2015-08-27 Cong HouFixed a bug that edge weights are not assigned correctl...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 David BlaikieFix dropped conditional in cleanup in r245752
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-24 Matthias BraunTry to fix buildbots
2015-08-24 Matthias BraunLet's try to fix GNU libstdc++ buildbots
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Oliver StannardAdd DAG optimisation for FP16_TO_FP
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-23 Mehdi AminiDo not use dyn_cast<> after isa<>
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-21 David BlaikieRange-for-ify some things in GlobalMerge
2015-08-21 David Blaikie[opaque pointer types] Fix a few easy places in GlobalM...
2015-08-21 Alex LorenzMIR Serialization: Serialize the pointer IR expression...
2015-08-21 Alex LorenzMIRParser: Split the 'parseIRConstant' method into...
2015-08-21 Alex LorenzMIR Serialization: Print MCSymbol operands.
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-21 John Brawn[DAGCombiner] Fold together mul and shl when both are...
2015-08-20 Benjamin KramerMake helper functions static. NFC.
2015-08-20 Alex LorenzMIR Serialization: Use the global value syntax for...
2015-08-20 Alex LorenzMIR Serialization: Change syntax for the call entry...
2015-08-19 Alex LorenzFix test failure introduced by r245521.
2015-08-19 Alex LorenzMIR Serialization: Serialize unnamed local IR values...
2015-08-19 Alex LorenzMIR Parser: parseIRValue should take in a constant...
2015-08-19 Alex LorenzMIR Printer: Extract the code that prints IR slots...
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 Alex LorenzMIR Parser: Rename 'MachineOperandWithLocation' to...
2015-08-19 Alex LorenzMIR Serialization: Serialize instruction's register...
2015-08-19 Alex LorenzMIR Serialization: Serialize defined registers that...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Daniel SandersEmit <regmask R1 R2 R3 ...> instead of just <regmask...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-18 Steve KingFix backward operands in call to isTruncateFree() and...
2015-08-18 Alex LorenzMIR Parser: Return true on error when parsing standalon...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Nick LewyckyFix three typos in comments; "easilly" -> "easily".
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 Alex LorenzMIR Parser: Extract the code that parses stack object...
2015-08-18 Matthias BraunDAGCombiner: Improve DAGCombiner select normalization
2015-08-18 Matthias BraunDAGCombiner: Optimize SELECTs first before turning...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-08-18 Alex LorenzMIR Parser: Implicit register verifier should accept...
2015-08-18 Sanjay Pateluse minSize wrapper; NFCI
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's range...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's noali...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's alias...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's TBAA...
2015-08-17 David Majnemer[WinEHPrepare] Replace unreasonable funclet terminators...
2015-08-17 Joseph Tremoulet[WinEHPrepare] Fix catchret successor phi demotion
2015-08-17 Tobias GrosserRevert "Disable targetdatalayoutcheck"
2015-08-17 Tobias GrosserDisable targetdatalayoutcheck
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Sanjay Pateluse SDValue bool operator; NFCI
next