- Mar 11, 2010
-
-
Jakob Stoklund Olesen authored
Move methods out of line and M-x whitespace-cleanup. Promote common method arguments to member variables. llvm-svn: 98207
-
John McCall authored
llvm-svn: 98206
-
Chris Lattner authored
which doesn't support .quad correctly because it is "really really old". PR6528. Yet another reason the mc assembler should take over ;-) llvm-svn: 98205
-
Chris Lattner authored
llvm-svn: 98204
-
Chris Lattner authored
when it looked past a trunc. llvm-svn: 98203
-
Dale Johannesen authored
llvm-svn: 98202
-
- Mar 10, 2010
-
-
Bob Wilson authored
Patch by Sean Callanan. llvm-svn: 98200
-
Bill Wendling authored
indicates that an MCSymbol is external or not. (It's true if it's external.) This will be used to specify the correct information to add to non-lazy pointers. That will be explained further when this bit is used. llvm-svn: 98199
-
Anders Carlsson authored
Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either as a non-virtual base or a virtual base. llvm-svn: 98198
-
Anders Carlsson authored
llvm-svn: 98197
-
Anders Carlsson authored
llvm-svn: 98196
-
Dale Johannesen authored
No functional effect yet. This is still evolving and should not be viewed as final. llvm-svn: 98195
-
Chris Lattner authored
llvm-svn: 98194
-
Chris Lattner authored
Matthias Klose! llvm-svn: 98193
-
Chris Lattner authored
Patch by Matthias Klose! llvm-svn: 98192
-
Anders Carlsson authored
llvm-svn: 98191
-
Fariborz Jahanian authored
Fixes radar 7738452. llvm-svn: 98190
-
John McCall authored
claim this is C. We don't make ElaboratedTypes in C, but sometimes the language options during pretty-print lie to us. The rewriter should really be fixed to not rely on how types are pretty-printed, though. llvm-svn: 98189
-
Dan Gohman authored
patch by Micah Villmow for PR6572. llvm-svn: 98188
-
Daniel Dunbar authored
llvm-svn: 98187
-
Daniel Dunbar authored
llvm-svn: 98186
-
Daniel Dunbar authored
llvm-svn: 98185
-
Jim Grosbach authored
400.perlbench for the nightly tests. llvm-svn: 98183
-
Jim Grosbach authored
llvm-svn: 98182
-
Dale Johannesen authored
llvm-svn: 98181
-
Anders Carlsson authored
llvm-svn: 98180
-
Dan Gohman authored
compute a set of reachable blocks for itself each time it is called, which is fairly frequently. llvm-svn: 98179
-
Dan Gohman authored
llvm-svn: 98178
-
Anders Carlsson authored
llvm-svn: 98177
-
Ted Kremenek authored
llvm-svn: 98176
-
Ted Kremenek authored
llvm-svn: 98175
-
Ted Kremenek authored
llvm-svn: 98174
-
Dan Gohman authored
llvm-svn: 98173
-
Johnny Chen authored
operands into their own PrintMethod, in order not to pollute the printOperand() impl with disassembly only Imm modifiers. llvm-svn: 98172
-
Tobias Grosser authored
PR6540: Set the newly introduced variables ENABLE_SHARED and SHLIBPATH_VAR in lit.site.cfg not only in the autoconf build, but also in a cmake one. llvm-svn: 98171
-
Ted Kremenek authored
llvm-svn: 98170
-
Richard Osborne authored
llvm-svn: 98169
-
Richard Osborne authored
expression add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if all operands are zero extended. llvm-svn: 98168
-
Daniel Dunbar authored
llvm-svn: 98167
-
Bob Wilson authored
the "fp" register name is not valid on Darwin, and the "ip" register name was broken for all ARM targets. llvm-svn: 98166
-