[Support] Always wait for GraphViz before opening the viewer
[oota-llvm.git] / lib / Target /
2015-08-18 Daniel Sanders[mips] Correct -Woverflow warning in r245208 without...
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Douglas Katzman[SPARC]: recognize '.' as the start of an assembler...
2015-08-17 James Molloy[ARM] Fix crash when targetting CPU without NEON
2015-08-17 Silviu Baranga[CostModel][AArch64] Increase cost of vector insert...
2015-08-17 Silviu Baranga[CostModel][ARM] Increase cost of insert/extract operations
2015-08-17 Aaron BallmanCorrecting a -Woverflow warning where 0xFFFF was overfl...
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-08-17 James MolloyRemove hand-rolled matching for fmin and fmax.
2015-08-17 James MolloyRip out hand-rolled matching code for VMIN, VMAX, VMINN...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Yaron KerenAdd missing include guard.
2015-08-16 David Majnemer[X86] Widen the 'AND' mask if doing so shrinks the...
2015-08-15 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-15 Yaron KerenSilence VS2015 warning.
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-15 Matt ArsenaultAMDGPU/SI: Only look at live out SGPR defs
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-15 JF Bastien[WebAssembly] Add Relooper
2015-08-15 Matt ArsenaultAMDGPU/SI: Fix printing useless info with amdhsa
2015-08-15 Matt ArsenaultAMDGPU/SI: Update LiveVariables
2015-08-15 Matt ArsenaultAMDGPU/SI: Update LiveIntervals during SIFixSGPRLiveRanges
2015-08-15 Matt ArsenaultAMDGPU: Remove unnecessary assert
2015-08-15 Matt ArsenaultAMDGPU/SI: Make comments more precise.
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-14 Ahmed Bougacha[AArch64] Fix FMLS scalar-indexed-from-2s-after-neg...
2015-08-14 Tom StellardAMDGPU/SI: Add missing spill class
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Sanjay Patel[x86] fix allowsMisalignedMemoryAccess() implementation
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Sanjay Pateldon't repeaat function names in comments; NFC
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-14 James Molloy[AArch64] FMINNAN/FMAXNAN on f16 is not legal.
2015-08-14 David Majnemer[IR] Add token types
2015-08-14 Saleem AbdulrasoolPowerPC: remove dead initialization (NFC)
2015-08-13 Simon Pilgrim[AMDGPU] Use the general SMAX/SMIN/UMAX/UMIN pattern...
2015-08-13 Ahmed Bougacha[AArch64] Provide "too few operands" diags on short...
2015-08-13 Simon Pilgrim[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN pattern...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Nemanja IvanovicScalar to vector conversions using direct moves
2015-08-13 James Molloy[ARM] FMINNAN/FMAXNAN of f64 are not legal.
2015-08-13 James Molloy[ARM] Allow vmin/vmax of scalars to be emitted without...
2015-08-13 Ulrich Weigand[SystemZ] Support large LLVM IR struct return values
2015-08-13 John Brawn[ARM] Reorganise and simplify thumb-1 load/store selection
2015-08-13 Ahmed Bougacha[AArch64] Also custom-lowering mismatched vector/f16...
2015-08-12 JF BastienWebAssembly: floating-point comparisons
2015-08-12 Sanjay Patel80-cols; NFC
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 Zoran Jovanovic[mips][microMIPS] Create microMIPS64r6 subtarget and...
2015-08-12 Michael Kuperstein[X86] Disable mul -> shl + lea combine when compiling...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Matt ArsenaultAMDGPU: Fix assert on dbg_value instructions
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-12 Saleem AbdulrasoolX86: hoist a condition into a variable (NFC)
2015-08-12 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-11 Alex LorenzPseudoSourceValue: Transform the mips subclass to targe...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Alex LorenzPseudoSourceValue: Introduce a 'PSVKind' enumerator.
2015-08-11 Mark HeffernanUse 32-bit divides instead of 64-bit divides where...
2015-08-11 JF BastienWebAssembly: implement comparison.
2015-08-11 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-11 JF BastienWebAssembly: implement WebAssemblyTargetLowering::getTa...
2015-08-11 Rafael EspindolaUse llvm::make_unique to fix the MSVC build.
2015-08-11 Michael Kuperstein[X86] Allow merging of immediates within a basic block...
2015-08-11 James Molloy[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxn...
2015-08-11 James Molloy[AArch64] Replace the custom AArch64ISD::FMIN/MAX nodes...
2015-08-11 James Molloy[ARM] Match fminnan/fmaxnan for vector vmin/vmax instea...
2015-08-11 James Molloy[ARM] Match fminnum/fmaxnum for vector vminnm/vmaxnm...
2015-08-11 James Molloy[ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM...
2015-08-11 James Molloy[ARM] Replace ARMISD::FMIN/FMAX with the shiny new...
2015-08-11 Marina Yatsina[X86] Add SAL mnemonics for Intel syntax
2015-08-11 Marina Yatsina[X86] Fix REPE, REPZ, REPNZ for intel syntax
2015-08-11 Marina Yatsina[X86] Fix imul alias for intel syntax
2015-08-11 Vasileios Kalintiris[mips] Remap move as or.
2015-08-11 Michael Kuperstein[X86] When optimizing for minsize, use POP for small...
2015-08-11 JF BastienWebAssembly: NFC fix release build break, unused variable.
2015-08-11 JF BastienWebAssembly: add basic floating-point tests
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-11 JF BastienWebAssembly: simply assert on SNaN and NaNs with payloads
2015-08-10 Joerg SonnenbergerAdd lduw and lwua aliases for SPARCv9.
2015-08-10 Joerg SonnenbergerLoad/store for float registers from/to alternate space.
2015-08-10 JF BastienWebAssembly: print immediates
2015-08-10 Joerg SonnenbergerAdd support for the signx instrution alias of SPARCv9.
2015-08-10 JF Bastienx86: Emit LAHF/SAHF instead of PUSHF/POPF
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Simon Pilgrim[InstCombine] Move SSE2/AVX2 arithmetic vector shift...
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-08-10 Chad Rosier[AArch64] Convert a conditional check that will always...
2015-08-10 Chad RosierTypo. Move comment closer to relevant code. NFC.
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Marina YatsinaTest commit to verify commit access
2015-08-09 Saleem AbdulrasoolX86: remove a dead store (NFC)
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 Craig Topper[X86] Add ADX and RDSEED to Skylake processor.
2015-08-08 Craig TopperAdd SlowBTMem to Sandy Bridge and newer Intel CPUs...
next