- Oct 09, 2010
-
-
Michael J. Spencer authored
llvm-svn: 116146
-
Abramo Bagnara authored
llvm-svn: 116145
-
-
Evan Cheng authored
llvm-svn: 116143
-
Michael J. Spencer authored
llvm-svn: 116142
-
John McCall authored
llvm-svn: 116141
-
Evan Cheng authored
llvm-svn: 116140
-
Greg Clayton authored
obey the UnixSignals table that we have in the process. llvm-svn: 116139
-
John McCall authored
constant initializers. llvm-svn: 116138
-
Johnny Chen authored
structures into an iterable Python object. Example: def disassemble_instructions (insts): from lldbutil import Iterator for i in Iterator(insts, 'GetSize', 'GetInstructionAtIndex'): print i llvm-svn: 116137
-
Evan Cheng authored
llvm-svn: 116136
-
Evan Cheng authored
llvm-svn: 116135
-
Evan Cheng authored
1. Cortex-A8 load / store multiplies can only issue on ALU0. 2. Eliminate A8_Issue, A8_LSPipe will correctly limit the load / store issues. 3. Correctly model all vld1 and vld2 variants. llvm-svn: 116134
-
Greg Clayton authored
llvm-svn: 116133
-
Greg Clayton authored
llvm-svn: 116132
-
Bill Wendling authored
llvm-svn: 116130
-
Nico Weber authored
llvm-svn: 116129
-
Greg Clayton authored
llvm-svn: 116128
-
Johnny Chen authored
llvm-svn: 116127
-
Bill Wendling authored
before decrementing. <rdar://problem/8529919> llvm-svn: 116126
-
Chris Lattner authored
the add/or xform. The JIT isn't mcized yet, boo. This fixes Olden/voronoi, bh and a ton of other stuff that uses the jit. llvm-svn: 116125
-
Chris Lattner authored
llvm-svn: 116124
-
Eric Christopher authored
llvm-svn: 116123
-
Douglas Gregor authored
bit by me). llvm-svn: 116122
-
Jakob Stoklund Olesen authored
functions: computeRemainder and rewrite. When the remainder breaks up into multiple components, remember to rewrite those uses as well. llvm-svn: 116121
-
Fariborz Jahanian authored
llvm-svn: 116120
-
Evan Cheng authored
llvm-svn: 116119
-
Fariborz Jahanian authored
one declared in class's extension and not one declared in class's superclass. This supresses a bogus warning on method type mismatch. Fixes //rdar: // 8530080 llvm-svn: 116118
-
Johnny Chen authored
llvm-svn: 116117
-
Jakob Stoklund Olesen authored
are still way too long, but it's a start. No functional change intended. llvm-svn: 116116
-
Johnny Chen authored
usage to self.expect() which is more descriptive. llvm-svn: 116115
-
Johnny Chen authored
llvm-svn: 116114
-
- Oct 08, 2010
-
-
Anton Korobeynikov authored
Such a check does not make any sense in presense of inlining and other compiler-dependent stuff. This should fix bunch of warnings on mingw32. llvm-svn: 116113
-
Jim Grosbach authored
concept level stuff at this point, but it is generally working for those instructions that know how to map the operands. This patch fills in the register operands for add/sub/or/etc instructions and adds the conditional execution predicate encoding. llvm-svn: 116112
-
Jim Grosbach authored
llvm-svn: 116107
-
Jakob Stoklund Olesen authored
llvm-svn: 116105
-
Fariborz Jahanian authored
expression, the entire assignment tree is rewritten into a property setter messaging. This includes rewriting the RHS. Do not attempt to rewrite RHS again. Never rewrite a rewritten text! Fixes //rdar: //8527018. llvm-svn: 116104
-
Douglas Gregor authored
llvm-svn: 116103
-
Douglas Gregor authored
llvm-svn: 116102
-
Douglas Gregor authored
brokenness in the designated-initializer ASTs. The ASTs were fixed by Alp Toker's patch (r116098) for PR6955. Fixes PR6537. llvm-svn: 116101
-