Go to file
Sean Callanan 50952e9571 I have added a function to SBTarget that allows
clients to disassemble a series of raw bytes as
demonstrated by a new testcase.

In the future, this API will also allow clients
to provide a callback that adds comments for
addresses in the disassembly.

I also modified the SWIG harness to ensure that
Python ByteArrays work as well as strings as
sources of raw data.

llvm-svn: 146611
2011-12-14 23:49:37 +00:00
clang Produce more detailed diagnostics when static_assert condition is not an ICE. 2011-12-14 23:32:26 +00:00
compiler-rt [asan] insert __asan_init into ".preinit_array" section. Linux-only. 2011-12-14 00:19:03 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers. 2011-12-12 17:26:24 +00:00
libcxxabi Fix size calculation for pointer to member function 2011-12-13 01:23:16 +00:00
lldb I have added a function to SBTarget that allows 2011-12-14 23:49:37 +00:00
llvm Move Instruction::isSafeToSpeculativelyExecute out of VMCore and 2011-12-14 23:49:11 +00:00
polly Allow to run the Polly preopt passes with -O0 2011-12-14 12:21:31 +00:00