CodeGen: Remove more ilist iterator implicit conversions, NFC
[oota-llvm.git] / lib /
2015-10-09 Duncan P. N. Exon... CodeGen: Remove more ilist iterator implicit conversion...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in IntrinsicLowering:...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in GlobalMerge, NFC
2015-10-09 Duncan P. N. Exon... CodeGen: Remove a few more ilist iterator implicit...
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-10-09 Duncan P. N. Exon... 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 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. Exon... AArch64: Make getNextNode() cleanup in r249764 more...
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Dehao ChenMake HeaderLineno a local variable.
2015-10-09 Artur PilipenkoValueTracking: use getAlignment in isAligned
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 Grand... [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 KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
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-08 Duncan P. N. Exon... 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. Exon... Support: Stop relying on iterator auto-conversion, NFC
2015-10-08 Duncan P. N. Exon... AArch64: Stop using MachineInstr::getNextNode()
2015-10-08 Duncan P. N. Exon... MC: Stop using Fragment::getNextNode()
2015-10-08 Duncan P. N. Exon... PowerPC: Don't use getNextNode() for insertion point
2015-10-08 Evgeniy StepanovNew MSan mapping layout (llvm part).
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-08 Eric ChristopherMove the MMX subtarget feature out of the SSE set of...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Alexei Starovoitov[bpf] Do not expand UNDEF SDNode during insn selection...
2015-10-08 Sanjoy Das[SCEV] Bring some methods up to coding style; NFC
2015-10-08 Reid Kleckner[WinEH] Relax assertion in the presence of stack realig...
2015-10-08 Sanjoy Das[SCEV] Remove comment repeated in cpp file; NFC
2015-10-08 Sanjoy Das[SCEV] Pick backedge values for phi nodes correctly
2015-10-08 Rafael EspindolaHandle Archive::getNumberOfSymbols being called in...
2015-10-08 Ulrich Weigand[SystemZ] Fix another assertion failure in tryBuildVect...
2015-10-08 Sanjay Patel[InstCombine] transform masking off of an FP sign bit...
2015-10-08 Sanjay Patel[ValueTracking] teach computeKnownBits that a fabs...
2015-10-08 George RimarWindows: Fixed sys::findProgramByName to work with...
2015-10-08 Frederic Riss[X86] Disable X86CallFrameOptimization on Darwin in...
2015-10-08 Teresa JohnsonFix combined function index abbrev (NFC)
2015-10-08 Igor BregerAVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
2015-10-08 James MolloyCompute demanded bits for icmp instructions
2015-10-08 James MolloyTreat Mul just like Add and Subtract
2015-10-08 James MolloyMake demanded bits lazy
2015-10-08 Michael Kuperstein[X86] Fix wrong treatment of multi-lane blends in BUILD...
2015-10-08 Michael KupersteinDo not assert on first non-prologue instruction being...
2015-10-08 Jonas Paulsson[SystemZ] SystemZElimCompare pass improved.
2015-10-08 Jonas Paulsson[SystemZ] Bugfix: check CC reg liveness in SystemZShort...
2015-10-08 Jonas Paulsson [SystemZ] Use load-and-test for fp compare with 0...
2015-10-08 Jonas Paulsson[SystemZ] More minor fixing in SystemZElimCompare.cpp
2015-10-08 Jonas Paulsson[SystemZ] Minor fixes in SystemZElimCompare.cpp
2015-10-08 Craig TopperUse range-based for loops. NFC.
2015-10-08 Sanjoy Das[SCEV] Check `Pred` first in isKnownPredicateViaSplitting
2015-10-08 Sanjoy Das[SCEV] Use `auto *` instead of `auto`; NFCI
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Kostya Serebryany[libFuzzer] fix 32-bit build
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 Reid Kleckner[WinEH] Fix 32-bit funclet epilogues in the presence...
2015-10-07 David Majnemer[WinEH] Refer to filter funclets using their symbol...
2015-10-07 Sanjoy Das[RS4GC] Use AssertingVH for RematerializedValueMapTy...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 David Majnemer[WinEH] Remove unreachable blocks before preparation
2015-10-07 Rafael Espindolagit-clang-format r249548.
2015-10-07 Vasileios Kalintiris[mips][FastISel] Factor out common code from switch...
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-07 Sanjoy Das[IRBuilder] Add gc.statepoint related methods to IRBuilder
2015-10-07 Vasileios Kalintiris[mips][FastISel] Use ternary operator to select opcode...
2015-10-07 Joseph Tremoulet[WinEH] Set NoModuleLevelChanges in clone flags
2015-10-07 Rafael EspindolaUse SpecificBumpPtrAllocator to simplify the MCSeciton...
2015-10-07 Mehdi AminiRevert "Revert "This patch builds on top of D13378...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Simple refactoring of MipsFastISel...
2015-10-07 Chad Rosier[AArch64] Fold a floating-point divide by power of...
2015-10-07 Reid Kleckner[WinEH] Fix two minor issues in __CxxFrameHandler3...
2015-10-07 Matt ArsenaultAMDGPU: Fix missing implicit m0 uses on movrel instructions
2015-10-07 Chad Rosier[AArch64] Fold a floating-point multiply by power of...
2015-10-07 Sanjoy Das[IndVars] Preserve LCSSA in `eliminateIdentitySCEV`
2015-10-07 Sanjoy Das[SCEV] Use some C++11'ism, NFC
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Kevin B. SmithTest commit access. Fixed comment to have correct input...
next