summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
...
* Revert r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [Allocator] Stop forward-declaring BumpPtrAllocator in a few places.Chandler Carruth2014-03-30
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* Support: Functions for writing endian specific data to streams.Justin Bogner2014-03-28
* [Allocator Cleanup] Sink the private data members and methods to theChandler Carruth2014-03-28
* [Allocator Cleanup] Move generic pointer alignment helper out of anChandler Carruth2014-03-28
* [Allocator Cleanup] Make the growth of the "slab" size of theChandler Carruth2014-03-28
* Revert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."Rui Ueyama2014-03-27
* [C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.Rui Ueyama2014-03-27
* [cleanup] Run clang-format over these routines to remove formattingChandler Carruth2014-03-27
* [cleanup] Modernize doxygen comments for the BumpPtrAllocator andChandler Carruth2014-03-27
* llvm-cov: When reading strings in gcov data, skip leading zerosJustin Bogner2014-03-27
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* Support: Functions for consuming endian specific data from a buffer.Justin Bogner2014-03-25
* Support: Document Endian.h functionsJustin Bogner2014-03-24
* Remove dead and incorrect code.Rafael Espindola2014-03-20
* Support: Add postincrement and include guards to LineIteratorJustin Bogner2014-03-19
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* C++ style commentsJim Grosbach2014-03-18
* MachO: Comment fields in the version_min load command.Jim Grosbach2014-03-18
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* [Mips] Add one more MIPS relocation type constant.Simon Atanasyan2014-03-14
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-12
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Fix a couple typos.Mark Lacey2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Actually include the ArrayRef header rather than rely on the forwardEric Christopher2014-03-07
* [C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer2014-03-07
* Make header standalone for libstdc++.Benjamin Kramer2014-03-07
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth2014-03-06
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* Partially roll back r202915.Rui Ueyama2014-03-05