Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In emitting code for a GEP instr, iterate over GEPTypes because there is one | Misha Brukman | 2004-06-24 | 1 | -1/+4 | |
| | | | | | | | more operand in GEPOps than there are types in GEPTypes: the pointer that is the first operand of the GEP instruction. llvm-svn: 14375 | |||||
* | * Make indentation consistent at 2 chars | Misha Brukman | 2004-06-21 | 1 | -201/+312 | |
| | | | | | | | * Doxygenify function comments * Wrap code at 80 cols llvm-svn: 14295 | |||||
* | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h | Misha Brukman | 2004-06-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 14292 | |||||
* | Intrinsic::isnan has gone away, support for it commented out. | Misha Brukman | 2004-06-21 | 1 | -3/+7 | |
| | | | | | | | Intrinsic::isunordered has arrived, and we just use the standard lowering pass for it. llvm-svn: 14290 | |||||
* | Convert tabs to spaces. | Misha Brukman | 2004-06-21 | 1 | -375/+375 | |
| | | | | llvm-svn: 14289 | |||||
* | Type::getPrimitiveID() -> getTypeID() | Misha Brukman | 2004-06-21 | 1 | -4/+4 | |
| | | | | llvm-svn: 14288 | |||||
* | Initial revision | Misha Brukman | 2004-06-21 | 1 | -0/+2621 | |
llvm-svn: 14283 |