oota-llvm.git
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...
2007-02-26 Evan ChengJoining an interval with a dead copy instruction. Short...
2007-02-26 Reid SpencerFix indentation.
2007-02-26 Reid SpencerImplement the getHashValue method.
2007-02-26 Reid Spencer1. Split getValue() into getSExtValue() and getZExtValu...
2007-02-26 Devang PatelUse efficient container SmallPtrSet
2007-02-26 Chris Lattneralways lower to RETFLAG, never leave it as just ret.
2007-02-26 Devang PatelDo not unswitch loop on same value again and again.
2007-02-26 Chris Lattnerfix attribution
2007-02-26 Chris LattnerAdd a description of the X86-64 calling convention...
2007-02-26 Reid SpencerImplement inline methods that make transition of Consta...
2007-02-26 Reid SpencerRe-enable this. The header was committed.
2007-02-26 Chris Lattnerswitch to smallvector
2007-02-26 Chris Lattneranother missing header :( :( :(
2007-02-26 Chris Lattnerinitial hack at splitting the x86-64 calling convention...
2007-02-26 Reid SpencerMake isNegative() a const function since it doesn't...
2007-02-26 Reid Spencer1. Remove redundant calls to clearUsedBits().
2007-02-26 Chris Lattnerthe truncate must always be done, it's only the assert...
2007-02-26 Chris Lattnerreapply my previous patch with a bugfix.
2007-02-26 Chris Lattnerrevert my previous change, something strange is happening.
2007-02-26 Chris Lattneradd an accessor.
2007-02-26 Chris Lattneremit an enum value for the # of target registers.
2007-02-26 Chris Lattnerin X86-64 CCC, i8/i16 arguments are already properly...
2007-02-26 Chris Lattnernew testcase
2007-02-26 Chris LattnerFold (sext (truncate x)) more aggressively, by avoiding...
2007-02-26 Chris Lattnertrack signedness of formal argument, though we have...
2007-02-26 Reid SpencerAdd an isNegative method to determine if the APInt...
2007-02-26 Reid SpencerRewrite lshr to not do bit by bit copy but to copy...
2007-02-25 Reid SpencerFix sext operation. Shifting by zero would leave an...
2007-02-25 Reid Spencer1. Fix the flip() method to correctly flip all words...
2007-02-25 Chris LattnerFix an X86-64 abi bug. We now compile:
2007-02-25 Chris Lattnernew testcase
2007-02-25 Chris Lattnerfix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression...
2007-02-25 Chris Lattnernew testcase
2007-02-25 Chris Lattnernew testcase
2007-02-25 Jim LaskeyFix for PR1224.
2007-02-25 Jim LaskeyTest for PR1224.
2007-02-25 Chris LattnerRework GlobalValue::removeDeadConstantUsers to always...
2007-02-25 Chris Lattnernew testcase. @foo should be marked fastcc by globalopt
2007-02-25 Chris Lattnerdisable some noisy debug output
2007-02-25 Chris Lattnerno really, this is the right patch
2007-02-25 Chris Lattneralways promote float varargs to double.
2007-02-25 Reid Spencer1. Provide more detail in file comment.
2007-02-25 Reid SpencerFix clearUnusedBits to not depend on "undefined behavio...
2007-02-25 Chris Lattnerone important bugfix: PPC32 didn't have both elf and...
2007-02-25 Chris Lattneradd -enable-eh
2007-02-25 Chris Lattneroptimize duplicate ValueMap lookups
2007-02-25 Dale Johannesencosmetic changes from review of last patch. obvious
2007-02-25 Evan ChengA couple of more places where a register liveness has...
2007-02-25 Evan ChengAdd an assertion.
2007-02-25 Evan ChengFix a couple of bugs related IsDead back propagation...
2007-02-25 Evan ChengIf the liveinterval of the source instruction has been...
2007-02-25 Evan ChengOnly add liveinterval to livein set if it isn't assigne...
2007-02-25 Chris Lattnerfastcc functions that return double values now return...
2007-02-25 Chris Lattnerverify that double is returned in XMM0 if the function...
2007-02-25 Chris Lattnerallow vectors to be passed to stdcall/fastcall functions
2007-02-25 Chris Lattnermove LowerRET into the 'Return Value Calling Convention...
2007-02-25 Chris Lattnermake all Lower*CallTo implementations use LowerCallResu...
2007-02-25 Chris Lattnerpass the calling convention into Lower*CallTo, instead...
2007-02-25 Chris Lattnerfactor a bunch of code out of LowerCCCCallTo into a...
2007-02-25 Chris Lattnermove some code around, pass in calling conv, even thoug...
2007-02-25 Chris Lattnerfold trivial token factor nodes. This allows us to...
2007-02-25 Chris Lattnernew testcase
2007-02-25 Chris Lattnersimplify result value lowering by splitting the selecti...
2007-02-25 Reid SpencerAllow this to compile now that the header file is check...
2007-02-25 Reid SpencerAdd a private constructor for efficiency.
2007-02-25 Chris Lattnermake void-return not a special case
2007-02-25 Chris Lattnereliminate a bunch more temporary vectors from X86 lowering.
2007-02-25 Chris Lattnereliminate temporary vectors created during X86 lowering.
2007-02-25 Chris Lattnerremove std::vector's in RET lowering.
2007-02-25 Chris Lattnerverify i128 return on x86-64 continues to codegen optim...
2007-02-25 Chris Lattnerimplement support for the linux/ppc function call ABI...
2007-02-25 Chris LattnerAdd XLForm_1_ext template, patch by Nicolas Geoffray.
2007-02-25 Chris LattnerImprove JIT support for linux/ppc: Patch by Nicolas...
2007-02-25 Chris Lattnerthis doesn't compile, disable it
2007-02-25 Chris Lattnerremove these.
2007-02-25 Reid SpencerClean up lshr and ashr to coding standards.
2007-02-25 Dale Johannesenremove crediting of Evan Cheng and me.
2007-02-25 Chris Lattnerinitialize a instance variable
2007-02-25 Chris Lattnerupdate this for llvm-gcc4
2007-02-25 Reid SpencerWhoops, last word with bits in large shift left wasn...
2007-02-25 Reid SpencerFix the > 64 bits case for left shift.
2007-02-25 Dale JohannesenRemoved WaterListOffset, inserted BBOffsets. Remove...
2007-02-24 Reid SpencerFix the remainder shifting in KnuthDiv.
2007-02-24 Reid Spencer1. Fix a bug in fromString for the <= 64bits case
2007-02-24 Reid Spencer1. Fix last bug in KnuthDiv. All divide tests pass...
2007-02-24 Reid SpencerImprove documentation.
2007-02-24 Jim LaskeyDeal with cases when MMI is not requested.
2007-02-24 Jim LaskeyDrop unused operand.
2007-02-24 Reid Spencer1. Make internal functions take const arguments where...
2007-02-24 Bill WendlingAdded some more information on how to use "delta" to...
2007-02-24 Chris LattnerFix PR1216 by cleaning up the ownership of JITResolver.
2007-02-24 Chris LattnerFix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile...
next