- Apr 20, 2010
-
-
rdar://7879828Chris Lattner authored
Arg promotion was deleting call graph nodes that still had references from the 'indirect' CGN. Like the inliner, it should only delete the function if all references are gone. llvm-svn: 101845
-
Dan Gohman authored
responsible for figuring out what that's supposed to be on its own. llvm-svn: 101844
-
Dan Gohman authored
where multiple blocks are emitted; functions which do this need to return the new BB so that their callers can stay current. llvm-svn: 101843
-
John McCall authored
associated with a new expression if -fno-exceptions is set. llvm-svn: 101841
-
Bob Wilson authored
the intrinsics. The reason for those i8* types is that the intrinsics are overloaded on the vector type and we don't have a way to declare an intrinsic where one argument is an overloaded vector type and another argument is a pointer to the vector element type. The bitcasts added here will match what the frontend will typically generate when these intrinsics are used. llvm-svn: 101840
-
Johnny Chen authored
llvm-svn: 101839
-
Douglas Gregor authored
will already have done so when the template is declared. llvm-svn: 101838
-
Dan Gohman authored
llvm-svn: 101832
-
Dan Gohman authored
and End arguments by-value rather than by-reference. llvm-svn: 101830
-
Johnny Chen authored
llvm-svn: 101827
-
Douglas Gregor authored
function declaration, since it may end up being changed (e.g., "extern" can become "static" if a prior declaration was static). Patch by Enea Zaffanella and Paolo Bolzoni. llvm-svn: 101826
-
Dan Gohman authored
an argument to things that need it. llvm-svn: 101825
-
Dan Gohman authored
llvm-svn: 101824
-
Dan Gohman authored
need it, just pass around the parent block of the current instruction explicitly. llvm-svn: 101822
-
Douglas Gregor authored
Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. llvm-svn: 101821
-
- Apr 19, 2010
-
-
Dan Gohman authored
just ask ScalarEvolution for it on demand. This helps IVUsers be more robust in the case of expressions changing underneath it. This fixes PR6862. llvm-svn: 101819
-
Douglas Gregor authored
since it makes sense there to have const extern variables. Fixes PR6495. llvm-svn: 101818
-
Johnny Chen authored
Pseudocode details of conditional, Condition bits '111x' indicate the instruction is always executed. That is, '1111' is a leagl condition field value, which is now mapped to ARMCC::AL. Also add a test case for condition field '1111'. llvm-svn: 101817
-
Daniel Dunbar authored
llvm-svn: 101815
-
Daniel Dunbar authored
llvm-svn: 101814
-
Chris Lattner authored
Zhanyong Wan! llvm-svn: 101813
-
Devang Patel authored
llvm-svn: 101812
-
Douglas Gregor authored
fails to find anything, perform ivar lookup and, if we find one, consider this an instance message. llvm-svn: 101810
-
Evan Cheng authored
llvm-svn: 101808
-
Dan Gohman authored
fetch one from the MachineFunction. llvm-svn: 101807
-
Evan Cheng authored
llvm-svn: 101806
-
Devang Patel authored
llvm-svn: 101805
-
Douglas Gregor authored
weird; yes, it's what GCC does. Almost. llvm-svn: 101803
-
Dan Gohman authored
than just getting one through a TargetLowering. llvm-svn: 101802
-
Dan Gohman authored
SelectionDAG-specific. llvm-svn: 101801
-
Eric Christopher authored
llvm-svn: 101800
-
Fariborz Jahanian authored
(related to radar 7866951). llvm-svn: 101799
-
Dan Gohman authored
be done with const_cast. llvm-svn: 101798
-
Fariborz Jahanian authored
llvm-svn: 101797
-
Eric Christopher authored
llvm-svn: 101796
-
Eric Christopher authored
Update all of the testcases accordingly. llvm-svn: 101795
-
Fariborz Jahanian authored
(related to PR6769). llvm-svn: 101794
-
Dan Gohman authored
llvm-svn: 101793
-
Douglas Gregor authored
look from an Objective-C class or category to its implementation, to pick up synthesized ivars. Fixes a problem reported by David Chisnall. llvm-svn: 101792
-
Fariborz Jahanian authored
in for pre-snowleoprd (NeXt runtime). Fixes radar 7866951 llvm-svn: 101791
-