oota-llvm.git
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
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerFix coff-dwarf test for non-Windows platforms that...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-09 Joseph Tremoulet[WinEH] Fix cleanup state numbering
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-09 Duncan P. N... Support: Partially revert r249782 to unbreak clang...
2015-10-08 Duncan P. N... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-10-08 Sanjoy Das[IRBuilder] Change the `gc.statepoint` creation interface
2015-10-08 Sanjoy Das[PlaceSafeopints] Extract out `callsGCLeafFunction...
2015-10-08 Sanjoy Das[RS4GC] Don't copy ADT's unneccessarily, NFCI
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Duncan P. N... Support: Stop relying on iterator auto-conversion, NFC
2015-10-08 Reid KlecknerEnable gtest SEH when building with clang-cl
2015-10-08 Duncan P. N... AArch64: Stop using MachineInstr::getNextNode()
next