bugfix: remember that ResNode was declared.
[oota-llvm.git] / lib /
2007-04-26 Zhou ShengUsing APInt more efficiently.
2007-04-26 Evan ChengMinor bug.
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattnerregen
2007-04-26 Chris Lattnerwrap long lines
2007-04-26 Chris Lattnerenumerate BB's separately from other function values.
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 bitcode alias support
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 ChengFix for PR1348. If stack inc / dec amount is > 32-bits...
2007-04-25 Bill WendlingQuiet a compiler warning about assignment in an if...
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
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 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 Lauro Ramos Venancioremember 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 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 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 >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 Devang PatelFix
2007-04-25 Chris LattnerBe more careful about folding op(x, undef) when we...
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
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 Chris Lattnerensure that every error return sets a message (and...
2007-04-24 Chris Lattnerfix memory leak
2007-04-24 Chris Lattnerfix a memory leak
2007-04-24 Chris Lattnerimplement reading and writing of constant exprs.
2007-04-24 Owen AndersonRollback some changes that adversely affected performan...
2007-04-24 Chris Lattnerimplement support for reading aggregate constants,...
2007-04-24 Chris Lattneradd supprot for FP constants, wide integers, and fix...
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Scott MichelUse '-1U' where '-1UL' is obvious overkill, eliminating...
2007-04-24 Chris Lattnermove check to the right place :)
2007-04-24 Chris Lattnertrack global inits
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Dale Johannesenmodify per review commentary
2007-04-23 Devang PatelFix
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerfix off-by one
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-23 Lauro Ramos VenancioX86 TLS: optimize the implementation of "local exec...
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Lauro Ramos VenancioX86 TLS: fix and optimize the implementation of "initia...
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher LambSupport alignment queries for degenerate (length 1...
2007-04-22 Christopher LambRegenerated
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Chris Lattneradd llvm ir bitcode definition file
2007-04-22 Chris Lattnerbuild the bitcode dir
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...
2007-04-22 Reid SpencerFor PR1146:
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-21 Owen AndersonMake PredicateSimplifier not use DominatorTree.
2007-04-21 Owen AndersonFix a comment.
2007-04-21 Devang PatelReset vertex.
2007-04-21 Chris LattnerFix a bug that prevented the JIT from working correctly...
2007-04-20 Chris LattnerFix regressions introduced by my previous patch: opt...
2007-04-20 Lauro Ramos VenancioAllow the lowering of ISD::GLOBAL_OFFSET_TABLE.
next