Patch by Vadim Chugunov
[oota-llvm.git] / include / llvm / Support /
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...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-28 Justin BognerSupport: Functions for writing endian specific data...
2014-03-28 Chandler Carruth[Allocator Cleanup] Sink the private data members and...
2014-03-28 Chandler Carruth[Allocator Cleanup] Move generic pointer alignment...
2014-03-28 Chandler Carruth[Allocator Cleanup] Make the growth of the "slab" size...
2014-03-27 Rui UeyamaRevert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."
2014-03-27 Rui Ueyama[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.
2014-03-27 Chandler Carruth[cleanup] Run clang-format over these routines to remov...
2014-03-27 Chandler Carruth[cleanup] Modernize doxygen comments for the BumpPtrAll...
2014-03-27 Justin Bognerllvm-cov: When reading strings in gcov data, skip leadi...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-25 Justin BognerSupport: Functions for consuming endian specific data...
2014-03-24 Justin BognerSupport: Document Endian.h functions
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-19 Justin BognerSupport: Add postincrement and include guards to LineIt...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 Jim GrosbachC++ style comments
2014-03-18 Jim GrosbachMachO: Comment fields in the version_min load command.
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Simon Atanasyan[Mips] Add one more MIPS relocation type constant.
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-10 Mark LaceyFix a couple typos.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-07 Eric ChristopherActually include the ArrayRef header rather than rely...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Benjamin KramerMake header standalone for libstdc++.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Rui UeyamaPartially roll back r202915.
2014-03-05 Rui UeyamaFix endianness bug.
next