- Oct 16, 2009
-
-
Devang Patel authored
llvm-svn: 84276
-
Douglas Gregor authored
substantive change is that clang_getCursorSource() now returns the file in which a macro was instantiated when the cursor points into a macro instantiation, rather than crashing. llvm-svn: 84275
-
Evan Cheng authored
llvm-svn: 84273
-
Evan Cheng authored
Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. llvm-svn: 84272
-
Dan Gohman authored
load, to help SelectionDAG fold them into the loads, unless conditions are unfavorable. llvm-svn: 84271
-
Ted Kremenek authored
Fix static analyzer crash due to recently add symbolic-value constant folding. The issue was falsely converting the constant value of the LHS of a '<<'/'>>' operation to the same APSInt value of the RHS. llvm-svn: 84269
-
Ted Kremenek authored
llvm-svn: 84268
-
Douglas Gregor authored
header or not via a new "PCHLevel" field in Decl. We currently use this information to help CIndex filter out declarations that came from a precompiled header (rather than from an AST file). Further down the road, it can be used to help implement multi-level precompiled headers. llvm-svn: 84267
-
Edward O'Callaghan authored
dynamic linker arg is incorrectly invoking gnu ld arg syntax instead of svr4 ld syntax in AuroraUX toolchain. llvm-svn: 84266
-
Fariborz Jahanian authored
FIXME in CGCXX.cpp that I would like Anders to take a look at. llvm-svn: 84265
-
Devang Patel authored
llvm-svn: 84264
-
Douglas Gregor authored
only supporting a single stat cache. The immediate benefit of this change is that we can now generate a PCH/AST file when including another PCH file; in the future, the chain of stat caches will likely be useful with multiple levels of PCH files. llvm-svn: 84263
-
Devang Patel authored
If there is not any llvm instruction associated with each lexical scope encoded in debug info then create such scope on demand for variable info. llvm-svn: 84262
-
Victor Hernandez authored
Thanks to Duncan Sands for noticing this bug. llvm-svn: 84261
-
Victor Hernandez authored
Thanks to Duncan Sands for noticing this bug. llvm-svn: 84260
-
Chris Lattner authored
patch by Zhanyong Wan! llvm-svn: 84259
-
Chris Lattner authored
at the moment. llvm-svn: 84258
-
Daniel Dunbar authored
llvm-svn: 84257
-
Duncan Sands authored
llvm-svn: 84256
-
Nuno Lopes authored
llvm-svn: 84255
-
Nuno Lopes authored
llvm-svn: 84254
-
Duncan Sands authored
themselves are not marked readonly, but only the called functions. llvm-svn: 84253
-
Benjamin Kramer authored
llvm-svn: 84252
-
Sanjiv Gupta authored
llvm-svn: 84251
-
Evan Cheng authored
llvm-svn: 84250
-
Evan Cheng authored
llvm-svn: 84249
-
Evan Cheng authored
llvm-svn: 84248
-
Zhongxing Xu authored
llvm-svn: 84247
-
Evan Cheng authored
llvm-svn: 84246
-
Anders Carlsson authored
llvm-svn: 84245
-
Evan Cheng authored
llvm-svn: 84244
-
Bob Wilson authored
Patch by Johnny Chen. llvm-svn: 84243
-
Anders Carlsson authored
llvm-svn: 84242
-
Anders Carlsson authored
llvm-svn: 84241
-
Chris Lattner authored
llvm-svn: 84240
-
Chris Lattner authored
patch by Peter Johnson! (PR5195) llvm-svn: 84239
-
Chris Lattner authored
llvm-svn: 84238
-
Anders Carlsson authored
llvm-svn: 84237
-
Daniel Dunbar authored
llvm-svn: 84236
-
Daniel Dunbar authored
llvm-svn: 84235
-