oota-llvm.git
2015-09-24 Matt ArsenaultUse new TokenFactor chain when merging stores
2015-09-24 Matt ArsenaultAMDGPU: Reduce number of copies emitted
2015-09-24 Justin BognerFix a think-o in which functions these should surround
2015-09-24 Justin BognerAdd some NDEBUG checks I accidentally dropped in r248462
2015-09-24 Justin BognerBasicAA: Move BasicAAResult::alias out-of-line. NFC
2015-09-24 Michael ZolotukhinAdd CFG Simplification pass after Loop Unswitching.
2015-09-24 Evgeniy Stepanov[safestack] Fix compiler crash in the presence of stack...
2015-09-24 Sanjoy Das[IR] Teach `llvm::User` to co-allocate a descriptor.
2015-09-24 Adrian PrantlAdd REQUIRES: default_triple to these testcases.
2015-09-24 Rui UeyamaRemove iterator_range::end.
2015-09-23 Rui UeyamaAdd iterator_range::end() predicate.
2015-09-23 Michael Zolotukhin[Unroll] When completely unrolling the loop, replace...
2015-09-23 Wei MiPut profile variables of COMDAT functions to it's own...
2015-09-23 Sanjay Patelset div/rem default values to 'expensive' in TargetTran...
2015-09-23 Tim NorthoverARM: fix folding stack adjustment (again again again...)
2015-09-23 Adrian Prantldsymutil: Don't prune forward declarations inside a...
2015-09-23 Adrian PrantlFix this dsymutil testcase by not passing in a path...
2015-09-23 Philip ReamesRemove handling of AddrSpaceCast in stripAndAccumulateI...
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-23 Akira Hatanaka[InstCombine] Preserve metadata when merging loads...
2015-09-23 Philip Reames[docs] Update DominatorTree docs to clarify expectation...
2015-09-23 Sanjay Patel[x86] replace integer 'xor' ops with packed SSE FP...
2015-09-23 Sanjay Patel[x86] replace integer 'or' ops with packed SSE FP ...
2015-09-23 Adrian PrantlFix the order of operations.
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Sanjay Patelmove call to convertIntLogicToFPLogic up; NFCI
2015-09-23 Adrian PrantlTemporarily make testcase more verbose to debug a msvc...
2015-09-23 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-23 Sanjay Patel[x86] move code for converting int logic to FP logic...
2015-09-23 Adrian Prantldsymutil: Resolve forward decls for types defined in...
2015-09-23 Adrian Prantldsymutil: print a warning when there is a module hash...
2015-09-23 Sanjay Patel[x86] replace integer 'and' ops with packed SSE FP...
2015-09-23 Dan Gohman[WebAssembly] Fix hasAddr64 being used before being...
2015-09-23 Vedant Kumar[Inline] Use AssumptionCache from the right Function
2015-09-23 Alexander KornienkoFix CodeGen/WebAssembly/global.ll test under ASAN.
2015-09-23 David Majnemer[DeadArgElim] Split the invoke successor edge
2015-09-23 Chad Rosier[AArch64] Refactor pre- and post-index merge fuctions...
2015-09-23 Igor Laevsky[DeadStoreElimination] Remove dead zero store to calloc...
2015-09-23 Benjamin Kramer[dsymutil] Plug a memory leak.
2015-09-23 Oliver Stannard[ARM] Add option to force fast-isel
2015-09-23 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-23 Sanjoy Das[SCEV] Introduce ScalarEvolution::getOne and getZero.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Cong HouAdd a test case for the fix of profile update issue...
2015-09-23 Cong HouFixed an issue on updating profile data when lowering...
2015-09-23 NAKAMURA Takumidsymutil: Fix a comment. [-Wdocumentation]
2015-09-22 Adrian PrantlAdd a unit test for r248341.
2015-09-22 Adrian PrantlIR: Add a setDWOId() method to DICompileUnit.
2015-09-22 Adrian PrantlIR: Fix the return value of DICompileUnit::getDWOId.
2015-09-22 Adrian PrantlDebug Info: Emit the dwo_name only in skeleton CUs...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Avoid multiple connected liveness...
2015-09-22 Matthias BraunLiveInterval: Distribute subregister liveranges to...
2015-09-22 Michael Zolotukhin[Unroll] Do not crash trying to propagate a value to...
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-22 Michael Zolotukhin[Unroll] Follow-up for r247769: fix a bug in UnrolledIn...
2015-09-22 Aaron BallmanInstead of defining the operator delete() function...
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-09-22 Adrian Prantldsymutil: Make resolveDIEReference and getUnitForOffset...
2015-09-22 Adrian Prantldsymutil: Make DwarfLinker::reportWarning() public...
2015-09-22 Davide ItalianoRemove macho-dump. Its functionality is now covered...
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Adrian PrantlFix a typo.
2015-09-22 Benjamin KramerMake helper function static. NFC.
2015-09-22 Daniel Sanders[mips][sched] Split IIBranch into specific instruction...
2015-09-22 Daniel Sanders[mips][sched] Temporarily rename IIAlu to IIM16Alu...
2015-09-22 Stephen CanonDon't raise inexact when lowering ceil, floor, round...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-22 NAKAMURA TakumiARMInstrInfo.cpp: Reformat.
2015-09-22 NAKAMURA TakumiFix utf8 chars.
2015-09-22 Daniel Sanders[mips][ias] Implement .cpreturn directive.
2015-09-22 Daniel Sanders[mips][sched] Added class for WSBH
2015-09-22 Daniel Sanders[llvm-mc-fuzzer] Support untested instruction discovery...
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-09-22 Craig TopperRemove extra 'nullptr' entry from an array in tablegen...
2015-09-22 Craig TopperFix formatting of a tablegen register info file by...
2015-09-22 Craig TopperUse makeArrayRef and None to simplify some code in...
2015-09-22 Matt ArsenaultAMDGPU: Remove unnecessary check
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Davide Italiano[llvm-readobj/MachO] Ensure we always have valid CmdNam...
2015-09-22 Matthias BraunRemove declarations for methods that do not exist.
2015-09-22 NAKAMURA TakumiFix r248164. [-Wdocumentation]
2015-09-22 Evgeniy StepanovRemove unused TargetTransformInfo dependency from SafeS...
2015-09-22 Michael Zolotukhin[LoopUnswitch] Require DominatorTree info.
2015-09-22 Sanjoy Das[SCEV] Use SaveAndRestore<T> instead of a hand rolled...
2015-09-21 Sanjay Patelfunction names should start with a lower case letter...
2015-09-21 Sanjay Pateldon't repeat function/variable names in header comments...
2015-09-21 Philip Reames[LICM] Hoist calls to readonly argmemonly functions...
2015-09-21 Philip ReamesFix for pr24866
2015-09-21 Mehdi AminiFix UB: can't bind a reference to nullptr (NFC)
2015-09-21 David Blaikieauto and range-for-ify some things to make changing...
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-21 Jeroen Ketema[ARM] Do not scale vext with a factor
2015-09-21 Simon Pilgrim[DAGCombiner] Tidy up FMA combine helpers. NFCI.
2015-09-21 James Molloy[LoopUtils,LV] Propagate fast-math flags on generated...
next