Add -mcpu=z10 to SystemZ tests.
[oota-llvm.git] / lib /
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Andrew Trickwhitespace
2013-12-17 Jim GrosbachMake comment more explicit.
2013-12-17 Jim GrosbachTypo. s/reserved/preserved/
2013-12-17 Jim GrosbachAdd a machine code print in DEBUG() following instructi...
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-17 Arnold SchwaighoferLoopVectorizer: Don't if-convert constant expressions...
2013-12-17 Quentin Colombet[LLVM Diagnostic Capabilities] Remove useless includes...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-16 Juergen Ributzka[Stackmap] Allow WebKit_JS calling convention to store...
2013-12-16 Matt ArsenaultFix typo in instruction name.
2013-12-16 Rafael EspindolaRevert "Allow MachineCSE to coalesce trivial subregiste...
2013-12-16 Yuchen Wullvm-cov: Removed extra semicolon from ;;.
2013-12-16 Juergen Ributzka[Stackmap] The first integer argument is passed in...
2013-12-16 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-16 Andrew Trickwhitespace
2013-12-16 Rafael EspindolaOne last cleanup of LLVM's DataLayout strings.
2013-12-16 Rafael EspindolaStructure R600's computeDataLayout more like every...
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 Chad Rosier[AArch64] Fix v1fx patterns for Floating-point Multiply...
2013-12-16 Reid KlecknerMemoryBuffer: Increase the alignment of small file...
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaDon't duplicate the DataLayout defaults for integer...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-16 Hal FinkelSet has_asmparser in PowerPC/LLVMBuild.txt
2013-12-16 Elena DemikhovskyAVX-512: Added legal type MVT::i1 and VK1 register...
2013-12-16 Evgeniy StepanovFix Android regression in r197332.
2013-12-16 Hao Liu[AArch64]Fix the pattern match failure for v1i8/v1i16...
2013-12-15 Reed Kotlerremove an uneeded statement (condition is covered by...
2013-12-15 Reed KotlerFix some indentation.
2013-12-15 Reed KotlerGet rid of an superfluous tab in the .s file. This...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-15 Joerg SonnenbergerThere is no exp10 on NetBSD.
2013-12-15 Michael KupersteinFix AsmWriter's handling of SPIR calling conventions...
2013-12-15 Joerg SonnenbergerReplace string matching with a switch on Triple::getEnv...
2013-12-14 Juergen Ributzka[Stackmap] Refactor operand parsing.
2013-12-14 Matt ArsenaultDon't manually calculate size in bytes
2013-12-14 Iain Sandoe[Powerpc darwin] AsmParser Base implementation.
2013-12-14 Juergen RibutzkaRemove weak vtables. No functional change.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-14 Juergen Ributzka[Stackmap] Only the AnyReg calling convention should...
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-14 Rafael EspindolaRefactor NVPTX's computeDataLayout.
2013-12-14 Rafael EspindolaTurn NVPTXSubtarget::getDataLayout into a static function.
2013-12-14 Rafael EspindolaTurn AMDGPUSubtarget::getDataLayout into a static function.
2013-12-14 Michael Gottesman[block-freq] Rename getEntryFrequency() -> getEntryFreq...
2013-12-14 Michael Gottesman[block-freq] Teach branch probability how to return...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-14 Michael Gottesman[block-freq] Remove old BlockFrequency entry frequency...
2013-12-14 Michael Gottesman[block-freq] Refactor LiveInterals::getSpillWeight...
2013-12-14 Matt ArsenaultTeach MemoryBuiltins about address spaces
2013-12-14 Michael Gottesman[block-freq] Store MBFI as a field on SpillPlacement...
2013-12-14 Michael Gottesman[block-freq] Update MachineBlockPlacement and RegAllocG...
2013-12-14 Michael Gottesman[block-freq] Update BlockFrequencyInfo/MachineBlockFreq...
2013-12-14 Matt ArsenaultPrint the address space of a MachineMemOperand
2013-12-14 Michael Gottesman[block-freq] Add the equivalent methods to MachineBlock...
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-13 Andrew Trickcomment typo.
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-12-13 Andrew TrickRevert "Convert liveness tracking to work on a sub...
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-13 Andrew TrickConvert liveness tracking to work on a sub-register...
2013-12-13 Chad Rosier[AArch64] Simplify the Neon Scalar3Same patterns for...
2013-12-13 Rafael EspindolaAssume defaults to produce smaller datalayout strings.
2013-12-13 Rafael EspindolaFix pr18235.
2013-12-13 Richard Sandiford[SystemZ] Optimize X [!=]= Y in cases where X - Y or...
2013-12-13 Richard Sandiford[SystemZ] Make more use of TMHH
2013-12-13 Iain Sandoetest commit.
2013-12-13 Richard Sandiford[SystemZ] Extend integer absolute selection
2013-12-13 Richard Sandiford[SystemZ] Add a structure to represent a selected compa...
2013-12-13 Richard Sandiford[SystemZ] Make more use of LTGFR
2013-12-13 Benjamin KramerX86: When lowering shl_parts, don't emit shift amounts...
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-13 Matheus Almeida[mips] Add checks for alignment and maximum displacemen...
2013-12-13 Chandler Carruth[inliner] Fix PR18206 by preventing inlining functions...
2013-12-13 Chandler Carruth[inliner] Completely change (and fix) how the inline...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 Kai NackeChange stack probing code for MingW.
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-12 Hal FinkelFix a use-after-free error in GlobalOpt CleanupConstant...
2013-12-12 Hal FinkelInitialize the barrier pass llvm::initializeIPO
2013-12-12 Rafael EspindolaSimplify the datalayout string of ARM and AArch64.
2013-12-12 Rafael EspindolaSimplify the SystemZ datalayout string.
2013-12-12 Rafael EspindolaUse "a" instead of "a0" in DataLayout.
2013-12-12 Rafael EspindolaFix Typo.
2013-12-12 Rafael EspindolaConvert the other getHostByName implementations to...
2013-12-12 Rafael EspindolaSwitch to the new MingW ABI.
2013-12-12 Chad Rosier[AArch64] Removed unnecessary copy patterns with v1fx...
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-12-12 Chandler Carruth[cleanup] Remove trailing whitespace before I start...
next