Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
[oota-llvm.git] / include / llvm / IntrinsicsARM.td
2009-07-07 Bob WilsonChange NEON vldN/vstN intrinsics to specify "N" as...
2009-06-26 Bob WilsonAdd missing argument for vtbx intrinsic.
2009-06-26 Bob WilsonAdd intrinsics for ARM NEON vtbl and vtbx operations.
2009-06-26 Bob WilsonSwap order of arguments to vst[34]* intrinsics. This...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.