Cleaning up static initializers in TimeValue.
[oota-llvm.git] / include / llvm / Support /
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
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: implement U+FFFD insertion accordin...
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 Zachary TurnerMake the error-handling functions thread-safe.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
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 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 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-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 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 Rafael EspindolaAdd a LLVM_NOEXCEPT to Compiler.h.
2014-06-10 Rafael EspindolaUse an enum class now that they are available.
2014-06-09 Alp TokerFold FEnv.h into the implementation
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-04 Saleem AbdulrasoolSupport: add additional comment for ARM EH structure
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-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 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-28 Reid KlecknerAdd a simple helper function to create a 64-bit integer.
2014-05-28 Reid KlecknerFix standard integer definitions for MSVC in DataTypes.h
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-22 Michael J. Spencer[Graph Writer] Limit the length of the graph name becau...
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-17 David MajnemerMachO: Add comments describing section flags/attrs
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-13 Artyom Skrobovinclude/llvm/Support/Unicode.h didn't have re-include...
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-07 Justin Bognerllvm-cov: Fix some funny indentation (NFC)
2014-05-07 Nico WeberLet OnDiskHashTable call the destructor of its Items.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Justin Bognerllvm-cov: Handle missing source files as GCOV does
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
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-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-04-30 NAKAMURA Takumiraw_ostream::operator<<(StringRef): Avoid potential...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Andrea Di Biagio[Windows] Fix assertion failure when passing 'nul'...
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: Remove out-of-date comments
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Duncan P. N. Exon... Support: Simplify BranchProbability operators
2014-04-28 Chandler CarruthFix very poor compile-time in PR19499 due to excessive...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieUse unique_ptr to manage ownership of GCOVFunctions...
2014-04-20 Simon Atanasyan[Mips] Add more special values for the st_other field...
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Justin BognerOnDiskHashTable: Fix a think-o with offset_type
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Benjamin KramerLineIterator: Add DataTypes.h for int64_t on MSVC.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-18 Benjamin KramerAllocator: Remove ReferenceAdder hack.
2014-04-18 Chandler Carruth[Allocator] Fix an obvious think-o with the move assignment
2014-04-18 Justin BognerOnDiskHashTable: Provide iterator_range for keys and...
2014-04-17 Chandler Carruth[Allocator] Make SpecificBumpPtrAllocator also movable...
2014-04-17 Justin BognerSupport: Move OnDiskHashTable from clang to llvm
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Chandler Carruth[Allocator] Make BumpPtrAllocator movable and move...
2014-04-16 Chandler Carruth[Allocator] Nuke to useless functions. The implicit...
2014-04-15 Chandler Carruth[Allocator] Fold the two templated overloads into a...
2014-04-15 Chandler Carruth[Allocator] Remove a really problematic overload. This...
next