oota-llvm.git
2013-12-15 Michael KupersteinEnsure bitcode encoding of global variable attributes...
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 ArsenaultR600/SI: Minor improvements to test.
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-14 Michael Gottesman[block-freq] Convert BlockFrequencyImpl to use the...
2013-12-13 Michael Gottesman[block-freq] Add a print method on BlockFrequencyImpl...
2013-12-13 Michael Gottesman[block-freq] Begin move of BlockFrequency::EntryFreq...
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 method APInt::nearestLogBase2().
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 Rafael EspindolaUse a: and s: instead of a0: and s0: in the DataLayout...
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 Renato GolinAdd ARM to release instructions
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 Rui UeyamaObject/COFF: ExportAddressTableEntry is a union of...
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 Mark SeabornFix spelling in comment in test: "themselve" -> "themse...
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 Yuchen WuRemoved llvm-cov.test from Other folder.
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...
2013-12-12 Tim NorthoverPowerPC: add Linux triple to TLS tests
2013-12-12 Andrea Di BiagioAdded new X86 patterns to select SSE scalar fp arithmet...
2013-12-12 Richard BartonRemove some dead code
2013-12-12 Gabor Greiftypo in comment
2013-12-12 Hao Liu[AArch64]Fix the problem that AArch64 backend fails...
2013-12-12 Alp TokerSwap around EXPECT_EQ() arguments orders for more natur...
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-12-12 Reed KotlerCheck for null pointer before dereferencing. A careless...
2013-12-12 Kevin QinFix Incorrect CHECK message [0-31]+ in test case.
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-12 Yi JiangAdd TargetLibraryInfo in LTO passes builder
2013-12-12 Hal FinkelRemove unused multiclass from PPCInstrInfo.td
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-12 Hal FinkelAdd isBarrier to SDep
2013-12-12 Quentin ColombetFix an over-constrained assertion in MachineFunction...
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-12-11 Chad Rosier[AArch64] Refactor NEON floating-point Max/Min/Maxnm...
2013-12-11 Hal FinkelFix the PPC subsumes-predicate check
2013-12-11 Hal FinkelAdd two additional hazard recognizer functions
2013-12-11 Roman DivackyMerge all tls tests to two files. One for normal codege...
2013-12-11 Rafael EspindolaOn ELF and COFF treat linker_private like private.
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 Roman DivackyRemove test thats testing the same thing as tls.ll.
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
next