1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Chris Lattner f4c7ceebaf Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception.  This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though it is clearly only one step
along the way.

llvm-svn: 29395
2006-07-28 22:03:44 +00:00
..
Analysis Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
CodeGen Remove InFlightSet hack. No longer needed. 2006-07-28 00:47:19 +00:00
Debugger Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
ExecutionEngine Fix handling of asm specifiers for external globals. This unbreaks many programs 2006-07-28 21:11:31 +00:00
Linker eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
Support Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
System Change Path::getStatusInfo to return a boolean and error string on an error 2006-07-28 22:03:44 +00:00
Target Make functions with an "asm" name propagate that asm name into the cbe.c file. 2006-07-28 20:58:47 +00:00
Transforms Add some advice 2006-07-27 04:24:14 +00:00
VMCore Add some advice 2006-07-27 04:24:14 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00