SimplifyCFG.cpp: Tweak to let msc17 compliant.
[oota-llvm.git] / include /
2014-11-19 Saleem AbdulrasoolADT: windows itanium targets msvcrt.dll
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-19 David MajnemerAliasSetTracker: UnknownInsts should contribute to...
2014-11-19 David BlaikieAdd missing header
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 Hao Liu[SeparateConstOffsetFromGEP] Allow SeparateConstOffsetF...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-19 Peter CollingbourneExpose LLVM version string via macro in llvm-config...
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-11-19 Rafael EspindolaUse a memcpy so that type based alias analysis sees...
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-19 Kostya SerebryanyIntroduce llvm::SplitAllCriticalEdges
2014-11-18 Justin BognerFix an inaccurate comment
2014-11-18 Duncan P. N. Exon... IR: Sink MDNode::Hash down to GenericMDNode::Hash
2014-11-18 Duncan P. N. Exon... IR: Move MDNode operands from the back to the front
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-17 Rafael EspindolaFactor common code it Linker::init.
2014-11-17 Rafael EspindolaRevert commits r222146 and r222137.
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-17 Rafael EspindolaAvoid undefined behavior by masking the shift amount.
2014-11-17 Rafael EspindolaUse a more canonical way of computing a mask with N...
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-16 Tobias GrosserFix typo
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-16 Jingyue Wu[DependenceAnalysis] Allow subscripts of different...
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-15 Duncan P. N. Exon... DIBuilder: Use Constant instead of Value
2014-11-15 Duncan P. N. Exon... DIBuilder: Change private helper function to static...
2014-11-14 Duncan P. N. Exon... IR: Remove MDString logic for Value::hasName()
2014-11-14 Duncan P. N. Exon... DIBuilder: Cleanup access control style, NFC
2014-11-14 Duncan P. N. Exon... DI: Use Metadata for DITypeRef and DIScopeRef
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
2014-11-14 Eric ChristopherRerun AutoRegen.sh.
2014-11-14 David BlaikieRemove redundant virtual on overriden functions.
2014-11-14 Duncan P. N. Exon... IR: Make MDString inherit from Metadata
2014-11-14 Duncan P. N. Exon... IR: Take an LLVMContext in Metadata::Metadata()
2014-11-14 Frederic RissReapply "[dwarfdump] Add support for dumping accelerato...
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 David MajnemerCalm down build bots
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-14 Rafael EspindolaUse size_type for operator[].
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-11-14 Duncan P. N. Exon... IR: Rewrite uniquing and creation of MDString
2014-11-14 David BlaikieStringMap: Test and finish off supporting perfectly...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-14 Tim NorthoverCodeGen: assert an instruction is being inserted with...
2014-11-13 Duncan P. N. Exon... IR: Make MDString::getName() private
2014-11-13 Duncan P. N. Exon... ADT: Use perfect forwarding in StringMapEntry::Create()
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Rafael EspindolaReturn word_t from read.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-13 Rafael EspindolaSimplify code a bit. NFC.
2014-11-13 Rafael EspindolaSmall optimization: once the size is know, we don't...
2014-11-13 Duncan P. N. Exon... IR: Create the Metadata class
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 David MajnemerObject, COFF: Clean up formatting in hasExtendedRelocations
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 NAKAMURA TakumiUpdate \param(s) in MemoryObject::readBytes(). [-Wdocum...
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-13 Hans WennborgCMake: stop setting (well, #undef'ing) HOST_LINK_VERSIO...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-12 NAKAMURA TakumiMCDisassembler::getInstruction():: Prune also "\param...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Rafael EspindolaDelete dead code. NFC.
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 David BlaikieFix non-variadic function_ref cases to match r221753
2014-11-12 Rafael EspindolaDon't duplicate name in comments. NFC.
2014-11-12 Rafael EspindolaRevert "Use a function_ref now that it works (r221753)."
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaUse a function_ref now that it works (r221753).
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 David BlaikieEnsure function_refs are copyable even from non-const...
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-11 Duncan P. N. Exon... libLTO: Allow linker to choose context of modules and...
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOModule to own a context
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOCodeGenerator to own a context
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
next