Go to file
Evan Cheng bf4070756f Teach if-converter to be more careful with predicating instructions that would
take multiple cycles to decode.
For the current if-converter clients (actually only ARM), the instructions that
are predicated on false are not nops. They would still take machine cycles to
decode. Micro-coded instructions such as LDM / STM can potentially take multiple
cycles to decode. If-converter should take treat them as non-micro-coded
simple instructions.

llvm-svn: 113570
2010-09-10 01:29:16 +00:00
clang Update checker build. 2010-09-10 01:20:17 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx Yonggang Luo fixed gcc version checking for type_traits support. 2010-09-09 13:58:34 +00:00
lldb Add comments to InstanceSettings constructors explaining why they have 2010-09-09 18:26:37 +00:00
llvm Teach if-converter to be more careful with predicating instructions that would 2010-09-10 01:29:16 +00:00