SelectionDAG: Expand i64 = FP_TO_SINT i32
[oota-llvm.git] / lib / Support /
2014-06-17 Justin BognerSupport: Inject LLVM_VERSION_INFO into the Support...
2014-06-17 Justin Bognertools: Add a space between package version and LLVM_VER...
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
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 Dmitri GribenkoSupport/ConvertUTF: restore compatibility with MSVC...
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Zachary TurnerMake the error-handling functions thread-safe.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaFix build on windows.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaTry to fix the windows build.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaTrying to fix the windows build.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Artyom Skrobovadding re-include guards into lib/Support/reg*.h
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 Rafael EspindolaPrefix generic_category with std::.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
2014-06-12 Rafael EspindolaTry to fix the mingw build.
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 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
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 Zachary TurnerTest commit, wraps some lines to fit in 80 columns.
2014-06-08 Stephen CanonAPFloat: x - NaN needs to flip the signbit of NaN when...
2014-06-04 Alp TokerGraphWriter: try gv before xdg-open
2014-06-04 Alp TokerGraphWriter: support the XDG open utility
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-06-02 Alp TokerSilence -Wreturn-type warning
2014-06-02 Alp TokerGraphWriter: tweak the program fallback order
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-06-02 Saleem AbdulrasoolSupport: add Windows ARM EH data structures
2014-05-31 Alp TokerFix typos
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-31 Rafael EspindolaFix windows build.
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 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2014-05-31 Rafael Espindoladelete dead code.
2014-05-23 Bradley SmithFixup sys::getHostCPUFeatures crypto names so it doesn...
2014-05-22 Bradley SmithExtend sys::getHostCPUFeatures to work on AArch64 platforms
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-09 Alp TokerMemoryBuffer: don't force mmap when stat fails
2014-05-09 Alp TokerMemoryBuffer: remove unusued definitions
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Remove the assertion that the...
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileS...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-06 Reid KlecknerInclude intrin.h before windows.h as a workaround for...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Move the IsVolatile check inside...
2014-05-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-05-05 Kaelyn TakataSelect bdver2 instead of bdver1 if TBM support is prese...
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... Support: remove unnecessary namespace
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
2014-04-27 Chandler CarruthTeach the pass manager's execution dump to print the...
2014-04-23 NAKAMURA Takumicl::ParseCommandLineOptions(): Use StringRef to receive...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Followup to r206822 to add a DEBUG_TYPE which...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-17 David BlaikieManagedStatic is never built with a null constructor...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 Chandler Carruth[Allocator] Hoist the external helper function into...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
next