- Jun 26, 2009
-
-
Chris Lattner authored
llvm-svn: 74270
-
Anders Carlsson authored
llvm-svn: 74269
-
Anders Carlsson authored
llvm-svn: 74268
-
Zhongxing Xu authored
llvm-svn: 74267
-
Chris Lattner authored
these are usually because the parser was thoroughly confused. In addition to typing the value being declared as an int and hoping for the best, we mark the value as invalid so we don't get chains of errors when it is used downstream. In C, implicit int actually is valid, so typing the thing as int is good and marking it invalid is bad. :) llvm-svn: 74266
-
Nick Lewycky authored
invalid characters like backslashes on Windows. Patch by James Abbatiello! llvm-svn: 74265
-
Chris Lattner authored
but at least we don't crash :) llvm-svn: 74264
-
Chris Lattner authored
llvm-svn: 74263
-
Anders Carlsson authored
llvm-svn: 74262
-
Chris Lattner authored
llvm-svn: 74261
-
Chris Lattner authored
llvm-svn: 74260
-
Chris Lattner authored
llvm-svn: 74259
-
Anders Carlsson authored
llvm-svn: 74258
-
Anders Carlsson authored
llvm-svn: 74257
-
Daniel Dunbar authored
llvm-svn: 74256
-
Devang Patel authored
llvm-svn: 74255
-
Devang Patel authored
llvm-svn: 74254
-
Daniel Dunbar authored
llvm-svn: 74253
-
Daniel Dunbar authored
- They can be overriden on the command line as well. Add -teelogs option, which will also print the various logs on stdout. llvm-svn: 74252
-
Devang Patel authored
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms and llvm.dbg.global_variables. llvm-svn: 74251
-
Daniel Dunbar authored
llvm-svn: 74250
-
Daniel Dunbar authored
llvm-svn: 74249
-
Owen Anderson authored
llvm-svn: 74248
-
Nate Begeman authored
llvm-svn: 74247
-
Chris Lattner authored
llvm-svn: 74246
-
Ted Kremenek authored
llvm-svn: 74245
-
Ted Kremenek authored
llvm-svn: 74244
-
Dan Gohman authored
llvm-svn: 74243
-
Dan Gohman authored
an invoke instruction, since the value isn't really live across that edge. llvm-svn: 74242
-
Evan Cheng authored
llvm-svn: 74241
-
Dan Gohman authored
llvm-svn: 74240
-
Evan Cheng authored
llvm-svn: 74239
-
Ted Kremenek authored
llvm-svn: 74238
-
Evan Cheng authored
llvm-svn: 74237
-
Evan Cheng authored
llvm-svn: 74236
-
Owen Anderson authored
llvm-svn: 74235
-
Owen Anderson authored
llvm-svn: 74234
-
Ted Kremenek authored
llvm-svn: 74233
-
Douglas Gregor authored
For a FunctionDecl that has been instantiated due to template argument deduction, we now store the primary template from which it was instantiated and the deduced template arguments. From this information, we can instantiate the body of the function template. llvm-svn: 74232
-
Ted Kremenek authored
llvm-svn: 74231
-