summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-21
* [Mips] Add more special values for the st_other field in the symbolSimon Atanasyan2014-04-20
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* OnDiskHashTable: Fix a think-o with offset_typeJustin Bogner2014-04-18
* OnDiskHashTable: Expect the Info type to declare the offset typeJustin Bogner2014-04-18
* OnDiskHashTable: Expect the Info type to declare the hash sizeJustin Bogner2014-04-18
* LineIterator: Add DataTypes.h for int64_t on MSVC.Benjamin Kramer2014-04-18
* Add some missing includes for various standard library implementations.Benjamin Kramer2014-04-18
* Allocator: Remove ReferenceAdder hack.Benjamin Kramer2014-04-18
* [Allocator] Fix an obvious think-o with the move assignmentChandler Carruth2014-04-18
* OnDiskHashTable: Provide iterator_range for keys and dataJustin Bogner2014-04-18
* [Allocator] Make SpecificBumpPtrAllocator also movable and moveChandler Carruth2014-04-17
* Support: Move OnDiskHashTable from clang to llvmJustin Bogner2014-04-17
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* [Allocator] Nuke to useless functions. The implicit ones are sufficientChandler Carruth2014-04-16
* [Allocator] Fold the two templated overloads into a single one withChandler Carruth2014-04-15
* [Allocator] Remove a really problematic overload. This is very confusingChandler Carruth2014-04-15
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Pass the size to the deallocation function. This, on someChandler Carruth2014-04-15
* [Allocator] Fix r206256 which got the enabling case backwards on theseChandler Carruth2014-04-15
* [Allocator] MSVC apparantly has broken SFINAE context handling ofChandler Carruth2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Allocator] Constrain the Deallocate templated overloads to only applyChandler Carruth2014-04-15
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [Allocator] Add Deallocate support to the AllocatorBase CRTP class,Chandler Carruth2014-04-15
* [Allocator] Hack around the fact that GCC can't compile theChandler Carruth2014-04-15
* [Allocator] Factor the Allocate template overloads into a base classChandler Carruth2014-04-15
* [cleanup] Run clang-format over most of YAMLParser.h to fix a bunch ofChandler Carruth2014-04-14
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-14
* [cleanup] Normalize YAMLParser.h's doxygen markers with '\foo' insteadChandler Carruth2014-04-14
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* Fix the compile from r206147 in release builds by moving a variableChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* SaveAndRestore: fix coding style and Doxygenify commentsDmitri Gribenko2014-04-10
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Fix a typo in the comment.Simon Atanasyan2014-04-07
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05