llvm-6502/lib
Owen Anderson e4e1ecd37c Add a fix for an issue where LCSSA would fail to insert undef's in some corner
cases.  Ideally, this issue will go away in the future as LCSSA gets smarter
about which Phi nodes it inserts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29076 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-09 08:14:06 +00:00
..
Analysis Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
Archive Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
CodeGen Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. 2006-07-07 21:37:21 +00:00
Debugger This uses EH info 2006-07-07 16:46:43 +00:00
ExecutionEngine Change AllocateRWX/DeallocateRWX do not throw an exception. 2006-07-07 17:31:41 +00:00
Linker Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
Support LoadLibraryPermanently no longer throws an exception, so this code doesn't have 2006-07-07 17:14:04 +00:00
System no need to do a stat then an lstat. lstat will tell us if normal files don't exist. 2006-07-07 21:21:06 +00:00
Target X86 target specific DAG combine: turn build_vector (load x), (load x+4), 2006-07-07 08:33:52 +00:00
Transforms Add a fix for an issue where LCSSA would fail to insert undef's in some corner 2006-07-09 08:14:06 +00:00
VMCore Change the ModuleProvider interface to not throw exceptions. 2006-07-06 21:35:01 +00:00
Makefile