llvm-6502/tools
Reid Kleckner 07d5aef305 lto.h: Use lto_bool_t instead of int to restore the ABI
This reverts commit r193255 and instead creates an lto_bool_t typedef
that points to bool, _Bool, or unsigned char depending on what is
available.  Only recent versions of MSVC provide a stdbool.h header.

Reviewers: rafael.espindola

Differential Revision: http://llvm-reviews.chandlerc.com/D2019

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193377 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-24 22:26:04 +00:00
..
bugpoint
bugpoint-passes
gold Check for errors when calling lto_codegen_add_module in the gold plugin. 2013-10-18 19:32:06 +00:00
llc
lli Adding support for deregistering EH frames with MCJIT. 2013-10-16 00:14:21 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test llvm-c-test: Make them C89-compliant. 2013-10-23 17:56:37 +00:00
llvm-config
llvm-cov Change llvm-cov output formatting to be more similar to gcov. 2013-10-22 05:09:41 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-readobj
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer llvm-symbolizer: don't always run demangler on global object names 2013-10-16 09:54:49 +00:00
lto lto.h: Use lto_bool_t instead of int to restore the ABI 2013-10-24 22:26:04 +00:00
macho-dump
msbuild vs2013 msbuild integration: add missing .target files, fix typo in CMakeLists 2013-10-14 18:16:37 +00:00
obj2yaml
opt
yaml2obj
CMakeLists.txt llvm/tools/llvm-c-test should be built also on msvc. 2013-10-23 17:56:59 +00:00
LLVMBuild.txt
Makefile Add llvm-c-test tool for testing llvm-c 2013-10-23 08:10:20 +00:00