Untabify and whitespace cleanups.
[oota-llvm.git] / include /
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...
2014-10-20 Alexey SamsonovConstify getELFDynamicSymbolIterators standalone functi...
2014-10-20 Alexey SamsonovAdd const version of OwningBinary::getBinary
2014-10-20 Alexey SamsonovBe more specific about return type of MachOUniversalBin...
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 Chandler CarruthRemove some completely superfluous trailing comments...
2014-10-20 Chandler CarruthClean up the comments and doxygen for DataLayout.
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-17 Peter Zotov[LLVM-C] Add LLVMInstructionClone.
2014-10-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-16 Sanjay Patelfold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
2014-10-16 Benjamin KramerAdd missing header guard.
2014-10-16 NAKAMURA Takumillvm/Support/Options.h: Use \tparam. [-Wdocumentation]
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-10-15 Alexander PotapenkoAdd MachOObjectFile::getUuid()
2014-10-15 Chris BienemanUpdating documentation based on my change to remove...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-15 Duncan P. N. Exon... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Sanjay Patelremove function names from comments; NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-14 NAKAMURA TakumiThreading.h: Use \tparam for template parameters. ...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction rather...
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 Peter CollingbourneRemove unused debug info constants.
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-13 Richard Smith[modules] Stop excluding Support/Debug.h from the Suppo...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
next