Go to file
Jim Grosbach 40eda1076a Handle cases where the post-RA scheduler may move instructions between the
address calculation instructions leading up to a jump table when we're trying
to convert them into a TB[H] instruction in Thumb2. This realistically
shouldn't happen much, if at all, for well formed inputs, but it's more correct
to handle it. rdar://7387682

llvm-svn: 107830
2010-07-07 22:51:22 +00:00
clang Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its 2010-07-07 22:43:56 +00:00
compiler-rt fix install location 2010-07-04 18:29:23 +00:00
libcxx First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. 2010-07-07 19:14:52 +00:00
lldb Fixed typos in the comments. 2010-07-07 22:49:43 +00:00
llvm Handle cases where the post-RA scheduler may move instructions between the 2010-07-07 22:51:22 +00:00