1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Devang Patel 606a8f3fbf Do not require line number entry for undefined local variable.
This is a regression caused by r106792 and caught by gdb testsuite.

llvm-svn: 107430
2010-07-01 21:38:08 +00:00
..
Analysis Remove context sensitivity concerns from interprocedural-basic-aa, and 2010-07-01 20:08:40 +00:00
Archive Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
AsmParser Revert r107205 and r107207. 2010-06-29 22:34:52 +00:00
Bitcode Revert r107205 and r107207. 2010-06-29 22:34:52 +00:00
CodeGen Do not require line number entry for undefined local variable. 2010-07-01 21:38:08 +00:00
CompilerDriver 80-col violation. 2010-07-01 01:00:27 +00:00
ExecutionEngine Handle execution entrypoints with non-integer return types. 2010-06-18 02:01:10 +00:00
Linker Revert r107205 and r107207. 2010-06-29 22:34:52 +00:00
MC MC: Fix some stray hunks I didn't intend to commit. 2010-07-01 20:48:51 +00:00
Support Rather than giving SmallPtrSetImpl a member field SmallArray which is magically 2010-06-30 15:02:37 +00:00
System Avoid "variable 'bits' set but not used [-Wunused-but-set-variable]" 2010-06-10 16:23:15 +00:00
Target Move SSE3 Move patterns to a more appropriate section 2010-07-01 17:35:02 +00:00
Transforms Debugging infomration is encoded in llvm IR using metadata. This is designed 2010-07-01 19:49:20 +00:00
VMCore reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it work even if CallInst::op_* are private 2010-07-01 10:41:37 +00:00
Makefile