oota-llvm.git
2007-02-28 Jim LaskeyMERGE_VALUES unnecessary.
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Chris Lattnerbugfix: fastcall does not require the first two params...
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Chris Lattnerfastcc -> fastcall
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerMake the trunc/sext/zext methods return APInt& so that...
2007-02-28 Reid SpencerMake APInt a little more friendly to its users:
2007-02-28 Nate BegemanFix a typo, thanks Bill!
2007-02-28 Nate BegemanMore Mach-O writer improvements.
2007-02-28 Chris Lattneruse high-level functions in CCState
2007-02-28 Chris Lattneradd methods for analysis of call results and return...
2007-02-28 Chris Lattnermake use of helper functions in CCState for analyzing...
2007-02-28 Chris Lattneradd methods to analyze calls and formals.
2007-02-28 Chris Lattneradd a newline at end of file
2007-02-28 Chris Lattnerswitch LowerFastCCCallTo over to using the new fastcall...
2007-02-28 Chris Lattnerswitch LowerFastCCArguments over to using the autogener...
2007-02-28 Chris Lattneradd new CC_X86_32_FastCall calling conv, which describe...
2007-02-28 Chris Lattnerrearrange code
2007-02-28 Chris Lattnerremove fastcc (not fastcall) support
2007-02-28 Chris Lattnerswitch LowerCCCArguments over to using autogenerated CC.
2007-02-28 Chris Lattnersimplify sret handling
2007-02-28 Chris Lattnerswitch LowerCCCCallTo over to using an autogenerated...
2007-02-28 Chris Lattnerrename stuff
2007-02-28 Chris Lattnerrename some CCActions, add CCIfInReg
2007-02-28 Chris Lattnerrename some CCActions
2007-02-28 Chris Lattnercorrect dependency
2007-02-28 Chris Lattnerswitch return value passing and the x86-64 calling...
2007-02-28 Chris Lattnermake subtarget references work.
2007-02-28 Chris Lattnerimplement CCPromoteToType
2007-02-28 Reid SpencerDescribe how arbitrary precision integers are written...
2007-02-28 Reid SpencerImplement reading of arbitrary precision integers.
2007-02-28 Reid SpencerImplement writing of arbitrary precision integers.
2007-02-28 Reid SpencerRegenerate.
2007-02-28 Reid SpencerImplement arbitrary integer constants through the use...
2007-02-28 Reid SpencerImplement support for aribrary precision integers by...
2007-02-28 Reid SpencergetActiveWords should return the number of words, not...
2007-02-28 Reid SpencerFix a bug in RoundDoubleToAPInt where it would force...
2007-02-28 Evan ChengMake requiresRegisterScavenging determination on a...
2007-02-28 Evan ChengFix test case.
2007-02-28 Evan ChengTemporary: make R12 available in ARM mode if RegScaveng...
2007-02-28 Evan ChengStart making use of RegScavenger.
2007-02-28 Evan ChengPEI now passes a RegScavenger ptr to eliminateFrameIndex.
2007-02-28 Evan ChengMRegisterInfo disowns RegScavenger. It's immutable.
2007-02-27 Reid SpencerJoin two lines that can be joined.
2007-02-27 Reid SpencerAdd some syntactic sugar.
2007-02-27 Reid SpencerPull out the stops.
2007-02-27 Reid SpencerRemove some redundancy.
2007-02-27 Evan ChengMinor tweak. Allocate r0 to r3 in reverse order, r3...
2007-02-27 Evan ChengSome more code clean up.
2007-02-27 Chris Lattnerreenable generation of CC info
2007-02-27 Evan ChengOops.
2007-02-27 Chris Lattnerreapply
2007-02-27 Chris Lattner*** empty log message ***
2007-02-27 Reid SpencerImplement countLeadingOnes() and getMinSignedBits(...
2007-02-27 Evan ChengBack out previous commit temporarily.
2007-02-27 Evan ChengBacking out
2007-02-27 Evan ChengLet MRegisterInfo now owns RegScavenger; eliminateFrame...
2007-02-27 Evan ChengLet MRegisterInfo now owns RegScavenger.
2007-02-27 Evan ChengRegScavenger interface change to make it more flexible.
2007-02-27 Evan ChengLet MRegisterInfo owns RegScavenger.
2007-02-27 Evan ChengPass IsImp, IsKill, and IsDead to ChangeToRegister.
2007-02-27 Reid SpencerThis test passes on x86/Linux now.
2007-02-27 Chris Lattnerimplement CCMatchIfCC in terms of CCMatchIf
2007-02-27 Chris Lattnerbuild cc info
2007-02-27 Chris Lattnertarget for generating CC info
2007-02-27 Chris Lattnerinitial support for calling convention generation,...
2007-02-27 Reid SpencerAdjust to changes in the APInt interface.
2007-02-27 Reid SpencerImprove APInt interface:
2007-02-27 Reid SpencerConform to single person attribution in file comment.
2007-02-27 Reid SpencerFor PR1205:
2007-02-27 Reid SpencerUpdate for constant folding now generating undef and...
2007-02-27 Reid SpencerShifting by the bit width now produces undef, not 0.
2007-02-27 Reid Spencer1. Fix three serious bugs in the comparison code.
2007-02-27 Reid SpencerAllow the RoundDoubleToAPInt function to specify a...
2007-02-27 Chris Lattnera note
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-27 Nicolas GeoffrayFix parenthesis for BCTRL_{ELF|Macho} test.
2007-02-27 Nicolas GeoffrayDifferentiate between the MachO and the ELF ABI the...
2007-02-27 Jim LaskeyDuplicate use of LR, take 2.
2007-02-27 Nicolas GeoffrayAdded myself
2007-02-27 Reid SpencerAllow the AsmWriter to print out arbitrary precision...
2007-02-27 Reid SpencerCorrect the implelmentation of ConstantInt::getAllOnesV...
2007-02-27 Reid SpencerGet rid of extraneous // in file comment.
2007-02-27 Chris LattnerAdd calling convention info
2007-02-27 Reid SpencerFor PR1205:
2007-02-27 Chris Lattnermove target independent calling convention stuff to...
2007-02-27 Chris Lattnerfill in some holes
2007-02-27 Chris Lattnerswitch x86-64 return value lowering over to using same...
2007-02-27 Chris LattnerMinor refactoring of CC Lowering interfaces
2007-02-27 Chris Lattnermove CC Lowering stuff to its own public interface
2007-02-27 Chris Lattnerrefactor x86-64 argument lowering yet again, this time...
2007-02-27 Chris LattnerConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid...
2007-02-27 Evan ChengBacking out Jim's LR spill changes. This was causing...
2007-02-27 Reid SpencerXFAIL this on x86-Linux until its fixed.
2007-02-27 Reid SpencerRemove test cases that produce undefined results.
2007-02-27 Evan Chengforward() should not increment internal iterator. Its...
2007-02-27 Reid SpencerSimplify and document RoundDoubleToAPInt.
2007-02-26 Reid SpencerFor PR1205:
2007-02-26 Reid Spencer1. Make sure all delete operators of arrays use the...
next