llvm-mirror/lib
Devang Patel 7a4c97d14a Parse
%b = getresult {i32, i32} %a, i32 1

llvm-svn: 47349
2008-02-19 22:26:37 +00:00
..
Analysis Fix a compiler warning. 2008-02-19 09:28:48 +00:00
Archive Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
AsmParser Parse 2008-02-19 22:26:37 +00:00
Bitcode Expand ParameterAttributes to 32 bits (in preparation 2008-02-19 21:38:47 +00:00
CodeGen Add GetResultInst. First step for multiple return value support. 2008-02-19 22:15:16 +00:00
Debugger
ExecutionEngine Support vector constant zeros, thanks to Zack Rusin for the testcase. 2008-02-15 00:57:28 +00:00
Linker random cleanups. 2008-02-19 18:49:08 +00:00
Support Fixed bug in APInt::Profile() where the BitWidth field was not included in the 2008-02-19 20:50:41 +00:00
System It is not safe to call fork in PrintStackTrace. Sometimes it freezes the program. 2008-02-15 18:05:54 +00:00
Target fix some byval problems in the cbe. Closes PR2065 2008-02-19 19:47:54 +00:00
Transforms Expand ParameterAttributes to 32 bits (in preparation 2008-02-19 21:38:47 +00:00
VMCore Add GetResultInst. First step for multiple return value support. 2008-02-19 22:15:16 +00:00
Makefile