oota-llvm.git
2007-04-27 Evan ChengSpecial handling of LEApcrel and tLEApcrel.
2007-04-27 Evan ChengBack out previous check-in. Incorrect.
2007-04-27 Evan ChengtLEApcrel is a AddrModeTs, i.e. pc relative.
2007-04-27 Evan ChengExpand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_...
2007-04-27 Duncan SandsTest that eh_selector lowering accepts global variables...
2007-04-27 Chris Lattnerimprove EH global handling, patch by Duncan Sands.
2007-04-26 Devang PatelMove ~Pass() from Pass.h into Pass.cpp
2007-04-26 Anton KorobeynikovUnxfail tests
2007-04-26 Chris Lattnerenable Anton's shift/and switch lowering stuff! It...
2007-04-26 Dan GohmanFix PR1339 and CodeGen/X86/dollar-name.ll
2007-04-26 Bill WendlingHave MMX registers clobbered in x86-64 too.
2007-04-26 Devang PatelDelete Analysis Resolver.
2007-04-26 Dan Gohmantestcase for PR1339: http://llvm.org/PR1339
2007-04-26 Anton KorobeynikovAdd test to proper place. Also, XFAIL until ppc bootstr...
2007-04-26 Anton KorobeynikovFixx off-by-one bug, which prevents llvm-gcc bootstrap...
2007-04-26 Dan GohmanUpdate a comment to reflect recent changes in the type...
2007-04-26 Dan GohmanFix a typo in a comment.
2007-04-26 Andrew LenharthAn example for PR1362
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-26 Reid Spencer1. Don't swap byte order in scanf. It isn't necessary...
2007-04-26 Devang PatelUse toplevel function pass manager as OnTheFly manager.
2007-04-26 Lauro Ramos... bugfix: remember that ResNode was declared.
2007-04-26 Zhou ShengAdd two test cases to cover apintification change.
2007-04-26 Zhou ShengUsing APInt more efficiently.
2007-04-26 Jeff CohenRename identifier that GCC uses as a macro, breaking...
2007-04-26 Evan ChengMinor bug.
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattnerstart defining codes for instructions
2007-04-26 Chris Lattnerregen
2007-04-26 Chris Lattnerwrap long lines
2007-04-26 Chris Lattnernew testcase
2007-04-26 Chris Lattnerenumerate BB's separately from other function values.
2007-04-26 Reid SpencerFor PR1355:
2007-04-26 Chris Lattneradd support for incorporating and purging functions...
2007-04-26 Chris Lattnerimprove a comment
2007-04-26 Chris Lattnermove some code around, fix a bug in the reader reading...
2007-04-26 Chris Lattneradd a new code
2007-04-26 Chris Lattneradd bitcode alias support
2007-04-26 Chris Lattneradd alias support to bitcode
2007-04-26 Chris Lattnerprint aliases before functions
2007-04-26 Evan ChengBe careful when to add implicit kill / dead operands...
2007-04-26 Evan ChengPR1348 test case.
2007-04-26 Evan ChengFix for PR1348. If stack inc / dec amount is > 32-bits...
2007-04-26 Evan ChengNew test case.
2007-04-25 Bill WendlingQuiet a compiler warning about assignment in an if...
2007-04-25 Chris Lattner&& no longer needed
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Bill WendlingTestcase for codegen bug.
2007-04-25 Evan ChengClean up.
2007-04-25 Bill WendlingAdd SSSE3 as a feature of Core2. Add MMX registers...
2007-04-25 Evan ChengData structure change to improve compile time (especial...
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Evan ChengThis was lefted out. Fixed sumarray-dbl.
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Anton KorobeynikovAdd missed semicolon. Resotre compatibility with older...
2007-04-25 Chris Lattnerdo the multiplication as signed, so that 2*-2 == -4...
2007-04-25 Devang PatelRemove unused function argument.
2007-04-25 Jeff CohenNote new header file.
2007-04-25 Anton KorobeynikovAdd missed file
2007-04-25 Lauro Ramos... remember to emit weak reference in one more case.
2007-04-25 Anton KorobeynikovRegenerate
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Evan ChengFix for PR1306.
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-25 Evan ChengMinor speed tweak.
2007-04-25 Evan ChengClean up.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-25 Chris LattnerIf an alloca only has two types of uses: 1) reads 2...
2007-04-25 Chris Lattnernew testcase, should be able to eliminate the alloca...
2007-04-25 Chris Lattnersimplify some code
2007-04-25 Chris Lattnerrefactor the SROA code out into its own method, no...
2007-04-25 Chris Lattnersupport for >4G stack frames
2007-04-25 Chris Lattnersupport for >4G frames
2007-04-25 Chris Lattnersupport >4G stack frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Owen AndersonUndo my previous changes. Since my approach to this...
2007-04-25 Chris Lattnerallow support for 64-bit stack objects
2007-04-25 Chris Lattnerallow 64-bit stack objects
2007-04-25 Chris Lattnernew testcase
2007-04-25 Devang PatelFix
2007-04-25 Devang PatelNew test.
2007-04-25 Chris Lattnertestcase for PR1352
2007-04-25 Dale Johannesenfix typo
2007-04-25 Chris LattnerBe more careful about folding op(x, undef) when we...
2007-04-25 Chris Lattnernew testcase that crashes llc
2007-04-24 Dale JohannesenAdd me
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
2007-04-24 Chris Lattnertestcase for PR1351
2007-04-24 Bill WendlingTestcases for MMX.
2007-04-24 Bill WendlingUpdate.
2007-04-24 Bill WendlingAdd the PADDQ to the list.
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-24 Bill WendlingRemove some invalid instructions from this check.
2007-04-24 Bill WendlingSupport for the special case of a vector with the canon...
2007-04-24 Bill WendlingAssertion when using a 1-element vector for an add...
2007-04-24 Devang PatelNew test.
2007-04-24 Devang PatelNew test case.
2007-04-24 Devang PatelAdd myself.
2007-04-24 Chris Lattnerensure that every error return sets a message (and...
next