llvm/test/tools/llvm-symbolizer/ppc64.test: Avoid subshell.
[oota-llvm.git] / include /
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()
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::addOperand()
2014-11-05 Zoran Jovanovic[mips][microMIPS] Mark symbols as microMIPS if necessary
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-11-05 Jiangning LiuRevert 220932.
2014-11-05 Matt ArsenaultFix broken C++ mode comment
2014-11-04 Justin BognerErrorOr: Be more explicit in the implicit conversion...
2014-11-04 Arnaud A. de Grand... [PBQP] Tweak spill costs and coalescing benefits
2014-11-04 Rafael EspindolaRemove unused DisableRedZone option.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-11-04 Reid KlecknerUse the LLVM_GNUC_PREREQ macro instead of the longhand...
2014-11-04 Reid KlecknerRemove the END_WITH_NULL macro now that Clang doesn...
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-04 Kevin EnderbyAdd the code and test cases for 32-bit Intel to llvm...
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-11-03 Reid KlecknerRelax the LLVM_NOEXCEPT _MSC_VER version check back...
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-11-03 Charlie TurnerTest commit.
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-11-01 Daniel SandersRenamed CCState members that appear to misspell 'Proces...
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-31 Reid KlecknerDefine LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Quentin Colombet[CodeGenPrepare] Move extractelement close to store...
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-31 NAKAMURA TakumiThreading.h: Give named parameters to llvm::call_once...
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-30 Diego NovilloFix comment spelling and tidy diagnostic call in profil...
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-30 Simon Atanasyan[Mips] Add new Mips specific e_flags.
2014-10-29 Jan Wen VoungFix getRelocationValueString to return the symbol name...
2014-10-28 Peter Zotov[C API] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConst...
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-27 Jingyue Wu[ScalarEvolution] Guard dump() with #if
2014-10-27 Lang Hames[PBQP] Remove a spurious 'typename' keyword. This was...
2014-10-27 Lang Hames[PBQP] Clarify ambiguous-looking typedef.
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-26 Lang Hames[PBQP] Tidying up as per Dave Blaikie's suggesions...
2014-10-26 Lang Hames[PBQP] Explicitly define copy/move operations for NodeM...
2014-10-26 Arnold SchwaighoferAdd an option to the LTO code generator to disable...
2014-10-26 Lang Hames[PBQP] Re-commit r220642 with a workaround for quirky...
2014-10-26 Hans WennborgRevert "[PBQP] Unique-ptrify some PBQP Metadata structu...
2014-10-26 Lang Hames[PBQP] Unique-ptrify some PBQP Metadata structures...
2014-10-26 Lang Hames[PBQP] Tidy up CostAllocator.h: fix variable case,...
2014-10-25 Benjamin KramerUnbreak the build.
2014-10-25 Benjamin KramerClean up assume intrinsic pattern matching, no need...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-24 Sanjay Patelremove class/function/variable names from comments...
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-24 Aaron BallmanThese functions are not actually defined for NDEBUG...
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-22 Sanjay PatelShrinkify libcalls: use float versions of double libm...
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-21 Matt ArsenaultR600/SI: Add missing parameter to div_fmas intrinsic
2014-10-21 Reid KlecknerGCC has supported C++11 ref-qualifiers since 4.8.1
2014-10-21 Arnaud A. de Grand... [PBQP] Teach PassConfig to tell if the default register...
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Arnaud A. de Grand... [PBQP] Check for out of bound access in DEBUG builds
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Alexey SamsonovTry to fix GCC error about invalid use of const_cast...
next