Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -23/+19 | |
| | | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778 | |||||
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -4/+3 | |
| | | | | llvm-svn: 2378 | |||||
* | Make debugging code not use getStrValue | Chris Lattner | 2002-04-18 | 1 | -2/+1 | |
| | | | | llvm-svn: 2295 | |||||
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -1/+1 | |
| | | | | | | be 'Argument' instead of FunctionArgument. llvm-svn: 2216 | |||||
* | * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h | Chris Lattner | 2002-04-07 | 1 | -13/+10 | |
| | | | | | | | because the slot calculator is already part of the VMCore library. * Rename incorporateMethod and purgeMethod to *Function llvm-svn: 2154 | |||||
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 2035 | |||||
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -8/+8 | |
| | | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991 | |||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -7/+7 | |
| | | | | llvm-svn: 1503 | |||||
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -4/+4 | |
| | | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407 | |||||
* | Move support directory | Chris Lattner | 2001-11-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 1401 | |||||
* | Implement internal method support | Chris Lattner | 2001-11-26 | 1 | -4/+6 | |
| | | | | llvm-svn: 1374 | |||||
* | Fix obscure nasty bug with bytecode writing that could cause the last byte ↵ | Chris Lattner | 2001-11-04 | 1 | -2/+5 | |
| | | | | | | to be dropped. llvm-svn: 1123 | |||||
* | Dang, we were losing the Constant bit on globals. Fix this | Chris Lattner | 2001-10-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 885 | |||||
* | * Use new style casts more | Chris Lattner | 2001-10-13 | 1 | -6/+2 | |
| | | | | | | | | * Add real support for global variable addresses initializing constants * Fix encoding/decoding of VarArgs calls * Support the Invoke instruction llvm-svn: 761 | |||||
* | Convert more code to use new style casts | Chris Lattner | 2001-10-01 | 1 | -3/+3 | |
| | | | | | | Eliminate old style casts from value.h llvm-svn: 696 | |||||
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+2 | |
| | | | | | | Convert more code to use them llvm-svn: 695 | |||||
* | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 694 | |||||
* | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -2/+14 | |
| | | | | llvm-svn: 598 | |||||
* | Implement global variable support | Chris Lattner | 2001-09-10 | 1 | -1/+12 | |
| | | | | llvm-svn: 530 | |||||
* | * Emit bytecode using a deque instead of a vector to be faster | Chris Lattner | 2001-09-07 | 1 | -46/+85 | |
| | | | | | | | | | * Internal rep no longer has a constant pool * Support emission of recursive types * Don't output a constant pool for an external method * The bytecode writer is no longer a module analyzer llvm-svn: 449 | |||||
* | * The parent of a constant pool is a symtabvalue, not a value. | Chris Lattner | 2001-07-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 181 | |||||
* | Miscellaneous cleanups: | Chris Lattner | 2001-06-27 | 1 | -12/+8 | |
| | | | | | | | | | | | * 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 | |||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+182 | |
llvm-svn: 2 |