oota-llvm.git
2015-06-18 NAKAMURA Takumi[autoconf] Detect OLE32 for mingw.
2015-06-18 NAKAMURA Takumiconfig.h.*: Rework r210144. Don't edit config.h.in...
2015-06-18 NAKAMURA TakumiReorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config...
2015-06-18 Jingyue Wu[NFC] more comments in SLSR
2015-06-18 Peter CollingbourneSilence resource compiler using /nologo flag.
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 Alex LorenzRevert r239972 (YAML: Assign a value returned by the...
2015-06-17 Alex LorenzYAML: Assign a value returned by the default constructo...
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 David Majnemer[docs] Fix "WARNING: Title underline too short."
2015-06-17 Benjamin KramerAdd missing include.
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 Colin LeMahieu[Hexagon] Adding a number of other tests for min/max...
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 Colin LeMahieu[Hexagon] Adding some compare tests, fixing existing...
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] Add test for SW with relative label operan...
2015-06-17 Alexander KornienkoRemove empty directories left after r239657
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 Rafael EspindolaTry to fix the MSVC build.
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 Sanjay PatelAdd some tests based on PR21711
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
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 Igor Laevsky[Statepoints] Test only change. Check that statepoint...
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 Rafael EspindolaAdd a test for padded bitcode files.
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 James Y KnightRepair cmake libatomic check.
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 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-06-16 Arnaud A. de... [MachineSink] Address post-commit review comments
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 NAKAMURA TakumiDisable llvm/test/CodeGen/MIR/machine-function.mir...
2015-06-16 NAKAMURA Takumillvm/unittests/Support/Path.cpp: Use <windows.h> instea...
2015-06-16 Elena DemikhovskyX86: optimized i64 vector multiply with constant
2015-06-16 Craig Topper[TableGen] Remove unused method declaration. NFC
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-16 Ahmed Bougacha[AArch64] Robustize neon-2velem-high test. NFC.
2015-06-16 Philip ReamesMove logic from JumpThreading into LazyValue info to...
2015-06-16 Duncan P. N... modules: Add explicit dependency on intrinsics_gen
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Duncan P. N... modules: Mark CodeGen/DIEValues.def as a textual inclusion
2015-06-16 Duncan P. N... modules: Move ProfileKinds to an anonymous namespace
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
next