| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting previous beautification changes. | Vikram S. Adve | 2003-05-31 | 1 | -154/+175 |
* | Code beautification, no functional changes. | Misha Brukman | 2003-05-31 | 1 | -175/+154 |
* | Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed. | Misha Brukman | 2003-05-27 | 1 | -3/+6 |
* | Added special register class containing (for now) %fsr. | Vikram S. Adve | 2003-05-27 | 1 | -13/+13 |
* | Bug fix: padding bytes within a structure should go after each field! | Vikram S. Adve | 2003-05-25 | 1 | -5/+5 |
* | Sparc instruction opcodes now all live under the `V9' namespace. | Misha Brukman | 2003-05-20 | 1 | -4/+6 |
* | * Don't access TargetData directly | Chris Lattner | 2002-12-28 | 1 | -8/+10 |
* | Fix misleading indentation | Chris Lattner | 2002-11-17 | 1 | -3/+2 |
* | Remove a nasty little semi-colon someone introduced which | Vikram S. Adve | 2002-11-06 | 1 | -1/+1 |
* | In getID(), don't call getValidSymbolName to mangle external names! | Vikram S. Adve | 2002-10-30 | 1 | -4/+7 |
* | *** empty log message *** | Chris Lattner | 2002-10-29 | 1 | -2/+2 |
* | Rewrote uses of deprecated `MachineFunction::get(BasicBlock *BB)'. | Misha Brukman | 2002-10-28 | 1 | -9/+7 |
* | Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT... | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-10-28 | 1 | -1/+0 |
* | Rename MachineCodeForBasicBlock to MachineBasicBlock | Chris Lattner | 2002-10-28 | 1 | -4/+4 |
* | Changed `MachineCodeForMethod' to `MachineFunction'. | Misha Brukman | 2002-10-28 | 1 | -2/+2 |
* | Make sure to escape \'s when they are output | Chris Lattner | 2002-10-15 | 1 | -0/+2 |
* | Allow emission of names that start with an underscore. This is needed to | Chris Lattner | 2002-10-14 | 1 | -14/+10 |
* | Several major fixes, particularly in emitting constant aggregates: | Vikram S. Adve | 2002-10-13 | 1 | -59/+104 |
* | Don't print out global names unnecesssarily. Also, expose pass | Vikram S. Adve | 2002-09-16 | 1 | -3/+4 |
* | Again, including Module makes Function unnecessary. | Misha Brukman | 2002-09-14 | 1 | -2/+0 |
* | -- Bug fix: use byte offsets not typed offsets in output assembly! | Vikram S. Adve | 2002-09-05 | 1 | -19/+24 |
* | Change code to not use the copyOperands method added to User. It's now | Chris Lattner | 2002-08-22 | 1 | -7/+9 |
* | Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr | Vikram S. Adve | 2002-08-22 | 1 | -1/+74 |
* | This case JUST handles constantpointer nulls, not all pointers. | Chris Lattner | 2002-08-20 | 1 | -3/+1 |
* | Merge three loops into one. | Chris Lattner | 2002-08-07 | 1 | -23/+18 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -6/+6 |
* | * Make global variables with external linkage get emitted correctly | Chris Lattner | 2002-07-16 | 1 | -13/+14 |
* | Add support to print %hh, %hm, %lm, or %lo in an operand field. | Vikram S. Adve | 2002-07-10 | 1 | -14/+30 |
* | Added support for printing constant global references to | Vikram S. Adve | 2002-07-09 | 1 | -4/+10 |
* | BA no longer has the unused CC operand. | Vikram S. Adve | 2002-07-08 | 1 | -2/+3 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -32/+32 |
* | Fix Constness problems | Chris Lattner | 2002-06-05 | 1 | -13/+13 |
* | Numerous bug fixes: | Vikram S. Adve | 2002-05-19 | 1 | -8/+13 |
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -2/+0 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+6 |
* | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -1/+9 |
* | Add #include that was removed from TargetMachine.h | Chris Lattner | 2002-04-28 | 1 | -0/+1 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -5/+5 |
* | Simplify code | Chris Lattner | 2002-04-28 | 1 | -15/+5 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -7/+7 |
* | * getAsString requires that the input array is string compatible, so | Chris Lattner | 2002-04-18 | 1 | -33/+32 |
* | Handle the FP format problem, where outputed FP constants were not precise | Chris Lattner | 2002-04-11 | 1 | -7/+24 |
* | Use new higher level isFloatingPoint() function | Chris Lattner | 2002-04-09 | 1 | -1/+1 |
* | * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h | Chris Lattner | 2002-04-07 | 1 | -4/+4 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -35/+34 |
* | Minor cleanup in printing constants. I think this included a bug | Vikram S. Adve | 2002-03-31 | 1 | -32/+14 |
* | Handling of global names was severely broken when converting to 2 passes. | Vikram S. Adve | 2002-03-18 | 1 | -28/+61 |
* | Fix include error. | Vikram S. Adve | 2002-03-03 | 1 | -1/+1 |
* | Clean up std namespace issues | Chris Lattner | 2002-02-24 | 1 | -1/+3 |