llvm-build: Factor out duplicate cmake export listing. Patch by
[oota-llvm.git] / lib / Target /
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-21 Eric ChristopherFix typo - symetric -> symmetric.
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 NAKAMURA TakumiSparcAsmParser.cpp: Appease msc x86.
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
2015-08-20 Dan Gohman[WebAssembly] Mark more operators as Expand.
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Jingyue Wu[NVPTX] truncating 64-bit to 32-bit is free
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 James Molloy[ARM] Don't try and custom lower a vNi64 SETCC.
2015-08-20 Douglas Katzman[Sparc]: correct the 'set' synthetic instruction
2015-08-20 Marina Yatsina[X86] Fix FBLD and FBSTP
2015-08-20 Marina Yatsina[X86] Fix bug in COMISD and COMISS definition in td...
2015-08-20 David Majnemer[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and...
2015-08-20 Hal Finkel[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
2015-08-20 Hal Finkel[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignor...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Juergen Ributzka[AArch64][FastISel] Don't fold shifts with UB.
2015-08-19 David Majnemer[X86] Emit more efficient >= comparisons against 0
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Nemanja IvanovicTemporary fix for the self-host failures introduced...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 Ahmed Bougacha[AArch64] Improve short-form diags on long-form Match_I...
2015-08-19 Renato GolinRevert "[AArch64] Simplify/refactor code to ease code...
2015-08-19 Derek Schuffx32. Fixes a bug in x32 exception handling.
2015-08-19 JF Bastienx32. Fixes jmp %reg in x32
2015-08-19 James Y Knight[Sparc] Rename LoadASR and StoreASR from r245360 to...
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-19 Chad Rosier[AArch64] Simplify/refactor code to ease code review...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Silviu Baranga[ARM] Add instruction selection patterns for vmin/vmax
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
2015-08-19 Tobias GrosserRevert "[X86] Widen the 'AND' mask if doing so shrinks...
2015-08-19 Michael Kuperstein[X86] Do not lower scalar sdiv/udiv to a shifts + mul...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Sanjay Pateluse TLI.allowsMemoryAccess() to check if memory accesse...
2015-08-18 Joerg SonnenbergerLoad/store instructions for floating points with addres...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-08-18 Sanjay Pateluse minSize wrapper; NFCI
2015-08-18 Chad Rosier[AArch64] Simplify the logic for computing in bounds...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement SW and SWE instructions
2015-08-18 Daniel Sanders[mips] Make the MipsAsmParser capable of knowing whethe...
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
next