llvm-6502/tools/llvm-readobj
Saleem Abdulrasool 5ecf81d8b0 tools: repair Windows build
exp2 is not available on Windows.  Fortunately, we are calculating powers of 2
with expontents within the range of [4,12].  Simply use an equivalent bitshift
operation to repair compilation with MSVC which does not provide this standard
function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200454 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-30 05:20:31 +00:00
..
ARMAttributeParser.cpp tools: repair Windows build 2014-01-30 05:20:31 +00:00
ARMAttributeParser.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
ARMEHABIPrinter.h tools: use 64-bit print specifier 2014-01-21 04:31:29 +00:00
CMakeLists.txt tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
COFFDumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
ELFDumper.cpp tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
Error.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
Error.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
llvm-readobj.cpp tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
llvm-readobj.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
LLVMBuild.txt Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
MachODumper.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
Makefile Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
ObjDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ObjDumper.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
StreamWriter.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
StreamWriter.h tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00