llvm-6502/lib
Zachary Turner 6aba383ab5 [llvm-pdbdump] Fix dumping of function pointers and basic types.
Function pointers were not correctly handled by the dumper, and
they would print as "* name".  They now print as
"int (__cdecl *name)(int arg1, int arg2)" as they should.

Also, doubles were being printed as floats.  This fixes that bug
as well, and adds tests for all builtin types. as well as a test
for function pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230703 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-26 23:49:23 +00:00
..
Analysis SCEVExpander incorrectly marks generated subtractions as nuw/nsw 2015-02-26 19:51:35 +00:00
AsmParser
Bitcode
CodeGen Remove DebugLoc::print(LLVMContext, raw_ostream), it was just 2015-02-26 23:32:17 +00:00
DebugInfo [llvm-pdbdump] Fix dumping of function pointers and basic types. 2015-02-26 23:49:23 +00:00
ExecutionEngine
Fuzzer
IR PlaceSafepoints: use IRBuilder helpers 2015-02-26 00:35:56 +00:00
IRReader
LineEditor
Linker
LTO
MC [MC] Use the non-EH register mapping in the debug_frame section. 2015-02-26 19:48:07 +00:00
Object Object: Handle Mach-O kext bundle files 2015-02-25 22:59:20 +00:00
Option
ProfileData InstrProf: Simplify the construction of BinaryCoverageReader 2015-02-26 20:06:28 +00:00
Support Silence some Win64 clang-cl warnings about unused stuff due to ifdefs 2015-02-26 21:08:21 +00:00
TableGen
Target getRegForInlineAsmConstraint wants to use TargetRegisterInfo for 2015-02-26 22:38:43 +00:00
Transforms Remove DebugLoc::print(LLVMContext, raw_ostream), it was just 2015-02-26 23:32:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile