Use an enum class.
[oota-llvm.git] / include / llvm / Support /
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...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Chandler Carruth[Allocator] Pass the size to the deallocation function...
2014-04-15 Chandler Carruth[Allocator] Fix r206256 which got the enabling case...
2014-04-15 Chandler Carruth[Allocator] MSVC apparantly has broken SFINAE context...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Chandler Carruth[Allocator] Constrain the Deallocate templated overload...
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 Chandler Carruth[Allocator] Add Deallocate support to the AllocatorBase...
2014-04-15 Chandler Carruth[Allocator] Hack around the fact that GCC can't compile the
2014-04-15 Chandler Carruth[Allocator] Factor the Allocate template overloads...
2014-04-14 Chandler Carruth[cleanup] Run clang-format over most of YAMLParser...
2014-04-14 Chandler Carruth[Allocator] Hoist the external helper function into...
2014-04-14 Chandler Carruth[cleanup] Normalize YAMLParser.h's doxygen markers...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler CarruthFix the compile from r206147 in release builds by movin...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-10 Dmitri GribenkoSaveAndRestore: fix coding style and Doxygenify comments
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-04-07 Simon AtanasyanFix a typo in the comment.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-31 David BlaikieComment to describe the debug_loc.dwo constants
2014-03-31 Rui UeyamaFix MSVC warning.
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Daniel Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
next