Move -dwarf-version to an MC level command line option so it's
[oota-llvm.git] / include /
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-18 Rafael EspindolaUpdate to the latest registered ELF e_machine names...
2014-06-18 Justin BognerProfileData: Fix copy-paste type in RawInstrProfReader
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Ed MasteADT: correct typo in comment
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-06-17 Zachary TurnerExpose ValueMap's mutex type as a typedef instead of...
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-16 Jim GrosbachAArch64: Add backend intrinsic for rbit.
2014-06-16 Jim GrosbachARM: intrinsic support for rbit.
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2014-06-15 Manuel KlimekAdd specialization of FoldingSetTrait for std::pair.
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovAdding llvm::sys::swapByteOrder() for the common use...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-13 Zachary TurnerMake the error-handling functions thread-safe.
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Richard Smith[modules] The LLVM C API does not require C++!
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-12 Alp TokerAvoid in-class initializer from r210747
2014-06-12 Alp TokerAvoid anonymous namespace in header from r210747
2014-06-12 Alp TokerAvoid redundant allocations in the linker optimisation...
2014-06-12 Juergen Ributzka[FastISel] Add support for the stackmap intrinsic.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-12 Rafael EspindolaRemove some low hanging fruit from system_error.h
2014-06-12 Rafael EspindolaTry to fix the mingw build.
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-11 Saleem AbdulrasoolMC: clang-format MCAsmInfo
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Rafael EspindolaAdd a LLVM_NOEXCEPT to Compiler.h.
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherFix typos.
2014-06-10 Rafael EspindolaUse an enum class now that they are available.
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-09 Alp TokerFold FEnv.h into the implementation
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-08 NAKAMURA TakumiEscape "@function" with \verbatim. [-Wdocumentation]
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-06-08 Alp TokerRemove redundant typedef from MCAsmParserSemaCallback
2014-06-08 Alp TokerMake InlineAsmIdentifierInfo forward-declarable
2014-06-07 Andrew TrickFix the MachineScheduler's logic for updating ready...
2014-06-06 Saleem AbdulrasoolADT: introduce isWindowsItaniumEnvironment
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-06 Alp Tokerconfig.h: remove clang-specific macro definitions
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Evgeniy StepanovAdd missing const specifier to a const method.
next