Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 | |
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | |||||
* | If a name conflict occurs when inserting a value, rename it. | Chris Lattner | 2001-11-26 | 1 | -3/+8 | |
| | | | | llvm-svn: 1346 | |||||
* | Fix major bugs in type resolution | Chris Lattner | 2001-11-03 | 1 | -15/+25 | |
| | | | | llvm-svn: 1092 | |||||
* | Remove unnamed prototypes that are created. | Chris Lattner | 2001-10-23 | 1 | -0/+6 | |
| | | | | llvm-svn: 964 | |||||
* | More symbol table bugfixes that are impossible to track down. Goody | Chris Lattner | 2001-10-23 | 1 | -31/+27 | |
| | | | | llvm-svn: 960 | |||||
* | Allow unresolved/opaque types to be read and written to bytecode files | Chris Lattner | 2001-10-23 | 1 | -33/+69 | |
| | | | | llvm-svn: 959 | |||||
* | Fix a problem occuring with type unification of symbol table entries | Chris Lattner | 2001-10-22 | 1 | -1/+55 | |
| | | | | llvm-svn: 955 | |||||
* | Fix bug exposed by this testcase: | Chris Lattner | 2001-10-22 | 1 | -6/+27 | |
| | | | | | | | | | | | declare int "call_operand" (%rtx_def*, int) ;; Prototype for: call_operand declare int "restore_operand" (%rtx_def*, int) ;; Prototype for: restore_operand %rtx_def = type opaque %rtx_def = type int implementation llvm-svn: 934 | |||||
* | Convert a runtime check into an assertion | Chris Lattner | 2001-10-13 | 1 | -5/+2 | |
| | | | | llvm-svn: 772 | |||||
* | Factor parentness out of Module & GlobalVariable into GlobalValue | Chris Lattner | 2001-10-03 | 1 | -0/+26 | |
| | | | | | | Implement SymbolTable debug/dump utility llvm-svn: 710 | |||||
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -12/+8 | |
| | | | | | | Convert more code to use them llvm-svn: 695 | |||||
* | Types and constnats are wierd objects in the symtabs | Chris Lattner | 2001-09-07 | 1 | -19/+73 | |
| | | | | | | Support abstract types in symtab llvm-svn: 464 | |||||
* | Make error msg nicer | Chris Lattner | 2001-07-28 | 1 | -2/+2 | |
| | | | | llvm-svn: 326 | |||||
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 279 | |||||
* | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 1 | -2/+2 | |
| | | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96 | |||||
* | Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp | Chris Lattner | 2001-06-25 | 1 | -0/+19 | |
| | | | | | | | Moved BinaryOperator::create to iBinaryOperators.cpp Add getUniqueName to SymbolTable llvm-svn: 76 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+106 | |
llvm-svn: 2 |