oota-llvm.git
2013-09-23 Ben LangmuirAdd sha intrinsic tests
2013-09-23 Arnold SchwaighoferRevert "LoopVectorizer: Only allow vectorization of...
2013-09-23 Benjamin KramerExpand test case a bit.
2013-09-23 Daniel Sanders[mips][msa] Added support for matching addvi, and subvi...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-23 Benjamin KramerInstSimplify: Fold equality comparisons between non...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching pcnt from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching nor from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching and, or, and...
2013-09-23 Daniel SandersPartially revert r191192: Fix -Wunused-variable error...
2013-09-23 Daniel SandersFix -Wunused-variable error when assertions are disable...
2013-09-23 Daniel Sanders[mips][msa] Implemented build_vector using ldi, fill...
2013-09-23 NAKAMURA Takumillvm/test/tools/lto/lit.local.cfg: Add "MingW" for...
2013-09-22 Craig TopperAdd missing index comments to the left side of the...
2013-09-22 Venkatraman... [Sparc] Use correct instruction pattern for CMPri.
2013-09-22 David BlaikieRemove dead code
2013-09-22 David BlaikieStringRef-ize some things
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-22 Benjamin KramerDrop spurious handle in comment.
2013-09-22 Venkatraman... [Sparc] Make SPARC instructions' encoding well defined...
2013-09-22 Venkatraman... [Sparc] Clean up MOVcc instructions so that TableGen...
2013-09-22 Venkatraman... [Sparc] Clean up branch instructions, so that TableGen...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Venkatraman... [Sparc] Add support for TLS in sparc.
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-09-22 Venkatraman... [SPARC] Make functions with GLOBAL_OFFSET_TABLE access...
2013-09-22 Venkatraman... [Sparc] Emit .register directive to declare the use...
2013-09-22 Hal FinkelCorrect the pre-increment load latencies in the PPC...
2013-09-21 Venkatraman... [Sparc] Fix lowering FABS on fp128 (long double) on...
2013-09-21 Benjamin KramerSROA: Handle casts involving vectors of pointers and...
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Craig TopperRemove alignment restrictions from FMA load folding.
2013-09-21 Arnold SchwaighoferSLPVectorizer: Fix multiline comment warning
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-21 Juergen RibutzkaFix the buildbot
2013-09-21 Juergen Ributzka[X86] Emulate AVX 256bit MIN/MAX support by splitting...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-21 NAKAMURA TakumiInitialize BSSSection explicitly in InitMachOMCObjectFi...
2013-09-21 Reed KotlerSet .reorder for the stub so that gas takes care of...
2013-09-21 Arnold SchwaighoferReapply "SLPVectorizer: Handle more horizontal reductio...
2013-09-21 Nadav RotemLoopVectorizer: Only allow vectorization of intrinsics...
2013-09-21 Arnold SchwaighoferRevert "SLPVectorizer: Handle more horizontal reduction...
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 Shuxin YangResurrect r191017 " GVN proceeds in the presence of...
2013-09-20 Jim GrosbachMC: Tidy up.
2013-09-20 Eric ChristopherMigrate addGlobalName to the .cpp file as an intermedia...
2013-09-20 Benjamin KramerInstCombine: Remove unused argument. No functionality...
2013-09-20 Andrew KaylorFix some more MCJIT PIC test XFAILs (for i386)
2013-09-20 Akira Hatanaka[mips] MUL should clobber HI0 and LO0.
2013-09-20 Arnold SchwaighoferSLPVectorizer: Handle more horizontal reductions (disabled)
2013-09-20 Joerg SonnenbergerDelete empty files.
2013-09-20 Joerg SonnenbergerRevert r191017, it results in segmentation faults in Qt.
2013-09-20 Tareq A. SirajFixed typo in CreateProcessTrailingSlash test
2013-09-20 Benjamin KramerInstCombine: Canonicalize (gep i8* X, -(ptrtoint Y...
2013-09-20 NAKAMURA Takumillvm/tools/Makefile: Suppress building llvm-lto on...
2013-09-20 NAKAMURA Takumillvm/test: Mark 3 tests as XFAIL:msvc.
2013-09-20 NAKAMURA Takumitest/tools/lto/lit.local.cfg: Suppress llvm-lto test...
2013-09-20 Benjamin KramerMove x86-dependent tests into the right directory.
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-20 Craig TopperLift alignment restrictions on load/store folding of...
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-20 Richard SmithRevert r191062; the build break was also fixed in a...
2013-09-20 Richard SmithUnbreak Clang build after r191050: don't pass a StringR...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-20 David BlaikieAdd braces to suppress Clang's dangling-else warning.
2013-09-19 David BlaikieDebugInfo: constrain gnu pubnames test further
2013-09-19 Richard MittonFixed warning
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 Andrew TrickRename ConvergingScheduler to GenericScheduler.
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Kai NackeRevert PR16726: extend rol/ror matching
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-09-19 Bill WendlingAdd testcase to make sure we don't generate too many...
2013-09-19 Benjamin KramerUnbreak C++03 build.
2013-09-19 Shuxin Yang[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1...
2013-09-19 Benjamin KramerInstCombine: Don't allow turning vector-of-pointer...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-19 Anders Waldenborgllvm-c: Make LLVMGetFirstTarget a proper prototype
2013-09-19 Eric ChristopherRemove extraneous space, the asm printing infrastructur...
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-19 David BlaikieRemove unnecessary conditional operators performing...
2013-09-19 David BlaikieFix a typo and simplify a boolean expression.
2013-09-19 Shuxin YangGVN proceeds in the presence of dead code.
2013-09-19 Reid Klecknermsbuild: Set _MSC_VER to match the CRT we're using
2013-09-19 Shuxin Yang Add function DominatorTree::getDescendants().
2013-09-19 Reid KlecknerInclude an LLVM-vs2012_xp toolset in the MSBuild integr...
2013-09-19 Evgeniy Stepanov[msan] Wrap indirect functions.
2013-09-19 Benjamin KramerDAGCombiner: Don't fold vector muls with constants...
2013-09-19 Justin Holewinski[NVPTX] Make constant vector test case endian-independent
2013-09-19 Justin Holewinski[NVPTX] Support constant vector globals
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
next