- Mar 29, 2011
-
-
Daniel Dunbar authored
integrated-as. llvm-svn: 128431
-
Daniel Dunbar authored
on Darwin. llvm-svn: 128430
-
Johnny Chen authored
llvm-svn: 128429
-
Johnny Chen authored
all the symbols for an executable image and to issue the lldb 'disassemble' command on each symbol. The initial version just dumps the symbol table. llvm-svn: 128428
-
- Mar 28, 2011
-
-
Anton Yartsev authored
llvm-svn: 128427
-
Ted Kremenek authored
llvm-svn: 128426
-
Devang Patel authored
llvm-svn: 128425
-
Devang Patel authored
llvm-svn: 128421
-
Johnny Chen authored
Add comments to ThumbDisassemblerCore.h for recent change made for t2PLD disassembly. llvm-svn: 128417
-
Kevin Enderby authored
otool(1), this time with the needed fix for case sensitive file systems :) . This is a work in progress as the interface for producing symbolic operands is not done. But a hacked prototype using information from the object file's relocation entiries and replacing immediate operands with MCExpr's has been shown to work with no changes to the instrucion printer. These APIs will be moved into a dynamic library at some point. llvm-svn: 128415
-
Nick Lewycky authored
llvm-svn: 128413
-
Fariborz Jahanian authored
// rdar://9181463 llvm-svn: 128410
-
Caroline Tice authored
Fix bugs in various ARM istruction emulation functions: EmulateVPUSH - Fix context. - Fix bug calculating register numbers. EmulateVPOP - Fix context. - Fix bug calculating register numbers. EmulateShiftIMM - Fix bug in assert statement. EmulateLDMDA - Fix context. EmulateLDMDB - Fix context. EmulateLDMIB - Fix context. EmulateSTM - Fix bug calculating lowest_set_bit. EmulateSTMDA - Fix context. - Fix bug calculating lowest_set_bit. EmulateSTMDB - Fix context. - Fix bug calculating lowest_set_bit. EmulateSTMIB - FIx context EmulateLDRSBImmed - Fix test to match correction in corrected manual llvm-svn: 128409
-
Jay Foad authored
llvm-svn: 128406
-
Che-Liang Chiou authored
llvm-svn: 128405
-
NAKAMURA Takumi authored
llvm-svn: 128404
-
NAKAMURA Takumi authored
llvm-svn: 128403
-
Eli Friedman authored
was refusing to open the file.) llvm-svn: 128402
-
Matt Beaumont-Gay authored
llvm-svn: 128401
-
Stephen Wilson authored
llvm-svn: 128400
-
Frits van Bommel authored
Add some debug output when -instcombine uses RAUW. This can make debug output for those cases much clearer since without this it only showed that the original instruction was removed, not what it was replaced with. llvm-svn: 128399
-
Jakob Stoklund Olesen authored
llvm-svn: 128398
-
Jakob Stoklund Olesen authored
The reassignment phase was able to move interference with a higher spill weight, but it didn't happen very often and it was fairly expensive. The existing interference eviction picks up the slack. llvm-svn: 128397
-
- Mar 27, 2011
-
-
Chandler Carruth authored
functionality changed. llvm-svn: 128396
-
Chandler Carruth authored
to be added... Sorry for the noise. llvm-svn: 128395
-
Chandler Carruth authored
and flesh out the existing uninitialized testing for field initializers. The tests come from Richard's original patch, but I've cleaned them up a bit and ordered them more naturally. Also, I added a test for the most simple base case: int x = x; And it turns out we miss this one! =[ That and another bad FIXME on the field initializer checking are left in the test. llvm-svn: 128394
-
Ken Dyck authored
No change in functionality intended. llvm-svn: 128393
-
Ken Dyck authored
functionality intended. llvm-svn: 128392
-
Ken Dyck authored
functionality intended. llvm-svn: 128391
-
Chandler Carruth authored
required modifying a few tests that specifically use note include stacks to check the source manager's view of include stacks. I've simply added the flag to these tests for now, they may have to be more substantially changed if we decide to remove support for note include stacks altogether. Also, add a test for include stacks on notes that was supposed to go in with the previous commit. llvm-svn: 128390
-
Fariborz Jahanian authored
an objc method. Fixes // rdar://9181463 llvm-svn: 128389
-
Nick Lewycky authored
the subclass optional data. llvm-svn: 128388
-
Francois Pichet authored
Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. For example: typename C1<T>:: /*template*/ Iterator<0> pos; Also the error is downgraded to an ExtWarn in Microsoft mode. llvm-svn: 128387
-
Ken Dyck authored
CharUnits). llvm-svn: 128386
-
Ken Dyck authored
functionality intended. llvm-svn: 128385
-
Ken Dyck authored
CharUnits. No change in functionality intended. llvm-svn: 128384
-
Ken Dyck authored
functionality intended. llvm-svn: 128383
-
Anton Yartsev authored
AltiVec vector comparison logic now affect only vectors of fundamental AltiVec vector types. It fixes bug 9347. llvm-svn: 128381
-
Benjamin Kramer authored
llvm-svn: 128380
-
Frits van Bommel authored
Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code. llvm-svn: 128379
-