Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove some unnecessary includes. | Eli Friedman | 2011-07-06 | 1 | -8/+0 | |
| | | | | llvm-svn: 134528 | |||||
* | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 1 | -15/+1 | |
| | | | | llvm-svn: 134525 | |||||
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -1/+2 | |
| | | | | | | | | | | be the first encoded as the first feature. It then uses the CPU name to look up features / scheduling itineray even though clients know full well the CPU name being used to query these properties. The fix is to just have the clients explictly pass the CPU name! llvm-svn: 134127 | |||||
* | Object: Add proper error handling. | Michael J. Spencer | 2011-06-25 | 1 | -6/+23 | |
| | | | | llvm-svn: 133872 | |||||
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 | |
| | | | | llvm-svn: 130068 | |||||
* | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -1/+14 | |
| | | | | | | | | | the alias of an InstAlias instead of the thing being aliased. Because we need to know the features that are valid for an InstAlias. This is part of a work-in-progress. llvm-svn: 127986 | |||||
* | llvm-objdump: Remove redundant includes. | Michael J. Spencer | 2011-01-20 | 1 | -2/+0 | |
| | | | | llvm-svn: 123902 | |||||
* | llvm-nm: Fix warning. | Michael J. Spencer | 2011-01-20 | 1 | -2/+2 | |
| | | | | llvm-svn: 123901 | |||||
* | Add llvm-objdump | Michael J. Spencer | 2011-01-20 | 1 | -0/+257 | |
llvm-svn: 123898 |