[CMake] Fixing dependency issue with parallel make when building with LLVM_OPTIMIZED_...
[oota-llvm.git] / lib /
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-23 Kostya Serebryany[libFuzzer] remove some old code; also make __sanitizer...
2015-10-23 Matt ArsenaultAMDGPU: Fix parsing of 32-bit literals with sign bit set
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James Molloy[BasicAA] Bugfix for r251016
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-23 Sanjoy Das[SCEV] Get rid of an unnecessary lambda; NFC
2015-10-23 Zlatko Buljan[mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL...
2015-10-23 Sanjoy Das[SCEV] Fix a latent bug in `getPreStartForExtend`
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-23 Mehdi AminiSLPVectorizer: AllSameOpcode* starts "true" only for...
2015-10-23 Mehdi AminiSLPVectorizer: refactor reorderInputsAccordingToOpcode...
2015-10-23 Davide Italiano[CodeGen] Remove usage of NDEBUG in header.
2015-10-22 Kostya Serebryany[libFuzzer] use the indirect caller-callee counter...
2015-10-22 Kostya Serebryany[libFuzzer] more refactoring the code that checks the...
2015-10-22 Kostya Serebryany[libFuzzer] refactoring the code that checks the covera...
2015-10-22 Kostya Serebryany[libFuzzer] remove the deprecated 'tokens' feature
2015-10-22 Justin BognerLoopPass: Remove redoLoop, it isn't used. NFC
2015-10-22 Justin BognerLoopPass: Simplify the API for adding a new loop. NFC
2015-10-22 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-22 David Majnemer[Sink] Don't check BB.empty()
2015-10-22 Alexey Samsonov[ASan] Enable instrumentation of dynamic allocas by...
2015-10-22 Sanjoy Das[SCEV] Commute zero extends through <nuw> additions
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Sanjoy Das[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
2015-10-22 Sanjoy Das[SCEV] Commute sign extends through nsw additions
2015-10-22 Sanjoy Das[SCEV] Mark AddExprs as nsw or nuw if legal
2015-10-22 Alexey Samsonov[ASan] Minor fixes to dynamic allocas handling:
2015-10-22 Davide Italiano[ExecutionEngine] Garbage collect some dead (and unsafe...
2015-10-22 Rafael EspindolaAvoid storing a second copy of each string in StringTab...
2015-10-22 Matthias BraunAArch64: Disable the latency heuristic
2015-10-22 Matthias BraunMachineScheduler: Add a way to disable the 'ReduceLaten...
2015-10-22 Eric ChristopherRemove the last traces of X86CompilationCallback as...
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-22 Zachary TurnerFix broken build under MSVC.
2015-10-22 Craig TopperUse ArrayRef instead of pointer and size. NFC
2015-10-22 Zia Ansari[X86] - Catch extra combine opportunities for redundant...
2015-10-22 Bill Schmidt[PPC] Fix PR24686 by failing assembly for an invalid...
2015-10-22 Rafael EspindolaAvoid hash lookups when finalizing StringTableBuilder...
2015-10-22 Rafael EspindolaUse array_pod_sort. NFC.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 James Molloy[GlobalsAA] Loosen an overly conservative bailout
2015-10-22 James Molloy[BasicAA] Non-equal indices in a GEP of a SequentialTyp...
2015-10-22 James Molloy[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 Pawel BylicaUse range-based for loop in sys::path::append(). NFC.
2015-10-22 Elena DemikhovskyAVX-512: Fixed a bug in select_cc for i1 type
2015-10-22 Elena DemikhovskyPartially reverted changes from r250686
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-21 David Majnemer[WinEH] Remove extraneous call to emitEHRegistrationOff...
2015-10-21 Matt ArsenaultAMDGPU: Fix adding redundant m0 uses
2015-10-21 Matt ArsenaultAMDGPU: Fix verifier error in SIFoldOperands
2015-10-21 Matt ArsenaultAMDGPU: Split DiagnosticInfoUnsupported into its own...
2015-10-21 Matt ArsenaultAMDGPU: Simplify VOP3 operand legalization.
2015-10-21 Matt ArsenaultAMDGPU: Fix not checking implicit operands in verifyIns...
2015-10-21 Matt ArsenaultUse numeric_limits instead of LLONG_MAX
2015-10-21 Matt ArsenaultLegalizeDAG: Implement promote for build_vector
2015-10-21 Vedant Kumar[Verifier] Minor comment update, NFC
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-21 Joerg SonnenbergerDrop assert that a call with struct return goes to...
2015-10-21 Teresa JohnsonSilence Visual C++ warning in function summary parsing...
2015-10-21 Sanjay Patel[x86] move recursive add match for LEA to helper functi...
2015-10-21 David Majnemer[SimplifyCFG] Don't use-after-free an SSA value
2015-10-21 Craig Topper[X86] Add AMD mwaitx, monitorx, and clzero instructions...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-21 Craig Topper[Option] Use an ArrayRef to store the Option Infos...
2015-10-21 Daniel Sanders[mips][mips16] Re-work the inline assembly stubs to...
2015-10-21 Chandler Carruth[AA] Enhance the new AliasAnalysis infrastructure with...
2015-10-21 Elena DemikhovskyMasked Load/Store optimization for scalar code
2015-10-21 Daniel Sanders[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
2015-10-21 Jonas PaulssonLet MachineVerifier be aware of mem-to-mem instructions.
2015-10-21 Mehdi AminiDo not use `dyn_cast<X>` after `isa<X>` (NFC)
2015-10-21 Krzysztof ParzyszekTail duplication can mix incompatible registers in...
2015-10-21 JF BastienWebAssembly: support imports
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-20 Krzysztof Parzyszek[Hexagon] Bit-based instruction simplification
2015-10-20 Krzysztof Parzyszek[Hexagon] Fix isNVStorable flag in .td files
2015-10-20 Igor Laevsky[MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_...
2015-10-20 Krzysztof Parzyszek[Hexagon] Capture aggregate variables by reference...
2015-10-20 Krzysztof Parzyszek[Hexagon] Do not fall-through if there is no CFG edge
2015-10-20 Krzysztof Parzyszek[Hexagon] Use symbolic name for subregister instead...
2015-10-20 Krzysztof Parzyszek[Hexagon] Change Based->Base in getBasedWithImmOffset
2015-10-20 Krzysztof Parzyszek[Hexagon] Remove the remnants of isConstExtProfitable
2015-10-20 Artyom SkrobovTwo switch blocks in VectorLegalizer::LegalizeOp alread...
2015-10-20 Jonas Paulsson[SystemZ] Use LivePhysRegs helper class in SystemZShort...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Artyom SkrobovCombining DIV+REM->DIVREM doesn't belong in LegalizeDAG...
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Keno FischerFix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer
2015-10-20 Matt ArsenaultAMDGPU: Add MachineInstr overloads for instruction...
2015-10-20 Matt ArsenaultAMDGPU: Stop reserving v[254:255]
next