[PowerPC] Select between VSX A-type and M-type FMA instructions just before RA
[oota-llvm.git] / lib /
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2014-03-25 Juergen Ributzka[Constant Hoisting] Make the constant candidate map...
2014-03-25 Hal Finkel[PowerPC] Correct commutable indices for VSX FMA instru...
2014-03-25 Hal Finkel[PowerPC] Add a TableGen relation for A-type and M...
2014-03-25 Matt ArsenaultR600: Move computeMaskedBitsForTargetNode out of AMDILI...
2014-03-25 Duncan P. N. Exon... blockfreq: Implement Pass::releaseMemory()
2014-03-25 Duncan P. N. Exon... blockfreq: Use const in MachineBlockFrequencyInfo
2014-03-25 Juergen Ributzka[X86TTI] Make constant base pointers for getElementPtr...
2014-03-25 Juergen Ributzka[Stackmaps][X86TTI] Fix think-o in getIntImmCost calcul...
2014-03-25 Juergen Ributzka[DAG] Keep the opaque constant flag when performing...
2014-03-25 Adam Nemet[X86] Generate VPSHUFB for in-place v16i16 shuffles
2014-03-25 Adam Nemet[X86] Factor out new helper getPSHUFB
2014-03-25 Richard Osborne[InstCombine] Don't fold bitcast into store if it would...
2014-03-25 Richard OsborneReuse earlier variables to make it clear the types...
2014-03-25 Benjamin KramerScalarEvolution: Compute exit counts for loops with...
2014-03-25 Matt ArsenaultFix creating illegal setcc cond codes.
2014-03-25 Evgeniy Stepanov[msan] More precise instrumentation of select IR.
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-25 Erik VerbruggenSimplify loop that worked around bugs in old GCC/Xcode.
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-25 David BlaikieDebugInfo: Add GNU_addr_base and GNU_ranges_base only...
2014-03-25 Andrew TrickSLP vectorizer: Don't hoist vector extracts of phis.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-25 David BlaikieDebugInfo: Remove unnecessary zero-size check
2014-03-25 Manman RenRegister Allocator: check other options before using...
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-24 Manman RenRegister Allocator: refactoring (no functionality change).
2014-03-24 David BlaikieDebugInfo: Simplify debug loc list handling by keeping...
2014-03-24 David BlaikieDwarfDebug: Simplify debug_loc merging
2014-03-24 Adrian PrantlGet rid of an unnecessary use of the * and & operators.
2014-03-24 David BlaikieDebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
2014-03-24 David BlaikieDebugInfo: Implement relative addressing for DW_AT_rang...
2014-03-24 David BlaikieDebugInfo: Don't emit relocations to abbreviations...
2014-03-24 David BlaikieDwarfDebug: Remove an unused parameter
2014-03-24 Matt ArsenaultR600: Don't viewCFG() under DEBUG() except on failure.
2014-03-24 David BlaikieRemove unused parameter
2014-03-24 Matt ArsenaultR600/SI: Fix extra mov from legalizing 64-bit SALU...
2014-03-24 Matt ArsenaultR600/SI: Sub-optimial fix for 64-bit immediates with...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit bit ops that require the VALU.
2014-03-24 Yaron KerenIn Release modes, Visual Studio complains that the...
2014-03-24 Matt ArsenaultR600: Implement isNarrowingProfitable.
2014-03-24 Matt ArsenaultR600/SI: Move splitting 64-bit immediates to separate...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit private loads.
2014-03-24 Adam Nemet[X86] Fix non-determinism in LowerVectorAllZeroTest
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Eli BenderskyRemoves the NVPTXSplitBBatBar pass.
2014-03-24 Tom StellardR600/SI: Fix warning with gcc 4.8.2
2014-03-24 Tom StellardR600/SI: Promote fp64 SELECT to i64
2014-03-24 Tom StellardSelectionDAG: Allow promotion of SELECT nodes from...
2014-03-24 Tom StellardR600: Reorganize tablegen instruction definitions
2014-03-24 Will Schmidt[PPC64LE] ELFv2 ABI updates for the .opd section
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-24 Hal Finkel[PowerPC] Don't schedule VSX copy legalization unless...
2014-03-24 Hal Finkel[PowerPC] Update comment re: VSX copy-instruction selection
2014-03-24 Karthik BhatAllow constant folding of ceil function whenever feasible
2014-03-24 Rafael EspindolaPropagate section from base to derived symbol.
2014-03-24 Duncan P. N. Exon... InstrProf: Silence spurious warnings in GCC 4.8
2014-03-23 Arnaud A. de Grand... ARM: no need to update SplatBits as it is not used
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-23 Lang HamesRevert r204076 for now - it caused significant regressi...
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-23 Rafael EspindolaPropagate types from symbol to aliases.
2014-03-23 NAKAMURA Takumi[CMake] LLVMProfileData: No need to add LINK_LIBS here...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-22 Juergen Ributzka[Constant Hoisting] Erase dead cast instructions.
2014-03-22 Juergen Ributzka[Constant Hoisting] Fix multiple entries for the same...
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-21 Adrian PrantlDelete stale comment. Thanks, Eric!
2014-03-21 Adrian PrantlDwarf Debug: Remove some cargo-cult type uniquing....
2014-03-21 Rafael EspindolaFix the value computation in
2014-03-21 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-21 Manman RenRegister allocator: add condition to hoist a spill...
2014-03-21 Argyrios Kyrtzidis[Support] Follow up to r204426, for LockFileManager...
2014-03-21 Duncan P. N. Exon... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N. Exon... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N. Exon... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N. Exon... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Juergen Ributzka[RuntimeDyld] Fix comment for previous commit (r204439)
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 David BlaikieDebugInfo: Omit DW_AT_addr_base from skeletal type...
2014-03-21 Chad Rosier[AArch64] Add SchedRW lists to NEON instructions.
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Avoid brace initialization, windows doesn...
2014-03-21 Matt ArsenaultR600/SI: Move instruction patterns to scalar versions.
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
next