llvm-6502/lib
Andrew Trick 7c863eb8cc Bugpoint support for miscompilations that result in a crash.
This change allows bugpoint to pinpoint the "opt" pass and bitcode
segment responsible for a crash caused by miscompilation. At least it
works well for me now, without having to create any custom execution
wrappers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131186 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-11 16:31:24 +00:00
..
Analysis Change a few std::maps to DenseMaps. 2011-05-09 18:44:09 +00:00
Archive
AsmParser
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain). 2011-05-11 14:40:50 +00:00
CompilerDriver
ExecutionEngine Revert ExecutionEngine patches, they either failed to build or broke unit tests. 2011-05-07 03:12:54 +00:00
Linker
MC Avoid a gcc warning. 2011-05-10 22:28:35 +00:00
Object
Support Bugpoint support for miscompilations that result in a crash. 2011-05-11 16:31:24 +00:00
Target Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a splat vector. 2011-05-11 08:12:09 +00:00
Transforms Preserve line number information. 2011-05-10 00:03:11 +00:00
VMCore Fix cmake again. 2011-05-10 22:42:41 +00:00
CMakeLists.txt
Makefile