oota-llvm.git
2007-03-02 Reid SpencerFix a problem where shifting by 64-bits leads to incorr...
2007-03-02 Dale Johanneseneliminate unnecessary reset of SP in epilog on darwin
2007-03-02 Reid SpencerReverse a premature commital.
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-02 Reid SpencerAdd a non-virtual test for zero, isZero, and rename...
2007-03-01 Reid SpencerAdd an abs() function to get the absolute value.
2007-03-01 Reid SpencerCombine two lines that can be.
2007-03-01 Reid SpencerRemove virtual keyword from method that doesn't need...
2007-03-01 Reid SpencerMake it possible to create an SCEVUnknown from an APInt...
2007-03-01 Reid SpencerAlthough probably not necessary, guard against a potent...
2007-03-01 Reid SpencerUse isUnitValue() instead of getZExtValue() == 1 which...
2007-03-01 Reid SpencerAdd an isUnitValue method for comparison against 1...
2007-03-01 Owen AndersonUse GCC intrinsics when available, and use smarter...
2007-03-01 Reid SpencerClarify the use of getValue/getSExtValue/getZExtValue...
2007-03-01 Reid SpencerUse APInt conversion to string so the result is correct...
2007-03-01 Reid SpencerMake output for ConstantInt construction correct for...
2007-03-01 Reid SpencerUse the APInt versions of the bit-wise conversions...
2007-03-01 Reid SpencerAdd doubleToBits and floatToBits methods.
2007-03-01 Reid SpencerUse modern variable name. ConstantUnsignedInt is long...
2007-03-01 Jim LaskeyEmit eh filter info.
2007-03-01 Jim LaskeyCollect eh filter info.
2007-03-01 Reid SpencerUse a simpler constructor for ConstantInt.
2007-03-01 Jim LaskeyLower eh filter intrinsic.
2007-03-01 Jim LaskeyAdd eh filter intrinsic.
2007-03-01 Reid SpencerAdd bitsToDouble and bitsToFloat methods for re-interpr...
2007-03-01 Reid SpencerWrap a long line.
2007-03-01 Reid SpencerAvoid a potential assert out if the loop increment...
2007-03-01 Reid SpencerRegenerate.
2007-03-01 Reid SpencerThe 64-bit constructor for ConstantInt changes from...
2007-03-01 Reid SpencerConstruct ConstantInt with simpler constructor.
2007-03-01 Reid SpencerUse a simpler constructor when constructing ConstantInt...
2007-03-01 Reid SpencerUse a simpler constructor when constructing ConstantInst.
2007-03-01 Reid SpencerDrop the ConstantInt(const Type&, const APInt&) constru...
2007-03-01 Reid SpencerMake the static table of results in sqrt const.
2007-03-01 Reid SpencerFix last night's 445.gobmk breakage which was caused...
2007-03-01 Reid SpencerAdd methods for bit width modification: sextOrTrunc...
2007-03-01 Anton KorobeynikovEnsure that fastcall'ed function is correctly mangled...
2007-03-01 Nicolas GeoffrayImplemented the frameaddress intrinsic for PPC.
2007-03-01 Evan ChengDelete register scavenger when done with it.
2007-03-01 Evan ChengUse a spilled free callee-saved register as scratch...
2007-03-01 Evan ChengAdd a version of FindUnusedReg that restrict search...
2007-03-01 Evan Cheng- Track which callee-saved registers are spilled.
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-03-01 Evan ChengSwitch from std::vector<bool> to BitVector.
2007-03-01 Reid SpencerAPIntify various computations in ScalarEvolution
2007-03-01 Reid SpencerUse a real table in sqrt to shorten and quicken the...
2007-03-01 Bill WendlingGet rid of verboten <iostream> include.
2007-03-01 Owen AndersonUse the GCC built-in for PopulationCount when it's...
2007-03-01 Reid SpencerAdd a square root function.
2007-03-01 Reid SpencerReduce #includage by taking a method out of line.
2007-03-01 Evan ChengA restore is promoted to copy (or deleted entirely...
2007-03-01 Evan ChengInterface clean up.
2007-03-01 Reid SpencerAdd an IntegerType::getMask() method to get an APInt...
2007-03-01 Evan ChengInterface clean up.
2007-03-01 Evan ChengClean up interface.
2007-03-01 Evan ChengOops.
2007-03-01 Evan ChengTrack all joined registers and eliminate unneeded kills...
2007-03-01 Evan ChengMachineBasicBlock fields should not be public.
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Dale JohannesenChanges requested in review of last pass. Also pulled...
2007-02-28 Evan ChengDoh. ARM::PC is obvious a reserved register.
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerProvide an ICmpInst::makeConstantRange to generate...
2007-02-28 Jim LaskeyChain is on second operand.
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerImplement a convenience method to construct a ConstantI...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Dale JohannesenAdd intelligence about where to break large blocks.
2007-02-28 Chris Lattnerremove dead option
2007-02-28 Chris LattnerEliminate enable-x86-fastcc
2007-02-28 Jim LaskeyHandle mix of personalities.
2007-02-28 Jim LaskeyProvide a more meaningful name.
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
next