- Jul 28, 2009
-
-
Chris Lattner authored
it is highly specific to the object file that will be generated in the end, this introduces a new TargetLoweringObjectFile interface that is implemented for each of ELF/MachO/COFF/Alpha/PIC16 and XCore. Though still is still a brutal and ugly refactoring, this is a major step towards goodness. This patch also: 1. fixes a bunch of dangling pointer problems in the PIC16 backend. 2. disables the TargetLowering copy ctor which PIC16 was accidentally using. 3. gets us closer to xcore having its own crazy target section flags and pic16 not having to shadow sections with its own objects. 4. fixes wierdness where ELF targets would set CStringSection but not CStringSection_. Factor the code better. 5. fixes some bugs in string lowering on ELF targets. llvm-svn: 77294
-
Chris Lattner authored
llvm-svn: 77293
-
Daniel Dunbar authored
llvm-svn: 77292
-
Mike Stump authored
llvm-svn: 77291
-
Dan Gohman authored
to a few tests where it is required for the expected transformation. llvm-svn: 77290
-
Mike Stump authored
llvm-svn: 77289
-
John McCall authored
Codegen by initializing the return value with its LLVM type's null value. llvm-svn: 77288
-
Daniel Dunbar authored
llvm-svn: 77287
-
Dan Gohman authored
llvm-svn: 77286
-
Dan Gohman authored
point where SI can get deleted. This fixes a use of free'd memory. This fixes Externals/Povray. llvm-svn: 77285
-
Douglas Gregor authored
when statements and expressions are equivalent. llvm-svn: 77284
-
Ted Kremenek authored
llvm-svn: 77281
-
Ted Kremenek authored
valid SourceLocation. llvm-svn: 77280
-
Mike Stump authored
llvm-svn: 77279
-
David Goodwin authored
llvm-svn: 77275
-
Mike Stump authored
if there are no other uses. If people don't need this routine anymore, if should be deleted. llvm-svn: 77274
-
Dan Gohman authored
to match llvm-ld's default behavior. llvm-svn: 77273
-
Daniel Dunbar authored
llvm-svn: 77272
-
Mike Stump authored
llvm-svn: 77271
-
Fariborz Jahanian authored
that @catch(...) cathces all exceptions (c++ objects are not cought by that). llvm-svn: 77270
-
Daniel Dunbar authored
llvm-svn: 77269
-
Owen Anderson authored
llvm-svn: 77267
-
Owen Anderson authored
llvm-svn: 77266
-
Mike Stump authored
llvm-svn: 77265
-
Ted Kremenek authored
object that it can use to forward PathDiagnostics for further processing. Along with this feature, the PlistDiagnostics object logs which files are created by the forwarding of the PathDiagnostics. (2) Create a new PathDiagnosticClientFactory object for HTMLDiagnostics, allowing other PathDiagnosticClients to forward PathDiagnostics through an opaque interface. (3) Create a "plist-html" diagnostics option in AnalysisConsumer to allow the logging of HTML files created in a hybrid Plist+HTML diagnostic client. llvm-svn: 77264
-
Ted Kremenek authored
creation of both HTML and plist files. Plist files are currently not generated using the same layout algorithm as just specifying '-plist', so this is mainly intended to help support automated runs of the analyzer. llvm-svn: 77263
-
- Jul 27, 2009
-
-
Dan Gohman authored
llvm-svn: 77262
-
Dan Gohman authored
llvm-svn: 77261
-
Dan Gohman authored
llvm-svn: 77260
-
Dan Gohman authored
LangRef.html changes for details. llvm-svn: 77259
-
Daniel Dunbar authored
- My DFS traversal of LLVM is, at least for now, nearly complete! :) llvm-svn: 77258
-
Dan Gohman authored
llvm-svn: 77257
-
Daniel Dunbar authored
llvm-svn: 77256
-
Dan Gohman authored
it conforms to the assertion added in r77245. This fixes a failure in qa_override.c in clang's testsuite. llvm-svn: 77255
-
Mike Stump authored
llvm-svn: 77254
-
Mike Stump authored
the noreturn attribute. llvm-svn: 77253
-
Chris Lattner authored
MCSections soon instead of Section for all targets, and we need something to own them. llvm-svn: 77252
-
Daniel Dunbar authored
llvm-svn: 77251
-
Chris Lattner authored
llvm-svn: 77250
-
Owen Anderson authored
llvm-svn: 77249
-