Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify command line options, and add option for printing | Vikram S. Adve | 2001-07-31 | 1 | -6/+8 | |
| | | | | | | machine instructions without debugging info. llvm-svn: 340 | |||||
* | Generate tree nodes for Phi instructions. | Vikram S. Adve | 2001-07-31 | 1 | -23/+16 | |
| | | | | llvm-svn: 337 | |||||
* | Record machine instructions in the vector for each basic block. | Vikram S. Adve | 2001-07-30 | 1 | -0/+14 | |
| | | | | llvm-svn: 331 | |||||
* | Eliminate unused function. | Vikram S. Adve | 2001-07-28 | 1 | -13/+0 | |
| | | | | llvm-svn: 310 | |||||
* | CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵ | Chris Lattner | 2001-07-23 | 1 | -3/+3 | |
| | | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283 | |||||
* | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | Chris Lattner | 2001-07-23 | 1 | -4/+0 | |
| | | | | llvm-svn: 280 | |||||
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 279 | |||||
* | Clean up hash table usage | Chris Lattner | 2001-07-23 | 2 | -4/+3 | |
| | | | | | | Remove opaque pointer used for C compatibility which isn't an issue llvm-svn: 275 | |||||
* | Removal of the redundant CompileContext wrapper | Chris Lattner | 2001-07-23 | 1 | -8/+6 | |
| | | | | llvm-svn: 274 | |||||
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 1 | -7/+17 | |
| | | | | llvm-svn: 272 | |||||
* | Privatize LLCOptions. It had no business being visible to the entire | Chris Lattner | 2001-07-22 | 1 | -19/+10 | |
| | | | | | | program. llvm-svn: 267 | |||||
* | Eliminate lots of unnecessary #includes and forward decls | Chris Lattner | 2001-07-21 | 1 | -3/+0 | |
| | | | | | | there are probably more to kill llvm-svn: 261 | |||||
* | Eliminate many unneccesary #includes | Chris Lattner | 2001-07-21 | 1 | -15/+1 | |
| | | | | llvm-svn: 260 | |||||
* | Remove unneccesary #includes | Chris Lattner | 2001-07-21 | 1 | -9/+1 | |
| | | | | llvm-svn: 258 | |||||
* | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 2 | -5/+5 | |
| | | | | llvm-svn: 253 | |||||
* | Instruction selection via pattern matching on instruction trees using BURG. | Vikram S. Adve | 2001-07-21 | 3 | -0/+753 | |
llvm-svn: 231 |