[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
[oota-llvm.git] / lib /
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Kit BartonEnable shrink wrapping for PPC64
2015-11-30 Rafael EspindolaFix another llvm.ctors merging bug.
2015-11-30 Dan Gohman[WebAssembly] Fix a few minor compiler warnings. NFC.
2015-11-30 Sanjay Patelfix formatting; NFC
2015-11-30 Colin LeMahieu[Hexagon] NFC Reordering headers.
2015-11-30 Matt ArsenaultAMDGPU: Don't reserve SCRATCH_PTR input register
2015-11-30 Aaron BallmanSilencing a 32-bit to 64-bit implicit conversion warnin...
2015-11-30 Hrvoje Varga[mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A...
2015-11-30 Zoran Jovanovic[mips][microMIPS] Fix issue with offset operand of...
2015-11-30 Zlatko Buljan[mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA...
2015-11-30 Craig TopperRevert r254279 "[X86] Use ArrayRef. NFC". It seems...
2015-11-30 Craig Topper[X86] Use ArrayRef. NFC
2015-11-30 Craig Topper[AVX512] The vpermi2 instructions require an integer...
2015-11-29 Sanjoy Das[SCEV] Use lambda instead of std::bind; NFC
2015-11-29 Sanjoy Das[SCEV] Use range version of all_of; NFC
2015-11-29 Craig Topper[X86] Remove duplicate entries from intrinsics tables...
2015-11-29 Dan Gohman[WebAssembly] Delete an obsolete TODO comment.
2015-11-29 Dan Gohman[WebAssembly] Set several MCInstrDesc flags.
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Dan Gohman[WebAssembly] Delete unused functions. NFC.
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-29 Sanjay Patelfix typos in comments; NFC
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Cross out implemented transformations.
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-29 Diego NovilloSamplePGO - Do not use std::to_string in diagnostics.
2015-11-29 Craig TopperUse a lambda instead of std::bind and std::mem_fn I...
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-29 Rafael EspindolaSimplify. NFC.
2015-11-29 Igor BregerAVX512:Implemented encoding for the vmovq.s instruction.
2015-11-29 Craig TopperRemove an intermediate lambda. NFC
2015-11-29 Craig TopperRemove unnecessary intermediate lambda. NFC
2015-11-29 Craig Topper[SelectionDAG] Use std::any_of instead of a manually...
2015-11-29 Rafael EspindolaCorrectly handle llvm.global_ctors merging.
2015-11-29 Rafael EspindolaFix a crash when writing merged bitcode.
2015-11-28 Davide Italiano[SimplifyLibCalls] Use any_of(). Suggested by David...
2015-11-28 Benjamin Kramer[SimplifyLibCalls] Fix inverted condition that lead...
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
2015-11-28 Renato GolinRevert "[ARM] Generate ABI_optimization_goals build...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-28 Craig TopperUse range-based for loops. NFC
2015-11-28 Xinliang David Li[PGO] Add return code for vp rt record init routine...
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-28 Xinliang David LiFunction name cleanup (NFC)
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-27 Diego NovilloSamplePGO - Fix default threshold for hot callsites.
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-27 Artyom SkrobovFollow-up fix for r254201
2015-11-27 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-11-27 Oliver Stannard[AArch64] Add ARMv8.2-A FP16 scalar instructions
2015-11-27 Adhemerval Zanella[sanitizer] [dfsan] Unify aarch64 mapping
2015-11-27 Davide Italiano[SimplifyLibCalls] Use range-based loop. NFC.
2015-11-27 Craig Topper[X86] Pair a NoVLX with HasAVX512 to match the others...
2015-11-26 Peter CollingbourneMC: Simplify handling of temporary symbols in COFF...
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Craig Topper[X86] Now that X86VPermt2 is used in all the avx512_per...
2015-11-26 Craig Topper[X86] Merge X86VPermt2Fp and X86VPermt2Int back togethe...
2015-11-26 Craig Topper[X86] Split ISD node for Vfpclass and Vfpclasss so...
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-26 Craig Topper[X86] Revert part of r254167 to recover bots.
2015-11-26 Krzysztof Parzyszek[Hexagon] Lowering of V60/HVX vector types
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Daniel Sanders[mips][ias] Range check uimm5 operands and fix several...
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A new AT instruction variants
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A UAO PSTATE bit
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A persistent memory instruction
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
2015-11-26 Oliver Stannard[AArch64] Add subtarget features for ARMv8.2-A
2015-11-26 Benjamin Kramer[SimplifyLibCalls] Don't depend on a called function...
2015-11-26 Craig Topper[X86] Strengthen more type constraints to reduce isel...
2015-11-26 Vyacheslav KlochkovX86-FMA3: Improved/enabled the memory folding optimizat...
2015-11-26 Craig Topper[X86] Strengthen the type constraints on X86psadbw...
2015-11-26 Krzysztof Parzyszek[Hexagon] HVX vector register classes and more isel...
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-25 Evgeniy Stepanov[safestack] Fix alignment of dynamic allocas.
2015-11-25 Dan Gohman[WebAssembly] Fix inline asm support for i64 operands.
2015-11-25 Dan Gohman[WebAssembly] Fold setne and seteq comparisons into...
2015-11-25 Kostya Serebryany[libFuzzer] add a flag -exact_artifact_path
2015-11-25 Krzysztof Parzyszek[Hexagon] Treat transfers of FP immediates are pseudo...
2015-11-25 Dan Gohman[WebAssembly] Add some comments. NFC.
2015-11-25 Marek OlsakAMDGPU/SI: select S_ABS_I32 when possible (v2)
2015-11-25 Dan Gohman[WebAssembly] Fix WebAssembly register numbering for...
2015-11-25 Davide Italiano[SCCP] More informative message if we don't know how...
2015-11-25 Matt ArsenaultAMDGPU: Check feature attributes in SIMachineFunctionInfo
2015-11-25 Krzysztof ParzyszekAdd hexagonv55 and hexagonv60 as recognized CPUs, make...
2015-11-25 Matt ArsenaultAMDGPU: Make v2i64/v2f64 legal types.
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Xinliang David Li[PGO] Regroup functions in better order (NFC)
2015-11-25 Dan Gohman[WebAssembly] Clean up several FIXME comments.
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-25 Dan Gohman[WebAssembly] Add 'final' to some classes. NFC.
2015-11-25 Dan Gohman[WebAssembly] Whitespace consistency. NFC.
next