| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of extraneous // in file comment. | Reid Spencer | 2007-02-27 | 1 | -1/+1 |
| * | Add calling convention info | Chris Lattner | 2007-02-27 | 2 | -2/+11 |
| * | For PR1205: | Reid Spencer | 2007-02-27 | 1 | -102/+135 |
| * | move target independent calling convention stuff to TargetCallingConv.td | Chris Lattner | 2007-02-27 | 2 | -56/+71 |
| * | fill in some holes | Chris Lattner | 2007-02-27 | 1 | -7/+33 |
| * | switch x86-64 return value lowering over to using same mechanism as argument | Chris Lattner | 2007-02-27 | 1 | -68/+88 |
| * | Minor refactoring of CC Lowering interfaces | Chris Lattner | 2007-02-27 | 2 | -23/+28 |
| * | move CC Lowering stuff to its own public interface | Chris Lattner | 2007-02-27 | 2 | -146/+51 |
| * | refactor x86-64 argument lowering yet again, this time eliminating templates, | Chris Lattner | 2007-02-27 | 1 | -166/+179 |
| * | ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with | Chris Lattner | 2007-02-27 | 3 | -55/+2 |
| * | Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping | Evan Cheng | 2007-02-27 | 3 | -19/+2 |
| * | forward() should not increment internal iterator. Its client may insert instr... | Evan Cheng | 2007-02-27 | 2 | -5/+26 |
| * | Simplify and document RoundDoubleToAPInt. | Reid Spencer | 2007-02-27 | 1 | -3/+15 |
| * | For PR1205: | Reid Spencer | 2007-02-26 | 1 | -16/+49 |
| * | 1. Make sure all delete operators of arrays use the array form of delete. | Reid Spencer | 2007-02-26 | 1 | -19/+45 |
| * | Joining an interval with a dead copy instruction. Shorten the live range to t... | Evan Cheng | 2007-02-26 | 1 | -20/+46 |
| * | Implement the getHashValue method. | Reid Spencer | 2007-02-26 | 1 | -1/+16 |
| * | Use efficient container SmallPtrSet | Devang Patel | 2007-02-26 | 1 | -3/+4 |
| * | always lower to RETFLAG, never leave it as just ret. | Chris Lattner | 2007-02-26 | 2 | -11/+7 |
| * | Do not unswitch loop on same value again and again. | Devang Patel | 2007-02-26 | 1 | -0/+7 |
| * | fix attribution | Chris Lattner | 2007-02-26 | 1 | -1/+1 |
| * | Add a description of the X86-64 calling convention and the return | Chris Lattner | 2007-02-26 | 2 | -0/+143 |
| * | Re-enable this. The header was committed. | Reid Spencer | 2007-02-26 | 1 | -4/+0 |
| * | switch to smallvector | Chris Lattner | 2007-02-26 | 1 | -3/+1 |
| * | another missing header :( :( :( | Chris Lattner | 2007-02-26 | 1 | -0/+4 |
| * | initial hack at splitting the x86-64 calling convention info out from the | Chris Lattner | 2007-02-26 | 1 | -271/+299 |
| * | 1. Remove redundant calls to clearUsedBits(). | Reid Spencer | 2007-02-26 | 1 | -44/+79 |
| * | the truncate must always be done, it's only the assert that is conditional. | Chris Lattner | 2007-02-26 | 1 | -1/+1 |
| * | reapply my previous patch with a bugfix. | Chris Lattner | 2007-02-26 | 1 | -21/+31 |
| * | revert my previous change, something strange is happening. | Chris Lattner | 2007-02-26 | 1 | -29/+21 |
| * | add an accessor. | Chris Lattner | 2007-02-26 | 1 | -0/+4 |
| * | in X86-64 CCC, i8/i16 arguments are already properly zext/sext'd on input. | Chris Lattner | 2007-02-26 | 1 | -14/+19 |
| * | Fold (sext (truncate x)) more aggressively, by avoiding creation of a | Chris Lattner | 2007-02-26 | 1 | -10/+34 |
| * | track signedness of formal argument, though we have a fixme here. | Chris Lattner | 2007-02-26 | 1 | -0/+8 |
| * | Rewrite lshr to not do bit by bit copy but to copy and shift whole words. | Reid Spencer | 2007-02-26 | 1 | -15/+42 |
| * | Fix sext operation. Shifting by zero would leave an incorrect mask. | Reid Spencer | 2007-02-25 | 1 | -1/+1 |
| * | 1. Fix the flip() method to correctly flip all words of the APInt. | Reid Spencer | 2007-02-25 | 1 | -13/+89 |
| * | Fix an X86-64 abi bug. We now compile: | Chris Lattner | 2007-02-25 | 1 | -10/+13 |
| * | fix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression from my patch last | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | Fix for PR1224. | Jim Laskey | 2007-02-25 | 1 | -35/+50 |
| * | Rework GlobalValue::removeDeadConstantUsers to always remove dead constant | Chris Lattner | 2007-02-25 | 1 | -21/+29 |
| * | disable some noisy debug output | Chris Lattner | 2007-02-25 | 1 | -12/+12 |
| * | no really, this is the right patch | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | always promote float varargs to double. | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | 1. Provide more detail in file comment. | Reid Spencer | 2007-02-25 | 1 | -189/+145 |
| * | one important bugfix: PPC32 didn't have both elf and macho support for | Chris Lattner | 2007-02-25 | 2 | -6/+10 |
| * | optimize duplicate ValueMap lookups | Chris Lattner | 2007-02-25 | 1 | -9/+6 |
| * | cosmetic changes from review of last patch. obvious | Dale Johannesen | 2007-02-25 | 2 | -4/+5 |
| * | A couple of more places where a register liveness has been extended and its l... | Evan Cheng | 2007-02-25 | 1 | -5/+57 |
| * | Add an assertion. | Evan Cheng | 2007-02-25 | 1 | -2/+4 |