oota-llvm.git
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Zlatko BuljanTest commit
2015-10-12 Pawel Bylicacmake: Avoid leading space in LLVM_DEFINITIONS.
2015-10-12 Jonas Paulsson[SystemZ] testcase MC/SystemZ/insn-good-z13.s extended.
2015-10-12 James Molloy[MISched] Python script to check coverage of misched...
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-10-12 Craig Topper[X86] Use u8imm for the immediate type for all shift...
2015-10-12 Craig Topper[X86] Add support to assembler and MCInst lowering...
2015-10-12 Craig Topper[X86] Cleanup formatting a bit. NFC
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-12 Craig Topper[X86] Add some instruction aliases to get the assembly...
2015-10-12 Davide Italiano[llvm-rtdyld] General modernization/cleanup in preparat...
2015-10-11 Davide Italiano[Bugpoint] Get rid of dead code. No functional change.
2015-10-11 Craig Topper[X86] Fix CMP and TEST with al/ax/eax/rax to not mark...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Simon Pilgrim[X86] Completed SHL cost model tests
2015-10-11 Craig Topper[X86] Remove special validation for INT immediate opera...
2015-10-11 Simon Pilgrim[X86] Renamed SHL cost model tests
2015-10-11 Simon Pilgrim[X86] Added LSHR cost model tests
2015-10-11 Simon Pilgrim[X86] Added ASHR cost model tests
2015-10-11 Craig Topper[TableGen] Add a space between type and '*' in front...
2015-10-11 Craig Topper[X86] Simplify immediate range checking code.
2015-10-11 Simon Pilgrim[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
2015-10-11 Simon Pilgrim[InstCombine][X86][XOP] Combine XOP integer vector...
2015-10-11 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-10-11 Nathan Slingerland[ProfileData] Test commit for slingn
2015-10-10 Simon Pilgrim[X86][SSE] Vector signed/unsigned integer compare tests.
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-10 Craig TopperIn isUIntN, make sure N is less than 64 before using...
2015-10-10 Teresa JohnsonFix PR25101 - Handle anonymous functions without VST...
2015-10-10 Jonas Paulsson[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify...
2015-10-10 Jonas Paulsson[SystemZ] Fixes in the backend I/R.
2015-10-10 Sanjoy Das[IndVars] Use `auto`; NFC
2015-10-10 Craig TopperUse range-based for loops. NFC
2015-10-10 Keno Fischer[RuntimeDyld] Fix performance problem in resolveRelocat...
2015-10-10 Craig TopperUse range-based for loops. NFC.
2015-10-10 Craig TopperUse emplace_back instead of a constructor call and...
2015-10-10 NAKAMURA TakumiSuppress LLVM::tools/llvm-symbolizer/coff-dwarf.test...
2015-10-10 Kostya Serebryany[libFuzzer] document more trophies
2015-10-10 Kevin EnderbyMove llvm-objdump malformed Mach-O tests to X86 test...
2015-10-10 Duncan P. N... Analysis: Remove implicit ilist iterator conversions
2015-10-10 Davide Italiano[llvm-rtdyld] Use range-based loop. NFC.
2015-10-10 Duncan P. N... MC: Remove implicit ilist iterator conversions, NFC
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid Kleckner[SEH] Update SEH codegen tests to use the new IR
2015-10-09 Duncan P. N... CodeGen: Remove implicit ilist iterator conversions...
2015-10-09 Chris Bieneman[CMake] Parallel make breaks on native tablegen
2015-10-09 David Majnemer[WinEH] Insert the catchpad return before CSR restoration
2015-10-09 Richard SmithFix use of uninitialized bool, found by ubsan in portion of
2015-10-09 James Y KnightFix assert when emitting llvm.pow.f86.
2015-10-09 Diego NovilloRemove unused function in sample profile writer API...
2015-10-09 Reid Kleckner[SEH] Fix _except_handler4 table base states
2015-10-09 Duncan P. N... CodeGen: Avoid more ilist iterator implicit conversions...
2015-10-09 Duncan P. N... CodeGen: Use range-based for in PostRAScheduler, NFC
2015-10-09 Reid Kleckner[SEH] Remember to emit the last invoke range for SEH
2015-10-09 Owen AndersonGeneralize convergent check to handle invokes as well...
2015-10-09 James Y KnightFix assert in X86 backend.
2015-10-09 Chad RosierRevert "Simplify code. NFC."
2015-10-09 Duncan P. N... CodeGen: Continue removing ilist iterator implicit...
2015-10-09 Duncan P. N... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N... CodeGen: Avoid ilist iterator implicit conversions...
2015-10-09 Duncan P. N... CodeGen: Remove more ilist iterator implicit conversion...
2015-10-09 Duncan P. N... CodeGen: Use range-based for in IntrinsicLowering:...
2015-10-09 Duncan P. N... CodeGen: Use range-based for in GlobalMerge, NFC
2015-10-09 Duncan P. N... CodeGen: Remove a few more ilist iterator implicit...
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-10-09 Owen AndersonAdd iterator ranges for blocks in a Loop.
2015-10-09 Duncan P. N... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N... CodeGen: Remove implicit conversions from Analysis...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Sanjay Patelfix typos; NFC
2015-10-09 Chris Bieneman[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate...
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-10-09 Artur PilipenkoAdd verification for align, dereferenceable, dereferenc...
2015-10-09 Keno FischerClear SectionSymbols in MCContext::Reset
2015-10-09 Duncan P. N... AArch64: Make getNextNode() cleanup in r249764 more...
2015-10-09 Duncan P. N... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Duncan P. N... Revert "Support: Partially revert r249782 to unbreak...
2015-10-09 Dehao ChenMake HeaderLineno a local variable.
2015-10-09 Reid KlecknerFix pdb.test when python is not on PATH
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-09 Artur PilipenkoValueTracking: use getAlignment in isAligned
2015-10-09 Frederic Riss[dsymutil] Prevent warning
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-09 Jonas Paulsson[SystemZ] Remove unused code in SystemZElimCompare.cpp
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-10-09 Andrea Di Biagio[MemCpyOpt] Fix wrong merging adjacent nontemporal...
2015-10-09 Arnaud A. de... [EarlyCSE] Address post commit review for r249523.
2015-10-09 Jonas Paulsson[SystemZ] Remove superfluous braces in SystemZShortenIn...
2015-10-09 Jonas Paulsson[SystemZ] Minor bugfixes.
2015-10-09 Jonas Paulsson[SystemZ] Bugfix in SystemZAsmParser.cpp.
2015-10-09 Kostya Serebryany[libFuzzer] don't print large artifacts to stderr
2015-10-09 Kostya Serebryany[libFuzzer] add -artifact_prefix flag
2015-10-09 Saleem AbdulrasoolARM: tweak WoA frame lowering
2015-10-09 Sanjoy Das[SCEV] Call `StrengthenNoWrapFlags` after `GroupByCompl...
2015-10-09 Reid KlecknerRe-enable the coff-dwarf test on Windows
next