- Jul 31, 2009
-
-
Ryan Flynn authored
llvm-svn: 77660
-
Daniel Dunbar authored
llvm-svn: 77659
-
John McCall authored
and a name collision. llvm-svn: 77658
-
Daniel Dunbar authored
- This is "experimental" code, I am feeling my way around and working out the best way to do things (and learning tblgen in the process). Comments welcome, but keep in mind this stuff will change radically. - This is enough to match "subb" and friends, but not much else. The next step is to automatically generate the matchers for individual operands. llvm-svn: 77657
-
John McCall authored
llvm-svn: 77656
-
Mike Stump authored
llvm-svn: 77655
-
Dan Gohman authored
mechanism. To support this, make MachineFunctionPass a little more complete. llvm-svn: 77654
-
Eli Friedman authored
linkage specifications correctly. llvm-svn: 77653
-
Anders Carlsson authored
llvm-svn: 77652
-
Mike Stump authored
llvm-svn: 77651
-
Anders Carlsson authored
llvm-svn: 77650
-
Benjamin Kramer authored
llvm-svn: 77649
-
Ted Kremenek authored
created by AnalysisConsumer would be released by an instance of AnalysisManager and then reused by later instances of AnalysisManager. Ownership of the PathDiagnosticClient now belongs (for now) in AnalysisConsumer. We also need this layering (for now) because the HTMLDiagnostiClient requires that the entire translation unit be processed before emitting diagnostics. This is done in its destructor (which should also be fixed, but that is another issue). This fixes PR 4653. llvm-svn: 77648
-
Douglas Gregor authored
llvm-svn: 77647
-
Devang Patel authored
llvm-svn: 77646
-
Devang Patel authored
llvm-svn: 77645
-
Ted Kremenek authored
Add scan-build option '-no-failure-reports' to supress the creation of a 'failures' subdirectory that includes crash reports, preprocessed files, etc. llvm-svn: 77644
-
Douglas Gregor authored
llvm-svn: 77643
-
Evan Cheng authored
When fp is not eliminated, instructions with T2_i12 modes will be changed to T2_i8 ones. Take that into consideration when determining stack size limit for reserving register scavenging slot. llvm-svn: 77642
-
Fariborz Jahanian authored
been declared as needed. llvm-svn: 77641
-
Lang Hames authored
llvm-svn: 77640
-
Douglas Gregor authored
llvm-svn: 77639
-
Owen Anderson authored
llvm-svn: 77638
-
Devang Patel authored
llvm-svn: 77637
-
Devang Patel authored
llvm-svn: 77636
-
Owen Anderson authored
llvm-svn: 77635
-
Devang Patel authored
llvm-svn: 77633
-
David Goodwin authored
llvm-svn: 77632
-
Anders Carlsson authored
llvm-svn: 77631
-
Anders Carlsson authored
Add casts to avoid a bunch of unused expr warnings. (They aren't reported right now due to a bug that I intend to fix). Ted, please review. llvm-svn: 77630
-
Mike Stump authored
llvm-svn: 77629
-
Anders Carlsson authored
llvm-svn: 77628
-
- Jul 30, 2009
-
-
David Goodwin authored
llvm-svn: 77627
-
Mike Stump authored
llvm-svn: 77626
-
David Goodwin authored
llvm-svn: 77625
-
Daniel Dunbar authored
- This should resolve Cygwin gcc ambiguities. llvm-svn: 77624
-
Dan Gohman authored
dangling Value*s. llvm-svn: 77623
-
David Goodwin authored
llvm-svn: 77622
-
Devang Patel authored
Start using DebugInfoFinder. llvm-svn: 77621
-
Devang Patel authored
Thanks Benjamin Kramer! llvm-svn: 77619
-