- Oct 09, 2010
-
-
Benjamin Kramer authored
llvm-svn: 116156
-
Michael J. Spencer authored
llvm-svn: 116155
-
Benjamin Kramer authored
llvm-svn: 116154
-
Benjamin Kramer authored
Store pointer and length of the message in DelayedDiagnostic and hide the gory union details. llvm-svn: 116153
-
Michael J. Spencer authored
llvm-svn: 116152
-
Michael J. Spencer authored
llvm-svn: 116151
-
Michael J. Spencer authored
llvm-svn: 116150
-
Michael J. Spencer authored
llvm-svn: 116149
-
Michael J. Spencer authored
llvm-svn: 116148
-
Bill Wendling authored
__builtin_ia32_vec_init_v8qi __builtin_ia32_vec_init_v4hi __builtin_ia32_vec_init_v2si They are lowered to bitcasts. (These are all ready tested by the gcc testsuite.) <rdar://problem/8529957> llvm-svn: 116147
-
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
-