Go to file
Jim Grosbach ba3ece6f27 IT instructions are considered to be scheduling hazards, but are scheduled
with the following instructions. This is done via trickery by considering the
instruction preceding the IT to be the hazard. Care must be taken to ensure
it's the first non-debug instruction, or the presence of debug info will
affect codegen.

Part of the continuing work for rdar://7797940, making ARM code-gen unaffected
by the presence of debug information.

llvm-svn: 106871
2010-06-25 18:43:14 +00:00
clang IRGen for trivial initialization of dynamiccaly allocated 2010-06-25 18:26:07 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results 2010-06-24 21:28:00 +00:00
lldb Remove a reference to Leopard. 2010-06-25 00:34:35 +00:00
llvm IT instructions are considered to be scheduling hazards, but are scheduled 2010-06-25 18:43:14 +00:00