| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use template to distinguish between function variants. | Duncan Sands | 2008-10-08 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | GCC 4.4.0 gives an error on the "int" declaration for example saying that it has already been declared (using the "short" one). Using templates here allow the compiler to distinguish between the function to choose. Also, "llvm/Support/DataTypes.h" was not included, leading to error messages about not knowing "uint32_t" for example. Patch by Samuel Tardieu. llvm-svn: 57292 | ||||
| * | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -1/+2 |
| | | | | | llvm-svn: 55092 | ||||
| * | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 1 | -1/+1 |
| | | | | | | | | | | - Expand tabs... (poss 80-col violations, will get them later...) - Consolidate logic for SelectDFormAddr and SelectDForm2Addr into a single function, simplifying maintenance. Also reduced custom instruction generation for SPUvecinsert/INSERT_MASK. llvm-svn: 46544 | ||||
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -3/+2 |
| | | | | | llvm-svn: 45418 | ||||
| * | Start committing working test cases for CellSPU. | Scott Michel | 2007-12-15 | 1 | -1/+28 |
| | | | | | llvm-svn: 45050 | ||||
| * | Updated source file headers to llvm coding standard. | Scott Michel | 2007-12-05 | 1 | -3/+2 |
| | | | | | llvm-svn: 44597 | ||||
| * | More CellSPU files... more to follow. | Scott Michel | 2007-12-03 | 1 | -0/+64 |
| llvm-svn: 44559 | |||||

