oota-llvm.git
2014-10-12 Simon Pilgrim[X86] Memory folding for commutative instructions.
2014-10-12 David MajnemerInstCombine: Simplify commonIDivTransforms
2014-10-12 NAKAMURA Takumillvm/test/CodeGen: Some tests don't REQUIRE asserts...
2014-10-11 NAKAMURA TakumiSuppress llvm-ar's MRI tests for now on win32, since...
2014-10-11 Simon PilgrimTest commit access (email fix)
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 Simon PilgrimTest commit access
2014-10-11 David MajnemerInstCombine: Don't fold (X <<s log(INT_MIN)) /s INT_MIN...
2014-10-11 David MajnemerInstCombine, InstSimplify: (%X /s C1) /s C2 isn't alway...
2014-10-11 David MajnemerInstCombine: mul to shl shouldn't preserve nsw
2014-10-11 Chandler Carruth[SCEV] Fix one more caller blindly passing the latch...
2014-10-11 Chandler CarruthGuard the definition of the stack tracing function...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-11 Chandler Carruth[SCEV] Add some asserts to the recently improved trip...
2014-10-10 Lang Hames[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-10-10 Alexey SamsonovFollow-up to r219534 to make symbolization more robust.
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.
2014-10-10 Sanjoy DasThis patch teaches ScalarEvolution to pick and use...
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-10-10 Matt ArsenaultR600/SI: Disable copying of SCC
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
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 Bill Schmidt[PowerPC] Reduce names from Power8Vector to P8Vector
2014-10-10 Hal Finkel[MiSched] Fix a logic error in tryPressure()
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-10 David BlaikieSimplify a few uses of DwarfDebug::SPMap
2014-10-10 Timur IskhodzhanovReorder functions in WinCodeViewLineTables.cpp [NFC]
2014-10-10 Frederic Riss[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute...
2014-10-10 Frederic Riss[dwarfdump] Resolve also variable specifications/abstra...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-10 Bill Schmidt[PowerPC] Add feature for Power8 vector extensions
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUSP instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JR16 instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement ADDIUS5 instruction
2014-10-10 Zoran Jovanovicps][microMIPS] Implement JRC instruction
2014-10-10 Zoran Jovanovic[mips][microMIPS] Implement JALRS16 instruction
2014-10-10 Timur IskhodzhanovFix a small typo, NFC
2014-10-10 Benjamin KramerAPInt: Unfold return expressions so RVO can work.
2014-10-10 Chandler Carruth[ADT] Add an (ADL-friendly) abs free function for APFlo...
2014-10-10 Chandler CarruthDon't use an unqualified 'abs' function call with a...
2014-10-10 David MajnemerAdd tests for r219479.
2014-10-10 David MajnemerObject, COFF: Relax aux symbols for section definitions
2014-10-10 David BlaikieSink the per-CU part of DwarfDebug::finishSubprogramDef...
2014-10-10 David BlaikieSink most of DwarfDebug::constructAbstractSubprogramSco...
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 Hal Finkel[LVI] Revert the remainder of "r218231 - Add two thresh...
2014-10-10 David BlaikieAvoid unnecessary map lookup/insertion.
2014-10-10 Matt ArsenaultAdd isInfinity to ConstantFP
2014-10-10 Arnold SchwaighoferSimplifyCFG: Don't convert phis into selects if we...
2014-10-10 Rafael EspindolaFix gcc warning in gold-plugin.cpp.
2014-10-10 David Majnemerobj2yaml, COFF: Handle long section names
2014-10-09 Chandler Carruth[ADT] Add basic operator overloads for arithmetic to...
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
2014-10-09 Sanjay Pateldelete function names from comments
2014-10-09 Sanjay Pateldelete function name from comment
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-10-09 David BlaikieRemove unused parameter
2014-10-09 David BlaikieSink DwarfDebug::createAndAddScopeChildren down into...
2014-10-09 David BlaikieSink DwarfDebug::constructSubprogramScopeDIE down into...
2014-10-09 Chad Rosier[Reassociate] Don't canonicalize X - undef to X + ...
2014-10-09 Benjamin KramerRemove a compiler bug workaround from 2007. The affecte...
2014-10-09 Hal FinkelRevert "[BasicAA] Revert "Revert r218714 - Make better...
2014-10-09 Matt ArsenaultRemove unused field from Operand
2014-10-09 Matt ArsenaultFix typo
2014-10-09 Tom StellardR600/SI: Legalize CopyToReg during instruction selection
2014-10-09 Lang Hames[PBQP] Add missing headers from r219421.
2014-10-09 David BlaikieSink DwarfDebug::createScopeChildrenDIE down into Dwarf...
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-09 Tom StellardR600/SI: Legalize INSERT_SUBREG instructions during...
2014-10-09 David BlaikieSink DwarfDebug.cpp::constructVariableDIE into DwarfCom...
2014-10-09 David BlaikieMove DwarfUnit::constructVariableDIE down to DwarfCompi...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-10-09 David BlaikieSink DwarfDebug::constructLexicalScopeDIE into DwarfCom...
2014-10-09 David BlaikieMissing reformatting
2014-10-09 David BlaikieSink DwarfDebug::constructInlinedScopeDIE into DwarfCom...
2014-10-09 Andrea Di Biagio[InstCombine] Fix wrong folding of constant comparisons...
2014-10-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex...
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-09 David MajnemerObject, COFF: Cap the section contents to min(VirtualSi...
2014-10-09 Eric ChristopherRemove more calls to getSubtargetImpl from the schedule...
2014-10-09 Bob WilsonUse triple's isiOS() and isOSDarwin() methods.
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 getSubtargetImpl from ResourcePriorityQu...
2014-10-09 Eric ChristopherRemove the uses of getSubtargetImpl from InstrEmitter...
next