2007-02-28 |
Chris Lattner | remove fastcc (not fastcall) support |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | switch LowerCCCArguments over to using autogenerated CC. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | simplify sret handling |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | switch LowerCCCCallTo over to using an autogenerated... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | rename stuff |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | rename some CCActions, add CCIfInReg |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | rename some CCActions |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | correct dependency |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | switch return value passing and the x86-64 calling... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | make subtarget references work. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Chris Lattner | implement CCPromoteToType |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Describe how arbitrary precision integers are written... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Implement reading of arbitrary precision integers. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Implement writing of arbitrary precision integers. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Implement arbitrary integer constants through the use... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Implement support for aribrary precision integers by... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | getActiveWords should return the number of words, not... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Reid Spencer | Fix a bug in RoundDoubleToAPInt where it would force... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | Make requiresRegisterScavenging determination on a... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | Temporary: make R12 available in ARM mode if RegScaveng... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | Start making use of RegScavenger. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | PEI now passes a RegScavenger ptr to eliminateFrameIndex. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Evan Cheng | MRegisterInfo disowns RegScavenger. It's immutable. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Join two lines that can be joined. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Add some syntactic sugar. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Pull out the stops. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Remove some redundancy. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Minor tweak. Allocate r0 to r3 in reverse order, r3... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Some more code clean up. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | reenable generation of CC info |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Oops. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | reapply |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Implement countLeadingOnes() and getMinSignedBits(... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Back out previous commit temporarily. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Backing out |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Let MRegisterInfo now owns RegScavenger; eliminateFrame... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Let MRegisterInfo now owns RegScavenger. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | RegScavenger interface change to make it more flexible. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Let MRegisterInfo owns RegScavenger. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Pass IsImp, IsKill, and IsDead to ChangeToRegister. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | This test passes on x86/Linux now. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | implement CCMatchIfCC in terms of CCMatchIf |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | build cc info |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | target for generating CC info |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | initial support for calling convention generation,... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Adjust to changes in the APInt interface. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Improve APInt interface: |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Conform to single person attribution in file comment. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | For PR1205: |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Update for constant folding now generating undef and... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Shifting by the bit width now produces undef, not 0. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | 1. Fix three serious bugs in the comparison code. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Allow the RoundDoubleToAPInt function to specify a... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | a note |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Devang Patel | Make getPassManagerType() const. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Nicolas Geoffray | Fix parenthesis for BCTRL_{ELF|Macho} test. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Nicolas Geoffray | Differentiate between the MachO and the ELF ABI the... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jim Laskey | Duplicate use of LR, take 2. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Nicolas Geoffray | Added myself |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Allow the AsmWriter to print out arbitrary precision... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Correct the implelmentation of ConstantInt::getAllOnesV... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Get rid of extraneous // in file comment. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | Add calling convention info |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | For PR1205: |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | move target independent calling convention stuff to... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | fill in some holes |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | switch x86-64 return value lowering over to using same... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | Minor refactoring of CC Lowering interfaces |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | move CC Lowering stuff to its own public interface |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | refactor x86-64 argument lowering yet again, this time... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Chris Lattner | ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | Backing out Jim's LR spill changes. This was causing... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | XFAIL this on x86-Linux until its fixed. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Remove test cases that produce undefined results. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Evan Cheng | forward() should not increment internal iterator. Its... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Reid Spencer | Simplify and document RoundDoubleToAPInt. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | For PR1205: |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | 1. Make sure all delete operators of arrays use the... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Evan Cheng | Joining an interval with a dead copy instruction. Short... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Fix indentation. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Implement the getHashValue method. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | 1. Split getValue() into getSExtValue() and getZExtValu... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Devang Patel | Use efficient container SmallPtrSet |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | always lower to RETFLAG, never leave it as just ret. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Devang Patel | Do not unswitch loop on same value again and again. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | fix attribution |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | Add a description of the X86-64 calling convention... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Implement inline methods that make transition of Consta... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Re-enable this. The header was committed. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | switch to smallvector |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | another missing header :( :( :( |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | initial hack at splitting the x86-64 calling convention... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Make isNegative() a const function since it doesn't... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | 1. Remove redundant calls to clearUsedBits(). |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | the truncate must always be done, it's only the assert... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | reapply my previous patch with a bugfix. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | revert my previous change, something strange is happening. |
commit | commitdiff | tree | snapshot |
next |