oota-llvm.git
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...
2007-02-24 Chris Lattnertestcase for PR1219
2007-02-24 Chris Lattnerremove folding set debug output
2007-02-24 Chris LattnerFix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215
2007-02-24 Chris Lattnertestcase for pr1215
2007-02-24 Chris LattnerFix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217
2007-02-24 Chris Lattnertestcase for pr1217
2007-02-24 Chris LattnerRefactor the setName stuff, moving it down the inherita...
2007-02-23 Bill WendlingMake the testcase correct.
2007-02-23 Bill WendlingTestcase for PR1164
2007-02-23 Bill WendlingPR1164:
2007-02-23 Chris LattnerAvoid TBAA issue.
2007-02-23 Jim LaskeyNew test - practically wrote itself.
2007-02-23 Lauro Ramos... bugfix: SP wasn't updated for varargs when frame pointe...
2007-02-23 Evan ChengReuse extends the liveness of a register. Transfer...
2007-02-23 Jim LaskeyHandle improper cast.
2007-02-23 Evan ChengHandle cases when joining live intervals of two virtual...
2007-02-23 Jim LaskeyDon't spill LR as a callee saved register.
2007-02-23 Lauro Ramos... Fix stack alignment in functions with varargs.
2007-02-23 Chris Lattnerfix an obscure and tricky bug the inliner can hit somet...
2007-02-23 Chris Lattnerfix this testcase
2007-02-23 Chris Lattnercrtend is only for llvm-gcc3, remove it.
2007-02-23 Devang PatelFix thinko.
2007-02-23 Devang PatelLoop passes are set up to accept pointer.
2007-02-23 Evan ChengMark livein registers as being in used.
2007-02-23 Chris Lattnerclarify.
2007-02-23 Dale Johannesenrewrite of constant islands
2007-02-23 Evan Cheng-march=arm -enable-thumb => -march=thumb
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-23 Evan Cheng80 col. violation.
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-02-23 Reid Spencer1. Fix a carry out problem in add if destination and...
2007-02-23 Evan ChengA spill kills the register being stored. But it is...
2007-02-23 Evan ChengFirst potential client of register scavenger.
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-23 Evan ChengAdd option to turn on register scavenger; By default...
2007-02-23 Evan ChengTemporay hook to enable register scavening for specific...
2007-02-23 Evan ChengUse findRegisterUseOperand to find a kill of particular...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...
2007-02-23 Devang PatelTeach LoopPass to assign itself one Loop Pass Manager.
2007-02-23 Devang PatelAdd facility that allows LoopPass to re-insert a loop...
2007-02-23 Devang PatelAdd LPPassManager interface that LoopPass can use to...
2007-02-22 Evan ChengCopy and paste silliness.
2007-02-22 Chris Lattnerremove obsolete file
2007-02-22 Devang PatelPopulate and walk loop queue.
2007-02-22 Devang PatelAdd LoopQueue. This is used by loop pass manager to...
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-22 Jim LaskeyUpdate comment.
2007-02-22 Jim LaskeyMissing end of abbreviations - correction
2007-02-22 Jim LaskeyMissing end of abbreviations.
2007-02-22 Jim LaskeyNeed to init.
2007-02-22 Jim LaskeyTypo.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-22 Jim LaskeyUse exception flag.
2007-02-22 Jim LaskeyRevert changes for a simplier solution.
next