summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* In emitting code for a GEP instr, iterate over GEPTypes because there is oneMisha Brukman2004-06-241-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 charsMisha Brukman2004-06-211-201/+312
| | | | | | | * Doxygenify function comments * Wrap code at 80 cols llvm-svn: 14295
* llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman2004-06-211-1/+1
| | | | llvm-svn: 14292
* Intrinsic::isnan has gone away, support for it commented out.Misha Brukman2004-06-211-3/+7
| | | | | | | Intrinsic::isunordered has arrived, and we just use the standard lowering pass for it. llvm-svn: 14290
* Convert tabs to spaces.Misha Brukman2004-06-211-375/+375
| | | | llvm-svn: 14289
* Type::getPrimitiveID() -> getTypeID()Misha Brukman2004-06-211-4/+4
| | | | llvm-svn: 14288
* Initial revisionMisha Brukman2004-06-211-0/+2621
llvm-svn: 14283
OpenPOWER on IntegriCloud