The hazard recognizer only needs a subtarget, not a target machine
[oota-llvm.git] / include /
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.
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Rafael EspindolaAdd a Constant version of stripPointerCasts.
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-04 Saleem AbdulrasoolSupport: add additional comment for ARM EH structure
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-04 Alp Tokerconfig.h: fix layering and don't duplicate definitions
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-06-03 Alp TokerRemove some redundant doc comments
2014-06-03 Rafael EspindolaImplement one operator== with another.
2014-06-03 Rafael EspindolaAdd operator== and operator!= to compare with nullptr.
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaUse an enum class.
2014-06-03 Rafael EspindolaRemove the last unspecified_bool_type from llvm.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-06-02 Saleem AbdulrasoolSupport: add 6-parameter format
2014-06-02 Saleem AbdulrasoolSupport: add Windows ARM EH data structures
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-31 Adam Nemet[SelectionDAG] Remove duplicate declaration
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
next