- Oct 03, 2009
-
-
Anders Carlsson authored
llvm-svn: 83271
-
Nick Lewycky authored
of the constant. This reverts r6544 and r7428. llvm-svn: 83270
-
Anders Carlsson authored
llvm-svn: 83268
-
Anders Carlsson authored
llvm-svn: 83267
-
Anders Carlsson authored
llvm-svn: 83266
-
Anders Carlsson authored
llvm-svn: 83265
-
Anders Carlsson authored
llvm-svn: 83264
-
Anders Carlsson authored
llvm-svn: 83263
-
Anders Carlsson authored
llvm-svn: 83262
-
Bob Wilson authored
llvm-svn: 83257
-
Bob Wilson authored
Thanks to Johnny Chen for pointing this out! llvm-svn: 83256
-
Lang Hames authored
llvm-svn: 83255
-
Lang Hames authored
llvm-svn: 83254
-
- Oct 02, 2009
-
-
Benjamin Kramer authored
llvm-svn: 83252
-
Benjamin Kramer authored
- MingW needs -lpsapi (in ${LIBS}) linked after -lLLVMSystem. Noticed by Ronald Pijnacker! - Some parts of the System library must be build with exceptions on windows. Based on a patch by Jay Foad! llvm-svn: 83251
-
Benjamin Kramer authored
MI->addOperand invalidates references to it's operands, avoid touching the operand after a new one was added. llvm-svn: 83249
-
Benjamin Kramer authored
llvm-svn: 83246
-
Benjamin Kramer authored
llvm-svn: 83244
-
Torok Edwin authored
llvm-svn: 83243
-
Evan Cheng authored
llvm-svn: 83242
-
Evan Cheng authored
llvm-svn: 83241
-
Evan Cheng authored
llvm-svn: 83240
-
Evan Cheng authored
llvm-svn: 83239
-
Evan Cheng authored
llvm-svn: 83237
-
Evan Cheng authored
llvm-svn: 83236
-
Anders Carlsson authored
llvm-svn: 83235
-
Evan Cheng authored
llvm-svn: 83234
-
Mike Stump authored
llvm-svn: 83232
-
Mike Stump authored
llvm-svn: 83231
-
Anders Carlsson authored
When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108. llvm-svn: 83230
-
Douglas Gregor authored
explicit instantiation. Also, tighten up reference-count checking to help catch these issues earlier. Fixes PR5069. llvm-svn: 83225
-
Steve Naroff authored
- Add ObjCInterfaceDecl::lookupPrivateInstanceMethod(). - Convert clients. No functionality change - One less method in Sema:-) llvm-svn: 83224
-
David Goodwin authored
llvm-svn: 83223
-
Douglas Gregor authored
of the flow-control checks for falling off the end of a function, since the return type may instantiate to void. Similarly, if a return statement has an expression and the return type of the function is void, don't complain if the expression is type-dependent, since that type could instantiate to void. Fixes PR5071. llvm-svn: 83222
-
Mike Stump authored
llvm-svn: 83221
-
David Goodwin authored
Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default. llvm-svn: 83218
-
Fariborz Jahanian authored
deciding const of null pointer conversion. Fixes PR5086. llvm-svn: 83217
-
Mike Stump authored
question, can we get rid of the BasicBlock versions of all inserters and use Head == 0 to indicate the old case when GetInsertBlock == 0? llvm-svn: 83216
-
- Oct 01, 2009
-
-
David Goodwin authored
Restore the -post-RA-scheduler flag as an override for the target specification. Remove -mattr for setting PostRAScheduler enable and instead use CPU string. llvm-svn: 83215
-
Evan Cheng authored
llvm-svn: 83214
-