oota-llvm.git
2013-09-24 Patrik HagglundRemove error output from configure if CFLAGS is set...
2013-09-24 Evgeniy Stepanov[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
2013-09-24 Daniel Sanders[mips][msa] Added support for matching comparisons...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching slli, srai,...
2013-09-24 Bill WendlingFollowup to r191252.
2013-09-24 Craig TopperFix formatting to match coding standards.
2013-09-24 NAKAMURA Takumillvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise...
2013-09-24 NAKAMURA TakumiDWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-24 Michael Gottesman[stackprotector] Forgot to add in PR number to test...
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-24 Eli FriedmanMisc fixes for cpp backend.
2013-09-24 Eric ChristopherAdd namespaces to the list of items that we expose...
2013-09-24 Eric ChristopherRegenerate testcase from source.
2013-09-24 Eric ChristopherFormat the index entry kind string to align.
2013-09-24 David BlaikieMake dwarfdump-type-units.test order-independent
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-09-23 David BlaikieComments for r191234 as suggested by Eric Christopher.
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-23 Eric ChristopherAdd more external types to the pubtypes table. Expand...
2013-09-23 David BlaikieUnbreak the build (from r191233)since we're calling...
2013-09-23 Eric ChristopherRename IsStatic variable to Linkage in order to be...
2013-09-23 Eric ChristopherFormatting.
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-09-23 Reed KotlerMake nomips16 mask not repeat if it ends with a '.'.
2013-09-23 Bill WendlingReformat code with clang-format.
2013-09-23 Eric ChristopherHandle gnu pubtypes sections:
2013-09-23 Peter CollingbourneAdd a paragraph on prefix data layout.
2013-09-23 Rafael EspindolaRemove remaining references to -O4.
2013-09-23 Kay Tiong Khoofix typo: than -> then
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-23 David BlaikieDebugInfo: Wrap section data and relocs together for...
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
next