- Sep 17, 2009
-
-
John McCall authored
llvm-svn: 82088
-
Daniel Dunbar authored
llvm-svn: 82087
-
Douglas Gregor authored
llvm-svn: 82086
-
- Sep 16, 2009
-
-
Douglas Gregor authored
llvm-svn: 82085
-
Sean Callanan authored
instructions to the Intel instruction tables. llvm-svn: 82084
-
Sean Callanan authored
instruction tables. llvm-svn: 82083
-
Fariborz Jahanian authored
GC. Currently, new API will be generated under clang-cc's -fobjc-newgc-api flag which will eventually become the default. WIP. llvm-svn: 82082
-
Sean Callanan authored
to the Intel instruction tables. llvm-svn: 82081
-
Devang Patel authored
llvm-svn: 82080
-
Mike Stump authored
llvm-svn: 82078
-
Devang Patel authored
llvm-svn: 82077
-
Dan Gohman authored
constants out of loops. These aren't covered by the regular LICM pass, because in LLVM IR constants don't require separate instructions. They're not always covered by the MachineLICM pass either, because it doesn't know how to unfold folded constant-pool loads. This is somewhat experimental at this point, and off by default. llvm-svn: 82076
-
Devang Patel authored
llvm-svn: 82075
-
Bob Wilson authored
llvm-svn: 82074
-
Chris Lattner authored
llvm-svn: 82073
-
Anders Carlsson authored
llvm-svn: 82072
-
Dan Gohman authored
an extension, so that the default output filename for foo.ll is foo.s, not foo.ll.s llvm-svn: 82071
-
Chris Lattner authored
llvm-svn: 82070
-
Douglas Gregor authored
when we are not instantiating the corresponding "current instantiation." This happens, e.g., when we are instantiating a declaration reference that refers into the "current instantiation" but occurs in a default function argument. The libstdc++ vector default constructor now instantiates properly. llvm-svn: 82069
-
Devang Patel authored
llvm-svn: 82064
-
Devang Patel authored
llvm-svn: 82063
-
Devang Patel authored
llvm-svn: 82062
-
Fariborz Jahanian authored
a weak object. llvm-svn: 82061
-
Devang Patel authored
This interface will be used to attach metadata with an instruction. llvm-svn: 82060
-
Kevin Enderby authored
isAtStartOfComment and using that instead in two places where a loop to check if the char was in MAI.getCommentString(). llvm-svn: 82059
-
Kevin Enderby authored
llvm-svn: 82054
-
Dan Gohman authored
phis, similar to the FoldPHIArgGEPIntoPHI change. Also, delete some comments that don't reflect the code. llvm-svn: 82053
-
Fariborz Jahanian authored
a flag (objc GC). llvm-svn: 82052
-
Dan Gohman authored
llvm-svn: 82051
-
Anders Carlsson authored
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. llvm-svn: 82050
-
Xerxes Ranby authored
llvm-svn: 82049
-
Benjamin Kramer authored
Replace strcpy with memcpy while at it. llvm-svn: 82043
-
Benjamin Kramer authored
failures. llvm-svn: 82040
-
Xerxes Ranby authored
llvm-svn: 82038
-
Andreas Neustifter authored
llvm-svn: 82034
-
Chris Lattner authored
and use MachineModuleInfoMachO instead. llvm-svn: 82022
-
Daniel Dunbar authored
not. - PR4932. llvm-svn: 82021
-
Chris Lattner authored
llvm-svn: 82020
-
Ted Kremenek authored
Have divide-by-zero checker not handled undefined denominators. This is handled by the generic checking for undefined operands for BinaryOperators. llvm-svn: 82019
-