hanchenye-llvm-project/llvm/lib
Duncan Sands fd5c8329cf After updating value handles for RAUW, check that no weak or tracking handles
are still on the list.  This might happen if a CallbackVH created some new value
handles for the old value when doing RAUW.  Barf if it occurs, since it is almost
certainly a mistake.

llvm-svn: 109495
2010-07-27 06:53:14 +00:00
..
Analysis Add function to query RegionInfo about loops. 2010-07-27 04:17:13 +00:00
Archive Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
AsmParser Revert r109361; it's impossible to write a call with an argument with an 2010-07-24 23:06:59 +00:00
Bitcode Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
CodeGen It's better to have the arrays, which would trigger the creation of stack 2010-07-27 01:55:19 +00:00
CompilerDriver Formatting. 2010-07-23 04:19:34 +00:00
ExecutionEngine Don't call __register_frame from the JIT on systems that use setjmp/longjmp 2010-07-26 21:58:00 +00:00
Linker Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
MC Fix format-specifier warning 2010-07-26 03:55:44 +00:00
Support Don't pass StringRef by reference. 2010-07-14 22:38:02 +00:00
System Rather than using an ifdef on the target to zero out fields, 2010-07-14 14:32:33 +00:00
Target Make MC use Windows COFF on Windows and add tests. 2010-07-27 06:46:15 +00:00
Transforms Add an initial implementation of LazyValueInfo updating for JumpThreading. Disabled for now. 2010-07-26 18:48:03 +00:00
VMCore After updating value handles for RAUW, check that no weak or tracking handles 2010-07-27 06:53:14 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00