- Feb 11, 2010
-
-
Ted Kremenek authored
Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. llvm-svn: 95834
-
Douglas Gregor authored
llvm-svn: 95833
-
Jakob Stoklund Olesen authored
Calling RemoveOperand is very expensive on huge PHI instructions. This makes early tail duplication run twice as fast on the Firefox JavaScript interpreter. llvm-svn: 95832
-
Jakob Stoklund Olesen authored
This makes early tail duplication run 60 times faster when compiling the Firefox JavaScript interpreter, see PR6186. llvm-svn: 95831
-
Devang Patel authored
llvm-svn: 95828
-
Kevin Enderby authored
llvm-svn: 95827
-
Kevin Enderby authored
with some of the recent changes that have gone into llvm-mc. llvm-svn: 95826
-
Dan Gohman authored
multiple global variables at a time. llvm-svn: 95825
-
Mon P Wang authored
lowering and requires that certain types exist in ValueTypes.h. Modified widening to check if an op can trap and if so, the widening algorithm will apply only the op on the defined elements. It is safer to do this in widening because the optimizer can't guarantee removing unused ops in some cases. llvm-svn: 95823
-
Fariborz Jahanian authored
a __weak block. Fixes radar 7628591. llvm-svn: 95822
-
Charles Davis authored
Thanks, Anton! llvm-svn: 95821
-
Charles Davis authored
attribute, so it uses Anton's new target-specific attribute support. It's supposed to ensure that the stack is 16-byte aligned, but since necessary support is lacking from LLVM, this is a no-op for now. llvm-svn: 95820
-
Dale Johannesen authored
llvm-svn: 95819
-
Dale Johannesen authored
llvm-svn: 95818
-
- Feb 10, 2010
-
-
Bob Wilson authored
legalization even when the IR-level optimizer has removed dead phis, such as when the high half of an i64 value is unused on a 32-bit target. I had to adjust a few test cases that had dead phis. This is a partial fix for Radar 7627077. llvm-svn: 95816
-
Dale Johannesen authored
llvm-svn: 95814
-
Bill Wendling authored
the pointer values could be invalid. llvm-svn: 95813
-
Chris Lattner authored
llvm-svn: 95812
-
Dale Johannesen authored
changed its behavior. Oops. llvm-svn: 95811
-
Chris Lattner authored
llvm-svn: 95810
-
Eli Friedman authored
code with lots of bitfields. llvm-svn: 95809
-
Chris Lattner authored
llvm-svn: 95808
-
Devang Patel authored
llvm-svn: 95807
-
Daniel Dunbar authored
x86_32-encoding.s in on expectation of it passing. llvm-svn: 95806
-
Douglas Gregor authored
llvm-svn: 95805
-
Daniel Dunbar authored
llvm-svn: 95804
-
Daniel Dunbar authored
etc.) llvm-svn: 95803
-
Daniel Dunbar authored
llvm-svn: 95802
-
Dan Gohman authored
llvm-svn: 95801
-
Daniel Dunbar authored
llvm-svn: 95800
-
Dan Gohman authored
The "uses=" comments are just clutter in this context. llvm-svn: 95799
-
Dan Gohman authored
to be printed, in place of the familiar "uses=" comments. llvm-svn: 95798
-
Dan Gohman authored
llvm-svn: 95797
-
Fariborz Jahanian authored
Fixes radar 7630551 llvm-svn: 95796
-
Dan Gohman authored
different word was intended. llvm-svn: 95795
-
Douglas Gregor authored
translation units. llvm-svn: 95794
-
Kevin Enderby authored
containing the subset of the full auto generated test case that currently encodes correctly. Again it is useful as we bring up the the new encoder to make sure currently working stuff stays working. llvm-svn: 95791
-
Fariborz Jahanian authored
in a declaration statement. Fixes radar 7628153. llvm-svn: 95788
-
Daniel Dunbar authored
calls to the UnwindResumeOrRethrow function for C++/Obj-C exception handling, for Darwin ARM. llvm-svn: 95787
-
Devang Patel authored
llvm-svn: 95786
-