Clean up doxygen comments in FunctionAttrs, promoting some non-doxygen
[oota-llvm.git] / include /
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...
2015-08-31 Richard SmithInfrastructure changes for Clang r246497.
2015-08-31 Naomi MusgraveRollback of commit "Repress sanitization on User dtor."
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Naomi MusgraveUndo reversion on commit: Revert "Revert "Repress sanit...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-31 Naomi MusgraveRevert "Repress sanitization on User dtor. Modify msan...
2015-08-31 Naomi MusgraveRepress sanitization on User dtor. Modify msan macros...
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-31 Peter CollingbourneSupport: Support LLVM_ENABLE_THREADS=0 in llvm/Support...
2015-08-30 Renato GolinRevert "Revert "New interface function is added to...
2015-08-30 Renato GolinRevert "New interface function is added to VectorUtils...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-30 Elena DemikhovskyNew interface function is added to VectorUtils
2015-08-30 Chandler CarruthRefactor the ARM target parsing to use a def file with...
2015-08-30 Chandler Carruth[Triple] Use clang-format to normalize the formatting...
2015-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
next