1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib
Owen Anderson d29fb4b991 It is possible to try to merge a not-constant with a constantrage, when dealing with ptrtoint ConstantExpr's.
Unfortunately, the only testcase I have for this is huge and doesn't reduce well because the error is
sensitive to iteration-order issues, since the problem only occurs when merging values in a particular order.

llvm-svn: 112489
2010-08-30 17:03:45 +00:00
..
Analysis It is possible to try to merge a not-constant with a constantrage, when dealing with ptrtoint ConstantExpr's. 2010-08-30 17:03:45 +00:00
Archive Eliminate some unnessary Path::exists() calls. 2010-05-27 20:51:54 +00:00
AsmParser remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Bitcode remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
CodeGen Revert r112461. It was failing on PPC... 2010-08-30 04:36:50 +00:00
CompilerDriver Add a TODO. 2010-08-23 19:24:12 +00:00
ExecutionEngine EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897) 2010-08-30 14:00:29 +00:00
Linker Reapply r112091 and r111922, support for metadata linking, with a 2010-08-26 15:41:53 +00:00
MC The value is offset from the start of the section for non-common symbols, submitted by Jordan Gordeev. 2010-08-30 12:00:16 +00:00
Support Remove a hack that tries to understand incorrect triples from the 2010-08-30 10:57:54 +00:00
System Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric! 2010-08-28 16:39:32 +00:00
Target Create Thumb2sI_cpsr and T2sI_cpsr. These new classes indicate that CPSR is the 2010-08-30 01:47:35 +00:00
Transforms rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas 2010-08-29 19:54:28 +00:00
VMCore Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm 2010-08-29 05:57:34 +00:00
Makefile