[NFC] more comments in SLSR
[oota-llvm.git] / lib /
2015-06-18 Jingyue Wu[NFC] more comments in SLSR
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 Simon Pilgrim[X86][SSE] Improved support for vector i16 to float...
2015-06-17 Jingyue WuAdd NVPTXLowerAlloca pass to convert alloca'ed memory...
2015-06-17 Pete CooperDevirtualize and pack MCFragment to reduce memory usage.
2015-06-17 Reid KlecknerRe-land "[X86] Cache variables that only depend on...
2015-06-17 Reid KlecknerRevert "[X86] Cache variables that only depend on the...
2015-06-17 Reid Kleckner[X86] Cache variables that only depend on the subtarget
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-17 Matt ArsenaultAMDGPU: Change unreachable into reported error
2015-06-17 Sanjay Patelremove unnecessary casts; NFC
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Ahmed Bougacha[CodeGenPrepare] Generalize inserted set from truncs...
2015-06-17 Rafael EspindolaMove IsUsedInReloc from MCSymbolELF to MCSymbol.
2015-06-17 Peter CollingbourneLowerBitSets: Do not assign names to aliases of unnamed...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-17 Rafael EspindolaUse a range loop. NFC.
2015-06-17 Sanjay Patelfix typos in comments; NFC
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-17 Rafael EspindolaUse named temporaries for directional labels.
2015-06-17 Benjamin Kramer[ArchiveWriter] Use EndianStream. No functional change...
2015-06-17 Benjamin Kramer[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
2015-06-17 Toma Tabacu[mips] [IAS] Add support for expanding LASym with a...
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 Toma Tabacu[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LA with relative label operands.
2015-06-17 Toma Tabacu[mips] [IAS] Fix LW with relative label operands.
2015-06-17 Igor BregerAVX-512: cvtusi2ss/d intrinsics.
2015-06-17 Chandler Carruth[PM/AA] Suffix lots of member variables that directly...
2015-06-17 Chandler Carruth[PM/AA] Remove the UnknownSize static member from Alias...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-17 Chandler Carruth[PM/AA] Split the location computation out of getArgLoc...
2015-06-17 Matthias BraunRevert "AArch64: Use CMP;CCMP sequences for and/or...
2015-06-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-17 Rafael EspindolaHandle forward referenced function when streaming bitcode.
2015-06-17 Rafael EspindolaHandle MaterializeAll in getLazyBitcodeModuleImpl....
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaRename and improve emitSectionOffset.
2015-06-16 Tyler NowickiRefactor RecurrenceInstDesc
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-16 Simon Pilgrim[X86][SSE] Vectorize v2i32 to v2f64 conversions
2015-06-16 Sanjay Patelrename variables; NFC
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Sanjay Patelextract some code into a helper function for MergeConse...
2015-06-16 Rafael EspindolaImprove handling of end of file in the bitcode reader.
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-16 Matthias BraunVirtRegMap: Add undef flag when reading undefined subre...
2015-06-16 Matthias BraunTargetRegisterInfo: Make the concept of imprecise lane...
2015-06-16 Reid Kleckner[X86] Rename some frame lowering variables
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-06-16 Frederic RissHave MachOObjectFile::isValidArch() accept armv7
2015-06-16 Alex LorenzMIR Parser: Report an error when a machine function...
2015-06-16 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes, disabl...
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-16 Colin LeMahieu[Hexagon] Alphabetical ordering of functions, NFC.
2015-06-16 Matt ArsenaultRevert "Revert "Fix merges of non-zero vector stores""
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-16 Benjamin Kramer[InstSimplify] Allow folding of fdiv X, X with just...
2015-06-16 Daniel Sanders[mips][ias] Expand on r238751 to cover as many relocs...
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-16 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-16 Toma Tabacu[mips] [IAS] Refactor symbol-address loading code into...
2015-06-16 Arnaud A. de Grand... [MachineSink] Address post-commit review comments
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 Elena DemikhovskyX86: optimized i64 vector multiply with constant
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-16 Philip ReamesMove logic from JumpThreading into LazyValue info to...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: move the MIR printer out of the...
2015-06-15 Reid Kleckner[X86] Try to shorten dwarf CFI emission
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Alex LorenzMIR Serialization: Create dummy functions when the...
2015-06-15 Alex LorenzMIR Serialization: Report an error when machine functio...
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Rafael EspindolaDon't indent inside a namespace. NFC.
2015-06-15 Rafael EspindolaReplace @ with the more common \. NFC.
2015-06-15 Rafael EspindolaDon't repeat names in comments and start functions...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Eric ChristopherRemove duplicate conditional in if-stmt.
2015-06-15 Rafael EspindolaCleanup the constructor of BitcodeReader. NFC.
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Sanjoy Das[NFC] Extract X86MCInstLower::LowerMachineOperand.
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-06-15 Yaron KerenRangify several for loops, NFC.
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Arnaud A. de Grand... [MachineSink] Improve runtime performance. NFC.
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
next