oota-llvm.git
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelUse TargetSubtargetInfo::useAA() in DAGCombine
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-08-29 Daniel Dunbar[lit] [tests] Add missing test input file.
2013-08-29 Daniel Dunbar[tests] Use multiple statements instead of 'echo -e...
2013-08-29 Daniel Dunbar[lit] Fix internal shell's argv[0] handling.
2013-08-29 Daniel Dunbar[lit] Add support for multiprocessing, under --use...
2013-08-29 Daniel Dunbar[lit] Implement --max-time support by using provider...
2013-08-29 Daniel Dunbar[lit] Refactor test execution logic into lit.run.Run.
2013-08-29 Daniel Dunbar[lit] Put display lock inside the ThreadResultsConsumer.
2013-08-29 Daniel Dunbar[lit] Factor out a results consumer interface for test...
2013-08-29 Daniel Dunbar[lit] Move top-level execute code into Run object.
2013-08-29 Daniel Dunbar[lit] Factor out Run class to capture configuration...
2013-08-29 Daniel Dunbar[lit] Change lit.Test.ResultCode to be unique across...
2013-08-29 Daniel DunbarFix a test to not fail for users with my name. :)
2013-08-29 Daniel Dunbar[lit] Add a TODO.
2013-08-29 Daniel Dunbar[lit] Update shtest format to return lit.Test.Result...
2013-08-29 Daniel Dunbar[lit] Update LitTestCase to support lit.Test.Result.
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Rui Ueyama[Object/COFF] Add coff_aux_weak_external.
2013-08-28 Nadav RotemVectorizer/PassManager: I am working on moving the...
2013-08-28 Matt ArsenaultConvert tests to FileCheck
2013-08-28 Warren HuntAdding VCIncludeDir and WindowsSDKDir to the msbuild...
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-28 Juergen RibutzkaFix a typo and coding style of a previous commit. No...
2013-08-28 Matt ArsenaultFix typo.
2013-08-28 Michael Gottesman[doxygen] Use correct variable names for external varia...
2013-08-28 Rafael EspindolaFix name matching to work on windows.
2013-08-28 David BlaikiePeriod.
2013-08-28 David Blaikier189495: Pull out some debug logic into a function...
2013-08-28 Michael Gottesman[doxygen] Added support for doxygen external search.
2013-08-28 Michael Gottesman[cmake] Created an aggregate doxygen target for generat...
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-28 David BlaikiePR16995: DebugInfo: Don't overwrite existing member...
2013-08-28 Hans Wennborgcmake: Prevent semicolon separated lists in llvm-config...
2013-08-28 Joey Gouly[ARMv8]
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-08-28 Tim NorthoverARM: Use "dmb sy" for barriers on M-class CPUs
2013-08-28 Joey Gouly[ARMv8] Add a missing IsThumb to t2LDAEXD.
2013-08-28 Tim NorthoverARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
2013-08-28 Tim NorthoverARM: add patterns for vqdmlal with separate vqdmull...
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Alexey Samsonov80 cols
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Richard Sandiford[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Daniel Sanders[mips][msa] Summarize tests
2013-08-28 Richard Sandiford[SystemZ] Extend memcmp support to all constant lengths
2013-08-28 Alexey SamsonovFix use of uninitialized value added in r189400 (found...
2013-08-28 Craig TopperAdd missing include
2013-08-28 Ted KremenekRevert r189442 "Change default # of digits for APFloat...
2013-08-28 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 NAKAMURA TakumiX86JITInfo.cpp: Apply x64 version of X86CompilationCall...
2013-08-28 NAKAMURA TakumiX86Subtarget.h: Recognize x86_64-cygwin.
2013-08-28 Hans Wennborgcmake: Add msbuild integration to the install
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-28 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-28 Akira Hatanaka[mips] Clean up definitions of move word from/to coproc...
2013-08-28 Akira Hatanaka[mips] Set isAllocatable and CoveredBySubRegs.
2013-08-28 Eric ChristopherAdd a TODO here.
2013-08-28 Eric ChristopherAdd support for DW_FORM_dataN and DW_FORM_udata to...
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Eric ChristopherUse DW_FORM_sdata for signed constant values and udata...
2013-08-27 Eric ChristopherMove some debug testcases to the debug info directory.
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-27 Argyrios Kyrtzidis[CMake] Put back the add_llvm_external_project() calls...
2013-08-27 Reid KlecknerAdd xml files for msbuild integration
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Jack CarterChanged comment
2013-08-27 Roman DivackyTranslate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER...
2013-08-27 Nadav RotemRefactor 'vectorizeLoop' no functionality change.
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Elena DemikhovskyAVX-512: added conversion instructions.
2013-08-27 Tim NorthoverDAGCombiner: make sure or/shl/srl really has zero high...
2013-08-27 Joey Gouly[ARMv8] Add some negative tests for the recent VFP...
2013-08-27 Joey GoulyAdd an assertion to the fixed-size allocator to ensure...
2013-08-27 Tim NorthoverARM: add natural patterns for vaddhl and vsubhl.
2013-08-27 Michel DanzerR600/SI: Enable local-memory-two-objects lit test
2013-08-27 Daniel Sanders[mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel...
2013-08-27 Daniel Sanders[mips][msa] Added spill/reload support
2013-08-27 Richard Sandiford[SystemZ] Extend memcpy and memset support to all const...
2013-08-27 Daniel Sanders[mips][msa] Added bitconverts for vector types for...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-27 Elena DemikhovskyAVX-512: Added FMA instructions.
2013-08-27 Sylvestre LedruFix the build issue under ia64. Close bug #5715
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 David BlaikieFix the build broken by r189315.
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-27 Michael GottesmanFixed typo.
next