[PowerPC] Avoid VSX FMA mutate when killed product reg = addend reg
[oota-llvm.git] / include /
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Alexey SamsonovTry to fix GCC error about invalid use of const_cast...
2014-10-20 Alexey SamsonovConstify getELFDynamicSymbolIterators standalone functi...
2014-10-20 Alexey SamsonovAdd const version of OwningBinary::getBinary
2014-10-20 Alexey SamsonovBe more specific about return type of MachOUniversalBin...
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 Chandler CarruthRemove some completely superfluous trailing comments...
2014-10-20 Chandler CarruthClean up the comments and doxygen for DataLayout.
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-17 Peter Zotov[LLVM-C] Add LLVMInstructionClone.
2014-10-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-16 Benjamin KramerAdd missing header guard.
2014-10-16 NAKAMURA Takumillvm/Support/Options.h: Use \tparam. [-Wdocumentation]
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-10-15 Alexander PotapenkoAdd MachOObjectFile::getUuid()
2014-10-15 Chris BienemanUpdating documentation based on my change to remove...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-15 Duncan P. N. Exon... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Sanjay Patelremove function names from comments; NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-14 NAKAMURA TakumiThreading.h: Use \tparam for template parameters. ...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction rather...
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 Peter CollingbourneRemove unused debug info constants.
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-13 Richard Smith[modules] Stop excluding Support/Debug.h from the Suppo...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
2014-10-11 Benjamin KramerAssumptionTracker: Don't create temporary CallbackVHs.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-11 Chandler Carruth[SCEV] Add some asserts to the recently improved trip...
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-10 Mark HeffernanThis patch de-pessimizes the calculation of loop trip...
2014-10-10 Fariborz JahanianAdd couple of missing 'override' keyword. NFC.
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-10 Chandler Carruth[ADT] Add an (ADL-friendly) abs free function for APFlo...
2014-10-10 David MajnemerObject, COFF: Relax aux symbols for section definitions
2014-10-10 Matt ArsenaultAdd minnum / maxnum to APFloat
2014-10-10 Chandler Carruth[ADT] Replace the logb implementation with the simpler...
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-10-10 Chandler Carruth[ADT] Implement the 'logb' functionality for APFloat...
2014-10-10 Matt ArsenaultAdd isInfinity to ConstantFP
2014-10-09 Chandler Carruth[ADT] Add basic operator overloads for arithmetic to...
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-09 Matt ArsenaultRemove unused field from Operand
2014-10-09 Lang Hames[PBQP] Add missing headers from r219421.
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-08 Robin MorissetFix typo in comment
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 David BlaikieReformat some stuff I missed in recent previous commits
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Frederic RissUpdate dwarf::ApplePropertyAttributes enum to meaningfu...
2014-10-08 Rafael EspindolaRemove an out of date comment.
2014-10-08 Eric ChristopherReplace calls to get the subtarget and TargetFrameLower...
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
next