- Apr 06, 2011
-
-
John McCall authored
Patch by Syoyo Fujita! Reviewed by Chris Lattner! Checked in by me! llvm-svn: 128984
-
John McCall authored
A situation where we can get an invalid ExprResult without an error. Fixes PR8394. Patch by Justin Bogner! llvm-svn: 128979
-
John McCall authored
within a token, like trigraphs and escaped newlines. Patch by Marcin Kowalczyk! llvm-svn: 128978
-
Johnny Chen authored
Add more complete sanity check for LdStFrm instructions where if IBit (Inst{25}) is 1, Inst{4} should be 0. Otherwise, we should reject the insn as invalid. rdar://problem/9239347 rdar://problem/9239467 llvm-svn: 128977
-
Chris Lattner authored
llvm-svn: 128974
-
Jim Grosbach authored
Start teaching the runtime Dyld interface to use the memory manager API for allocating space. Rather than mapping directly into the MachO object, we extract the payload for each object and copy it into a dedicated buffer allocated via the memory manager. For now, just do Segment64, so this works on x86_64, but not yet on ARM. llvm-svn: 128973
-
Chris Lattner authored
llvm-svn: 128970
-
Chris Lattner authored
llvm-svn: 128969
-
Chris Lattner authored
llvm-svn: 128968
-
Devang Patel authored
llvm-svn: 128966
-
Owen Anderson authored
Reapply r128946 (pseudoization of various instructions), and fix the extra imp-def of CPSR it was adding. llvm-svn: 128965
-
Chandler Carruth authored
llvm-svn: 128964
-
Jakob Stoklund Olesen authored
llvm-svn: 128963
-
Jakob Stoklund Olesen authored
llvm-svn: 128962
-
Jakob Stoklund Olesen authored
Treat the landing pad as a normal successor when that happens. llvm-svn: 128961
-
Jim Grosbach authored
llvm-svn: 128959
-
Johnny Chen authored
encodings for DisassembleArithMiscFrm(). rdar://problem/9238659 llvm-svn: 128958
-
Devang Patel authored
llvm-svn: 128957
-
Caroline Tice authored
Add Emulate and DumpEmulation to Instruction class. Move InstructionLLVM out of DisassemblerLLVM class. Add instruction emulation function calls to SBInstruction and SBInstructionList APIs. llvm-svn: 128956
-
Chris Lattner authored
llvm-svn: 128955
-
Chris Lattner authored
it already is. llvm-svn: 128954
-
Bob Wilson authored
llvm-svn: 128953
-
Chandler Carruth authored
this class. Clang was warning on this with -Wnon-virtual-dtor. llvm-svn: 128952
-
Owen Anderson authored
llvm-svn: 128951
-
Fariborz Jahanian authored
As a result, I had to remove a c++ version of a clang test which requires more scrutiny on my part. llvm-svn: 128950
-
Johnny Chen authored
Qd -> bit[12] == 0 Qn -> bit[16] == 0 Qm -> bit[0] == 0 If one of these bits is 1, the instruction is UNDEFINED. rdar://problem/9238399 rdar://problem/9238445 llvm-svn: 128949
-
Devang Patel authored
llvm-svn: 128948
-
Devang Patel authored
llvm-svn: 128947
-
Owen Anderson authored
llvm-svn: 128946
-
Johnny Chen authored
Added checks for regs which should not be 15. rdar://problem/9237734 llvm-svn: 128945
-
Ted Kremenek authored
llvm-svn: 128944
-
- Apr 05, 2011
-
-
Chris Lattner authored
still used by RegionInfo :( llvm-svn: 128943
-
NAKAMURA Takumi authored
It would be better to browse without stylesheet. (eg. on ViewVC) llvm-svn: 128942
-
Johnny Chen authored
For register-controlled shifts, we should check that the encoding constraint Inst{7} = 0 and Inst{4} = 1 is satisfied. rdar://problem/9237693 llvm-svn: 128941
-
Owen Anderson authored
Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doing the expansion earlier (using a custom inserter) to allow for the chance of predicating these instructions. llvm-svn: 128940
-
Greg Clayton authored
consistent and also to lighten up the page a bit. llvm-svn: 128939
-
Chris Lattner authored
llvm-svn: 128938
-
Fariborz Jahanian authored
targets) when load/store results in multiple instructions. // rdar://8808439 llvm-svn: 128937
-
Jakob Stoklund Olesen authored
llvm-svn: 128936
-
Jakob Stoklund Olesen authored
llvm-svn: 128935
-