- Nov 03, 2010
-
-
John Thompson authored
llvm-svn: 118108
-
John Thompson authored
llvm-svn: 118107
-
- Nov 02, 2010
-
-
Dan Gohman authored
llvm-svn: 118106
-
Dan Gohman authored
llvm-svn: 118105
-
Chris Lattner authored
filling them in one at a time. Previously this iterated over the asmoperands, which left the problem of "holes". The new approach simplifies things. llvm-svn: 118104
-
Bill Wendling authored
llvm-svn: 118103
-
Dan Gohman authored
llvm-svn: 118102
-
Bill Wendling authored
llvm-svn: 118099
-
Bill Wendling authored
is handled with the MC encoder. llvm-svn: 118098
-
Owen Anderson authored
Since these fields are not exactly equivalent to the encoded field, rename them to something with semantic meaning. llvm-svn: 118097
-
Dan Gohman authored
llvm-svn: 118096
-
Daniel Dunbar authored
llvm-svn: 118095
-
Bill Wendling authored
with immediates up to 16-bits in size. The same logic is applied to other LDR encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in VLDR's case). Removing the "12" allows it to be more generic. llvm-svn: 118094
-
Owen Anderson authored
llvm-svn: 118093
-
Chris Lattner authored
llvm-svn: 118092
-
Mikhail Glushenkov authored
Additionally, move the implementation of appendSuffix to Path.cpp: it is platform-independent. llvm-svn: 118089
-
Mikhail Glushenkov authored
llvm-svn: 118088
-
Owen Anderson authored
llvm-svn: 118087
-
Dan Gohman authored
llvm-svn: 118086
-
Johnny Chen authored
Also modify the: self.runCmd("expr %s" % var) to be: self.runCmd("expression %s" % var) since 'expr' is an alias of expression. And fix the assert message to be either 'frame variable -t %s' or 'expression %s'. llvm-svn: 118085
-
Owen Anderson authored
llvm-svn: 118084
-
Chris Lattner authored
in the generated .inc files. llvm-svn: 118083
-
Owen Anderson authored
llvm-svn: 118082
-
Johnny Chen authored
Comment out the filtering code. The next check in will clean up the test case by wiping off the filtering related logic. llvm-svn: 118081
-
Rafael Espindola authored
// FIXME: We should compute this sooner, we don't want to recurse here, and // we would like to be more functional. In MCAssembler::ComputeFragmentSize. llvm-svn: 118080
-
Oscar Fuentes authored
llvm-svn: 118072
-
Greg Clayton authored
children always incorrectly displayed the child at offset zero. llvm-svn: 118070
-
Bob Wilson authored
llvm-svn: 118069
-
Owen Anderson authored
llvm-svn: 118068
-
Owen Anderson authored
llvm-svn: 118067
-
Fariborz Jahanian authored
expression is a dependent expression. // rdar: // 8620524 and PR7851 llvm-svn: 118066
-
John McCall authored
visibility of their function. llvm-svn: 118065
-
Dan Gohman authored
llvm-svn: 118058
-
Dan Gohman authored
llvm-svn: 118057
-
Mikhail Glushenkov authored
llvm-svn: 118056
-
Owen Anderson authored
llvm-svn: 118055
-
Devang Patel authored
llvm-svn: 118054
-
Owen Anderson authored
llvm-svn: 118053
-
Douglas Gregor authored
can be used to automatically synthesize an ivar. llvm-svn: 118052
-
Mikhail Glushenkov authored
This allows using GetDLLSuffix() with appendSuffix(). llvm-svn: 118051
-