oota-llvm.git
2014-10-14 Eric ChristopherGrab the subtarget and subtarget dependent variables...
2014-10-14 Eric ChristopherInstead of the TargetMachine cache the MachineFunction
2014-10-14 Eric ChristopherAccess subtarget specific variables off of the MachineF...
2014-10-14 Eric ChristopherAdd lld to the parallel set of directories since it...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction via...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-10-14 Eric ChristopherRemove the use and member variable of the TargetMachine...
2014-10-14 Eric ChristopherHave MachineInstrBundle use the MachineFunction for...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction rather...
2014-10-14 Marcello MaggioniSwitch to select optimization for two-case switches
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-14 Eric ChristopherInclude map into the A15SDOptimizer rather than pick...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-14 Peter CollingbourneIntroduce Go coding standards for LLVM.
2014-10-14 Sanjay Patelfix formatting; NFC
2014-10-14 Chandler CarruthAdd some optional passes around the vectorizer to both...
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 David MajnemerInstCombine: Fix miscompile in X % -Y -> X % Y transform
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 Eric ChristopherMigrate another set of getSubtargetImpl away.
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 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-13 Paul RobinsonUpdate the example of using a command-line option custo...
2014-10-13 Adrian PrantlAdd an assertion about the integrity of the iterator.
2014-10-13 Adrian Prantlconstify the getters in SDNodeDbgValue.
2014-10-13 Chad RosierRefactor debug statement and remove dead argument....
2014-10-13 Timur IskhodzhanovAdd VS2012-generated test inputs for test/tools/llvm...
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-13 Matt ArsenaultR600/SI: Minor cleanup of function
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Follow-up fixes to r219602...
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-13 Daniel Sanders[mips] Mark redundant instructions with a comment in...
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-13 NAKAMURA TakumiUnix/Signals.inc: Let findModulesAndOffsets() built...
2014-10-13 NAKAMURA TakumiRevert r219584, "[X86] Memory folding for commutative...
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 KramerModernize old-style static asserts. NFC.
2014-10-12 Joerg SonnenbergerRevert r219223, it creates invalid PHI nodes.
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
2014-10-12 Benjamin KramerInstCombine: Turn (x != 0 & x <u C) into the canonical...
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...
next