hanchenye-llvm-project/clang/lib
Justin Bogner 57ba0b228d Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Committed this by accident before it was done last time.

Original message:

    Rather than rolling our own functions to read little endian data
    from a buffer, we can use the support in llvm's Endian.h.

    No functional change.

llvm-svn: 205062
2014-03-28 22:03:24 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST Use the new Windows environment for target detection 2014-03-27 22:50:18 +00:00
ASTMatchers Remove unused typedef as pointed out by a GCC warning. 2014-03-14 10:15:44 +00:00
Analysis remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
Basic Add ARM big endian Target (armeb, thumbeb) 2014-03-28 14:40:46 +00:00
CodeGen Use constexpr again, this time portably 2014-03-28 19:27:37 +00:00
Driver Simplify clang-cl's target triple setting 2014-03-28 20:49:28 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format clang-format: Fix aligning of comments and escaped newlines in macros. 2014-03-28 15:06:01 +00:00
Frontend Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams" 2014-03-28 22:03:19 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Intrin.h: Implement _InterlockedExchangePointer 2014-03-26 16:09:48 +00:00
Index remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
Lex Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams" 2014-03-28 22:03:24 +00:00
Parse MS asm: Filter out fpsw clobbers 2014-03-27 00:00:03 +00:00
Rewrite [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 15:23:01 +00:00
Sema Add ARM big endian Target (armeb, thumbeb) 2014-03-28 14:40:46 +00:00
Serialization Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams" 2014-03-28 22:03:24 +00:00
StaticAnalyzer [analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs. 2014-03-26 17:05:46 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00