| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge three loops into one. | Chris Lattner | 2002-08-07 | 1 | -23/+18 |
* | Fix breakage in the build | Chris Lattner | 2002-08-07 | 1 | -3/+2 |
* | added Mapping and Function Pass | Mehwish Nagda | 2002-08-05 | 1 | -1/+5 |
* | Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand, | Vikram S. Adve | 2002-08-04 | 1 | -29/+7 |
* | Bug fix in TargetData::getIndexedOffset(): handle struct offset | Vikram S. Adve | 2002-08-04 | 1 | -6/+7 |
* | Bug fix in SetOperandsForMemInstr: handle leading zeros correctly | Vikram S. Adve | 2002-08-04 | 1 | -5/+9 |
* | Add function GetConstantValueAsUnsignedInt. | Vikram S. Adve | 2002-08-04 | 1 | -52/+49 |
* | Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead. | Chris Lattner | 2002-08-03 | 1 | -6/+4 |
* | Simplified handling of array indexes in SetMemOperands_Internal. | Vikram S. Adve | 2002-08-03 | 1 | -77/+62 |
* | Bug fix: incorrect SAVE instruction when using register for stack size. | Vikram S. Adve | 2002-08-01 | 1 | -1/+1 |
* | Just improved comments and assertions. | Vikram S. Adve | 2002-07-31 | 1 | -14/+18 |
* | Add a missing case: converting float/double to unsigned integer types. | Vikram S. Adve | 2002-07-31 | 1 | -77/+73 |
* | * Move InstructionSelection Pass here instead of living in Sparc.cpp. It | Chris Lattner | 2002-07-30 | 1 | -169/+146 |
* | * Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is | Chris Lattner | 2002-07-30 | 1 | -18/+1 |
* | Remove unused vector | Chris Lattner | 2002-07-30 | 1 | -3/+0 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -1/+1 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -0/+2 |
* | Refix stuff for GCC 2.95, 3.0.4 & 3.1 | Chris Lattner | 2002-07-25 | 1 | -6/+6 |
* | now removes deleted nops from MachineCodeForInstruction | Mehwish Nagda | 2002-07-25 | 1 | -8/+20 |
* | changed implementation of LLVM BYTECODE Length | Mehwish Nagda | 2002-07-25 | 1 | -18/+16 |
* | Avoid warning message | Chris Lattner | 2002-07-25 | 2 | -0/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 4 | -10/+10 |
* | GCC 3.1 changes, finally the burm file builds the FIRST time a clean director... | Chris Lattner | 2002-07-25 | 5 | -9/+18 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -2/+2 |
* | Non-standard hash classes are not in the std:: namespace | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 8 | -18/+17 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 2 | -2/+1 |
* | moving to the Reoptimizer/Mapping dir | Mehwish Nagda | 2002-07-22 | 1 | -279/+0 |
* | moved from CodeGen to this dir | Mehwish Nagda | 2002-07-22 | 1 | -0/+11 |
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 4 | -24/+35 |
* | Adding code for outputing length in .s | Anand Shukla | 2002-07-21 | 1 | -2/+20 |
* | changed size computation | Mehwish Nagda | 2002-07-19 | 1 | -35/+57 |
* | added check for Function with 0 BB | Mehwish Nagda | 2002-07-17 | 1 | -18/+28 |
* | * Make global variables with external linkage get emitted correctly | Chris Lattner | 2002-07-16 | 1 | -13/+14 |
* | Now will profile all Basic Blocks | Mehwish Nagda | 2002-07-16 | 1 | -22/+22 |
* | Added the Mapping Pass to out put Mapping Info to .s file | Mehwish Nagda | 2002-07-15 | 1 | -3/+6 |
* | Initial checking : Writes LLVM - MI mappiing to the .s file | Mehwish Nagda | 2002-07-15 | 1 | -0/+247 |
* | added std:: to vector | Anand Shukla | 2002-07-11 | 1 | -2/+2 |
* | Bug fix: cast (bool) has higher precedence than %... who knew! | Vikram S. Adve | 2002-07-10 | 1 | -3/+3 |
* | Changed interface to insertCallerSavingCode(). | Vikram S. Adve | 2002-07-10 | 1 | -1/+3 |
* | Stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve | 2002-07-10 | 1 | -10/+28 |
* | Add support to print %hh, %hm, %lm, or %lo in an operand field. | Vikram S. Adve | 2002-07-10 | 1 | -14/+30 |
* | Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve | 2002-07-10 | 1 | -110/+207 |
* | More important fixes: | Vikram S. Adve | 2002-07-10 | 1 | -40/+53 |
* | changed mem_fun to std::mem_fun | Anand Shukla | 2002-07-09 | 1 | -2/+2 |
* | Added std:: to mem_fun for 64-bit gcc | Anand Shukla | 2002-07-09 | 1 | -2/+2 |
* | Added support for printing constant global references to | Vikram S. Adve | 2002-07-09 | 1 | -4/+10 |
* | Numerous changes in interface to class SparcRegInfo corresponding to | Vikram S. Adve | 2002-07-08 | 1 | -75/+78 |
* | class MachineCodeForBasicBlock is now an annotation on BasicBlock. | Vikram S. Adve | 2002-07-08 | 1 | -2/+3 |