CMake: Use the new USES_TERMINAL option for test suite targets when available.
[oota-llvm.git] / include /
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.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Rafael EspindolaDon't duplicate names in comments. NFC.
2014-11-11 Rafael EspindolaDon't repeat name in comment. NFC.
2014-11-10 Rafael EspindolaFix variable names and comment style. NFC.
2014-11-07 David MajnemerSelectionDAG: Assert if we truncate SDNode's NumOperand...
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-11-07 Daniel Sanders[mips] Remove MipsCC::analyzeCallOperands in favour...
2014-11-07 Jay Foadllvm-symbolizer: teach it about PowerPC64 ELF function...
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-06 Rafael EspindolaDon't repeat names in comments. NFC.
2014-11-06 Simon Atanasyan[ELF][yaml2obj] Handle additional MIPS specific st_othe...
2014-11-06 Frederic RissChange DIBuilder::createImportedDeclaration from taking...
2014-11-05 Steven WuRemove obsolete ARM intrinsics vclz and vcnt
2014-11-05 Simon AtanasyanAdd accessor to get 'visibility' part of st_other field
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
next