oota-llvm.git
2007-04-28 Chris Lattnerfix a bug triggered by 403.gcc
2007-04-28 Chris Lattnerupdate for new inline asm syntax
2007-04-28 Chris LattnerFix several latent bugs in EmitGEPOffset that didn...
2007-04-28 Chris LattnerFix this to match change to InlineAsm class.
2007-04-28 Chris Lattneruhn zap cvs
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-28 Chris LattnerImplement PR1345 and Transforms/InstCombine/bitcast...
2007-04-28 Chris Lattnernew testcase
2007-04-28 Dale Johannesenchange per review
2007-04-27 Dale JohannesenPrevent Thumb code from generating ARM instructions
2007-04-27 Lauro Ramos... fix the test tls1.
2007-04-27 Lauro Ramos... add TLS tests.
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-27 Lauro Ramos... add parenthesis.
2007-04-27 Evan ChengDoh. ARM::LEApcrel is a single instruction MI.
2007-04-27 Lauro Ramos... In Thumb mode, the frame register must be R7.
2007-04-27 Chris Lattnerrefactor some code relating to pointer cast xforms...
2007-04-27 Chris LattnerFix incorrect legalization of EHSELECTOR. This fixes
2007-04-27 Chris Lattnermake this testcase harder, to cover PR1326
2007-04-27 Chris Lattnerreset errno to zero on entry to the application's main...
2007-04-27 Jeff CohenFix prolific source of 'possible loss of data' warnings.
2007-04-27 Lauro Ramos... ARM TLS: implement "general dynamic", "initial exec...
2007-04-27 Evan ChengDarwin runtime library does not have these.
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...
next