llvm-6502/lib
Bruno Cardoso Lopes 3c45734274 Temporary hack to let codegen assert or generate poor code in case
we are using AVX and no AVX version of the desired intruction is present,
this is better for incremental dev (without fallbacks it's easier to spot
what's missing). Not sure this is the best hack thought (we can also disable
all HasSSE* predicates by dinamically marking them 'false' if AVX is present)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109434 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-26 21:01:18 +00:00
..
Analysis Add an initial implementation of LazyValueInfo updating for JumpThreading. Disabled for now. 2010-07-26 18:48:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Handle Values with no value in getCopyFromRegs. 2010-07-26 18:15:41 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Fix format-specifier warning 2010-07-26 03:55:44 +00:00
Support
System
Target Temporary hack to let codegen assert or generate poor code in case 2010-07-26 21:01:18 +00:00
Transforms Add an initial implementation of LazyValueInfo updating for JumpThreading. Disabled for now. 2010-07-26 18:48:03 +00:00
VMCore Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: 2010-07-26 17:55:15 +00:00
Makefile