oota-llvm.git
2013-09-25 Peter CollingbourneTry again to fix the MSVC build.
2013-09-25 Peter CollingbourneWrap the #include of <stdbool.h> in an #ifndef __cplusplus.
2013-09-25 Craig TopperFix doxygen comments to use correct function name.
2013-09-25 Craig TopperReplace EVT with MVT in CodeGenDAGAPatterns.cpp.
2013-09-25 Akira HatanakaRevert r191350.
2013-09-25 Akira Hatanaka[mips] Move public functions to the beginning of the...
2013-09-25 Akira Hatanaka[mips] Define getTargetNode as a template function.
2013-09-25 Quentin Colombet[PR16882] Ignore noreturn definitions when setting...
2013-09-25 Andrew TrickCriticalAntiDepBreaker is no longer needed for armv7...
2013-09-24 Jim GrosbachMachO: Improve backend diagnostic for overalignment.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-24 David Blaikiellvm-dwarfdump: add missing opening quotation mark...
2013-09-24 Stepan DyatkovskiyPatch that forces MergeFunctions pass for clang.
2013-09-24 David Blaikiellvm-dwarfdump: re-add field formatting for the entry...
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-24 Yi JiangTest case for r191314.
2013-09-24 Benjamin KramerVerify that we don't optimize null return checks to...
2013-09-24 Yunzhong GaoAdding a feature flag to the llvm backend for x86 TBM...
2013-09-24 Benjamin KramerMemoryBuiltins: Remove posix_memalign from the list...
2013-09-24 Roman DivackyMake the size and expr arguments of .fill directive...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-24 Yi Jiangset the cost of tiny trees to INT_MAX in SLP vectorizer...
2013-09-24 Benjamin KramerMemoryBuiltins: Fix operator new bits.
2013-09-24 Andrew TrickComment typo.
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-24 Benjamin KramerPush analysis passes to InstSimplify when they're aroun...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching pckev, and pckod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching ilv[lr], ilvod...
2013-09-24 Benjamin KramerDAGCombiner: Unify rotate matching for extended and...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Remove the VSPLAT and VSPLATD nodes in...
2013-09-24 Daniel Sanders[mips][msa] Non-constant BUILD_VECTOR's should be expan...
2013-09-24 Daniel Sanders[mips][msa] Added partial support for matching fmax_a...
2013-09-24 Daniel Sanders[mips][msa] Line wrapping.
2013-09-24 Daniel Sanders[mips][msa] Added support for matching andi, ori, nori...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching max, maxi, min...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
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...
next