Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / include /
2015-09-16 NAKAMURA Takumillvm/CodeGen/CommandFlags.h: Prune doubleslash in ...
2015-09-15 Sanjoy Das[SCEVExpander] Fix comment formatting; NFC.
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-15 Larisse VoufoRevert "Clean up: Refactoring the hardcoded value of...
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-14 David Blaikie[opaque pointer types] Add an explicit value type to...
2015-09-14 Matthias BraunRegisterPressure: constify getRegSetPressureAtPos()
2015-09-14 Dan GohmanMake AsmPrinter::EmitJumpTableInfo virtual
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-14 NAKAMURA TakumiReformat partially.
2015-09-14 NAKAMURA TakumiReformat blank lines.
2015-09-14 NAKAMURA TakumiWhitespace.
2015-09-14 NAKAMURA TakumiGlobalsAAResult: Try to fix crash.
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-09-12 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-12 Bruce MitchenerFix typos.
2015-09-12 Hal FinkelMove asserts from PHINode::addIncoming to PHINode:...
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-11 Richard Smith[modules] Move ConvertUTF.h to a separate submodule...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Richard Smith[modules] Add another .def file to our list of textual...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Rafael EspindolaMark another method const. Sorry for missing this one...
2015-09-10 Rafael EspindolaMark two methods const.
2015-09-10 Reid KlecknerCorrect the return type of CreateCleanupEndPad
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Chandler Carruth[ADT] Force inline several super boring and unusually...
2015-09-10 Chandler Carruth[ADT] Micro-optimize and force inlining for string...
2015-09-10 Chandler Carruth[ADT] Apply a large hammer to StringRef functions:...
2015-09-10 Chandler Carruth[Support] Fix the always_inline attribute macro to...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Chandler Carruth[LPM] Use a map from analysis ID to immutable passes...
2015-09-10 Mehdi AminiMakes EmitRecord() accepting ArrayRef and raw array...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Ahmed Bougacha[CodeGen] Make x86 nontemporal store patfrags generic...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-10 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-10 Mehdi AminiAdd makeArrayRef() overload for ArrayRef input (no...
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Teresa JohnsonChange EmitRecordWithAbbrevImpl to take Optional record...
2015-09-09 Mehdi AminiRevert "Bitcode Writer: EmitRecordWith* takes an ArrayR...
2015-09-09 Mehdi AminiBitcode Writer: EmitRecordWith* takes an ArrayRef inste...
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Sanjay Patelallow unpredictable metadata on switch statements
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-09 Alexandros LamprineasLLVM does not distinguish Cortex-M4 from Cortex-M4F...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-09 Matt ArsenaultFix typos / grammar
2015-09-09 Duncan P. N. Exon... Revert "Bitcode: ArrayRef-ize EmitRecordWithAbbrev...
2015-09-09 Duncan P. N. Exon... Bitcode: ArrayRef-ize EmitRecordWithAbbrev(), NFC
2015-09-08 Peter CollingbourneRe-apply r247080 with order of evaluation fix.
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Peter CollingbourneRevert r247080, "LowerBitSets: Extend pass to support...
2015-09-08 Peter CollingbourneLowerBitSets: Extend pass to support functions as bitse...
2015-09-08 Matt ArsenaultAdd const overload of findRegisterUseOperand
2015-09-08 Evgeniy StepanovFix isDiscardableIfUnused to include available_external...
2015-09-05 Alexandros LamprineasAdded arch extensions and default target features in...
2015-09-04 Chad RosierTypo. NFC.
2015-09-04 Richard SmithFix APInt value initialization to give a zero value...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-03 Silviu BarangaFix IRBuilder CreateBitOrPointerCast for vector types
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 Douglas KatzmanAdd Myriad into enum VendorType
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-02 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-09-02 NAKAMURA TakumiMCAssembler.h: Prune unused \param since r246604. ...
2015-09-02 Rafael EspindolaPass a symbol table to getRelocationSymbol instead...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 Benjamin KramerRemove OutputBuffer.
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-09-01 Rui UeyamaObject: Fix COFF import file's symbols.
2015-08-31 Duncan P. N. Exon... LTO: Cleanup parameter names and header docs, NFC
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
next