- Dec 20, 2007
-
-
Fariborz Jahanian authored
are due to arrive. llvm-svn: 45244
-
Chris Lattner authored
llvm-svn: 45243
-
Scott Michel authored
- vec_const.ll: Vector constant loads - immed64.ll: i64, f64 constant loads llvm-svn: 45242
-
Ted Kremenek authored
which serializes ASTs to a common output directory. This ASTConsumer is invoked using a combination of "-o" and "-serialize" from the driver. llvm-svn: 45241
-
Ted Kremenek authored
llvm-svn: 45240
-
Chris Lattner authored
llvm-svn: 45239
-
Devang Patel authored
llvm-svn: 45238
-
Ted Kremenek authored
llvm-svn: 45237
-
Gordon Henriksen authored
llvm-svn: 45236
-
Chris Lattner authored
llvm-svn: 45235
-
Chris Lattner authored
llvm-svn: 45234
-
Chris Lattner authored
llvm-svn: 45233
-
Ted Kremenek authored
BuildSerializer. The former serializes a single translation unit to a corresponding .ast file. The second serializes ASTs to a common emission direction. The latter is not fully implemented yet. llvm-svn: 45232
-
Ted Kremenek authored
SourceManager to allow SourceManager to directly intern the MainFileID when it is created. Removed setMainFileID(). llvm-svn: 45231
-
Evan Cheng authored
llvm-svn: 45230
-
- Dec 19, 2007
-
-
Gordon Henriksen authored
llvm-svn: 45229
-
Ted Kremenek authored
both Preprocessor and ASTContext, we no longer need to explicitly pass MainFileID around in function calls that also pass either Preprocessor or ASTContext. This resulted in some nice cleanups in the ASTConsumers and the driver. llvm-svn: 45228
-
Ted Kremenek authored
llvm-svn: 45227
-
Gordon Henriksen authored
to exceptions rather than variants for error handling in Ocaml. llvm-svn: 45226
-
Ted Kremenek authored
in SourceManager. llvm-svn: 45225
-
Steve Naroff authored
Various tweaks to the get/lookup instance/class method API's. llvm-svn: 45224
-
Ted Kremenek authored
be available by querying the SourceManager within the ASTContext referenced by the TranslationUnit. llvm-svn: 45223
-
Chris Lattner authored
llvm-svn: 45222
-
Dale Johannesen authored
are a couple of issues that show up with the optimizer, but I don't think they're really EH problems. (llvm-gcc testsuite users note: By default the testsuite uses the unwinding code that's built as part of your local llvm-gcc, which does not work. You need to trick it into using the installed system unwinding code to get useful results.) llvm-svn: 45221
-
Scott Michel authored
llvm-svn: 45219
-
Duncan Sands authored
calls 'nounwind'. It is important for correct C++ exception handling that nounwind markings do not get lost, so this transformation is actually needed for correctness. llvm-svn: 45218
-
Scott Michel authored
- call.ll: Function call - ctpop.ll: Count population - dp_farith.ll: DP arithmetic - eqv.ll: Equivalence primitives - fcmp.ll: SP comparisons - fdiv.ll: SP division - fneg-fabs.ll: SP negation, aboslute value - int2fp.ll: Integer -> SP conversion - rotate_ops.ll: Rotation primitives - select_bits.ll: (a & c) | (b & ~c) bit selection - shift_ops.ll: Shift primitives - sp_farith.ll: SP arithmentic llvm-svn: 45217
-
Scott Michel authored
(vector insertions) llvm-svn: 45216
-
Ted Kremenek authored
doing clang --help. llvm-svn: 45215
-
Chris Lattner authored
llvm-svn: 45214
-
Ted Kremenek authored
rewired to utilize this option. Renamed option --serialize-ast --serialize. llvm-svn: 45213
-
Chris Lattner authored
llvm-svn: 45212
-
Ted Kremenek authored
Added "SourceFile" string to TranslationUnit to record corresponding source file. Updated serialization of TranslationUnits and logic in the driver to correctly pass the source file information to the serializer. llvm-svn: 45211
-
Chris Lattner authored
llvm-svn: 45210
-
Steve Naroff authored
Soften the macro rewrite error to a warning (and change the text). llvm-svn: 45209
-
Fariborz Jahanian authored
llvm-svn: 45208
-
Ted Kremenek authored
Added AST/ASTConsumer.cpp to XCode project. llvm-svn: 45206
-
Chris Lattner authored
llvm-svn: 45205
-
Chris Lattner authored
llvm-svn: 45204
-
Fariborz Jahanian authored
protocol list. llvm-svn: 45203
-