llvm-6502/tools
Jeffrey Yasskin dc85724f70 Change the JIT to compile eagerly by default as agreed in
http://llvm.org/PR5184, and beef up the comments to describe what both options
do and the risks of lazy compilation in the presence of threads.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85295 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-27 20:30:28 +00:00
..
bugpoint Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
gold Include config.h in order to have HAVE_STDINT_H be defined. 2009-10-22 16:03:32 +00:00
llc Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. 2009-10-16 21:02:20 +00:00
lli Change the JIT to compile eagerly by default as agreed in 2009-10-27 20:30:28 +00:00
llvm-ar
llvm-as llvm-as: Simplify, and don't create empty output files with -disable-output. 2009-10-17 03:28:28 +00:00
llvm-bcanalyzer
llvm-config
llvm-dis
llvm-extract
llvm-ld llvm-ld doesn't throw. 2009-10-22 00:52:28 +00:00
llvm-link
llvm-mc Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
llvm-nm
llvm-prof this doesn't use EH either. 2009-10-22 00:50:24 +00:00
llvm-ranlib
llvm-stub
llvmc Document OptionPreprocessor. 2009-10-25 01:44:11 +00:00
lto
opt nothing opt uses can throw, remove the try block and -fexceptions when 2009-10-22 00:46:41 +00:00
CMakeLists.txt
Makefile